@pulumi/dbtcloud 0.2.0-alpha.1749534410 → 1.1.0-alpha.1749649410
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accountFeatures.d.ts +24 -0
- package/accountFeatures.js +4 -0
- package/accountFeatures.js.map +1 -1
- package/bigQueryCredential.d.ts +5 -3
- package/bigQueryCredential.js +2 -0
- package/bigQueryCredential.js.map +1 -1
- package/bigquerySemanticLayerCredential.d.ts +161 -0
- package/bigquerySemanticLayerCredential.js +102 -0
- package/bigquerySemanticLayerCredential.js.map +1 -0
- package/databricksCredential.d.ts +16 -14
- package/databricksCredential.js +14 -2
- package/databricksCredential.js.map +1 -1
- package/environment.d.ts +37 -45
- package/environment.js +1 -6
- package/environment.js.map +1 -1
- package/environmentVariable.d.ts +3 -3
- package/environmentVariableJobOverride.d.ts +15 -5
- package/environmentVariableJobOverride.js +4 -0
- package/environmentVariableJobOverride.js.map +1 -1
- package/extendedAttributes.d.ts +7 -13
- package/extendedAttributes.js +1 -1
- package/extendedAttributes.js.map +1 -1
- package/fabricCredential.d.ts +16 -16
- package/fabricCredential.js +6 -6
- package/fabricCredential.js.map +1 -1
- package/getBigQueryCredential.d.ts +7 -1
- package/getBigQueryCredential.js +6 -0
- package/getBigQueryCredential.js.map +1 -1
- package/getDatabricksCredential.d.ts +10 -4
- package/getDatabricksCredential.js +6 -0
- package/getDatabricksCredential.js.map +1 -1
- package/getEnvironment.d.ts +4 -7
- package/getEnvironment.js.map +1 -1
- package/getEnvironmentVariable.d.ts +38 -8
- package/getEnvironmentVariable.js +30 -0
- package/getEnvironmentVariable.js.map +1 -1
- package/getExtendedAttributes.d.ts +12 -8
- package/getExtendedAttributes.js +4 -0
- package/getExtendedAttributes.js.map +1 -1
- package/getGlobalConnection.d.ts +4 -0
- package/getGlobalConnection.js.map +1 -1
- package/getGroupUsers.d.ts +3 -3
- package/getGroupUsers.js +2 -2
- package/getJob.d.ts +59 -26
- package/getJob.js +8 -2
- package/getJob.js.map +1 -1
- package/getPostgresCredential.d.ts +7 -1
- package/getPostgresCredential.js +6 -0
- package/getPostgresCredential.js.map +1 -1
- package/getPrivatelinkEndpoint.d.ts +16 -10
- package/getPrivatelinkEndpoint.js +6 -0
- package/getPrivatelinkEndpoint.js.map +1 -1
- package/getProject.d.ts +81 -44
- package/getProject.js +50 -22
- package/getProject.js.map +1 -1
- package/getRedshiftCredential.d.ts +72 -0
- package/getRedshiftCredential.js +32 -0
- package/getRedshiftCredential.js.map +1 -0
- package/getRepository.d.ts +25 -3
- package/getRepository.js +6 -0
- package/getRepository.js.map +1 -1
- package/getRuns.d.ts +46 -0
- package/getRuns.js +30 -0
- package/getRuns.js.map +1 -0
- package/getSnowflakeCredential.d.ts +8 -2
- package/getSnowflakeCredential.js +6 -0
- package/getSnowflakeCredential.js.map +1 -1
- package/getSynapseCredential.d.ts +80 -0
- package/getSynapseCredential.js +30 -0
- package/getSynapseCredential.js.map +1 -0
- package/getTeradataCredential.d.ts +68 -0
- package/getTeradataCredential.js +30 -0
- package/getTeradataCredential.js.map +1 -0
- package/getUserGroups.d.ts +9 -5
- package/getUserGroups.js +4 -0
- package/getUserGroups.js.map +1 -1
- package/getWebhook.d.ts +16 -4
- package/getWebhook.js +6 -0
- package/getWebhook.js.map +1 -1
- package/globalConnection.d.ts +12 -2
- package/globalConnection.js +2 -2
- package/globalConnection.js.map +1 -1
- package/index.d.ts +36 -18
- package/index.js +55 -28
- package/index.js.map +1 -1
- package/job.d.ts +41 -144
- package/job.js +4 -113
- package/job.js.map +1 -1
- package/package.json +2 -2
- package/partialEnvironmentVariable.d.ts +83 -0
- package/partialEnvironmentVariable.js +64 -0
- package/partialEnvironmentVariable.js.map +1 -0
- package/postgresCredential.d.ts +13 -11
- package/postgresCredential.js +2 -0
- package/postgresCredential.js.map +1 -1
- package/project.d.ts +20 -6
- package/project.js +5 -1
- package/project.js.map +1 -1
- package/projectRepository.d.ts +1 -1
- package/projectRepository.js +1 -1
- package/redshiftCredential.d.ts +165 -0
- package/redshiftCredential.js +121 -0
- package/redshiftCredential.js.map +1 -0
- package/redshiftSemanticLayerCredential.d.ts +65 -0
- package/redshiftSemanticLayerCredential.js +60 -0
- package/redshiftSemanticLayerCredential.js.map +1 -0
- package/repository.d.ts +6 -6
- package/semanticLayerConfiguration.d.ts +106 -0
- package/semanticLayerConfiguration.js +103 -0
- package/semanticLayerConfiguration.js.map +1 -0
- package/snowflakeCredential.d.ts +46 -32
- package/snowflakeCredential.js +4 -6
- package/snowflakeCredential.js.map +1 -1
- package/snowflakeSemanticLayerCredential.d.ts +95 -0
- package/snowflakeSemanticLayerCredential.js +90 -0
- package/snowflakeSemanticLayerCredential.js.map +1 -0
- package/synapseCredential.d.ts +233 -0
- package/synapseCredential.js +152 -0
- package/synapseCredential.js.map +1 -0
- package/teradataCredential.d.ts +107 -0
- package/teradataCredential.js +76 -0
- package/teradataCredential.js.map +1 -0
- package/types/input.d.ts +300 -0
- package/types/output.d.ts +409 -6
- package/userGroups.d.ts +4 -5
- package/userGroups.js +1 -2
- package/userGroups.js.map +1 -1
- package/webhook.d.ts +13 -7
- package/webhook.js +2 -0
- package/webhook.js.map +1 -1
- package/bigQueryConnection.d.ts +0 -420
- package/bigQueryConnection.js +0 -217
- package/bigQueryConnection.js.map +0 -1
- package/connection.d.ts +0 -342
- package/connection.js +0 -170
- package/connection.js.map +0 -1
- package/fabricConnection.d.ts +0 -199
- package/fabricConnection.js +0 -130
- package/fabricConnection.js.map +0 -1
- package/getBigQueryConnection.d.ts +0 -134
- package/getBigQueryConnection.js +0 -24
- package/getBigQueryConnection.js.map +0 -1
- package/getConnection.d.ts +0 -86
- package/getConnection.js +0 -24
- package/getConnection.js.map +0 -1
- package/projectConnection.d.ts +0 -105
- package/projectConnection.js +0 -102
- package/projectConnection.js.map +0 -1
package/bigQueryConnection.d.ts
DELETED
|
@@ -1,420 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* Resource to create BigQuery connections in dbt Cloud. Can be set to use OAuth for developers.
|
|
4
|
-
*
|
|
5
|
-
* > This resource is deprecated and is going to be removed in the next major release, please use the `dbtcloud.GlobalConnection` resource instead to create BigQuery connections.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
12
|
-
*
|
|
13
|
-
* const myConnection = new dbtcloud.BigQueryConnection("my_connection", {
|
|
14
|
-
* projectId: dbtProject.id,
|
|
15
|
-
* name: "Project Name",
|
|
16
|
-
* type: "bigquery",
|
|
17
|
-
* isActive: true,
|
|
18
|
-
* gcpProjectId: "my-gcp-project-id",
|
|
19
|
-
* timeoutSeconds: 100,
|
|
20
|
-
* privateKeyId: "my-private-key-id",
|
|
21
|
-
* privateKey: "ABCDEFGHIJKL",
|
|
22
|
-
* clientEmail: "my_client_email",
|
|
23
|
-
* clientId: "my_client_di",
|
|
24
|
-
* authUri: "my_auth_uri",
|
|
25
|
-
* tokenUri: "my_token_uri",
|
|
26
|
-
* authProviderX509CertUrl: "my_auth_provider_x509_cert_url",
|
|
27
|
-
* clientX509CertUrl: "my_client_x509_cert_url",
|
|
28
|
-
* retries: 3,
|
|
29
|
-
* });
|
|
30
|
-
* // it is also possible to set the connection to use OAuth by filling in `application_id` and `application_secret`
|
|
31
|
-
* const myConnectionWithOauth = new dbtcloud.BigQueryConnection("my_connection_with_oauth", {
|
|
32
|
-
* projectId: dbtProject.id,
|
|
33
|
-
* name: "Project Name",
|
|
34
|
-
* type: "bigquery",
|
|
35
|
-
* isActive: true,
|
|
36
|
-
* gcpProjectId: "my-gcp-project-id",
|
|
37
|
-
* timeoutSeconds: 100,
|
|
38
|
-
* privateKeyId: "my-private-key-id",
|
|
39
|
-
* privateKey: "ABCDEFGHIJKL",
|
|
40
|
-
* clientEmail: "my_client_email",
|
|
41
|
-
* clientId: "my_client_di",
|
|
42
|
-
* authUri: "my_auth_uri",
|
|
43
|
-
* tokenUri: "my_token_uri",
|
|
44
|
-
* authProviderX509CertUrl: "my_auth_provider_x509_cert_url",
|
|
45
|
-
* clientX509CertUrl: "my_client_x509_cert_url",
|
|
46
|
-
* retries: 3,
|
|
47
|
-
* applicationId: "oauth_application_id",
|
|
48
|
-
* applicationSecret: "oauth_secret_id",
|
|
49
|
-
* });
|
|
50
|
-
* ```
|
|
51
|
-
*
|
|
52
|
-
* ## Import
|
|
53
|
-
*
|
|
54
|
-
* using import blocks (requires Terraform >= 1.5)
|
|
55
|
-
*
|
|
56
|
-
* import {
|
|
57
|
-
*
|
|
58
|
-
* to = dbtcloud_bigquery_connection.my_connection
|
|
59
|
-
*
|
|
60
|
-
* id = "project_id:connection_id"
|
|
61
|
-
*
|
|
62
|
-
* }
|
|
63
|
-
*
|
|
64
|
-
* import {
|
|
65
|
-
*
|
|
66
|
-
* to = dbtcloud_bigquery_connection.my_connection
|
|
67
|
-
*
|
|
68
|
-
* id = "12345:6789"
|
|
69
|
-
*
|
|
70
|
-
* }
|
|
71
|
-
*
|
|
72
|
-
* using the older import command
|
|
73
|
-
*
|
|
74
|
-
* ```sh
|
|
75
|
-
* $ pulumi import dbtcloud:index/bigQueryConnection:BigQueryConnection my_connection "project_id:connection_id"
|
|
76
|
-
* ```
|
|
77
|
-
*
|
|
78
|
-
* ```sh
|
|
79
|
-
* $ pulumi import dbtcloud:index/bigQueryConnection:BigQueryConnection my_connection 12345:6789
|
|
80
|
-
* ```
|
|
81
|
-
*/
|
|
82
|
-
export declare class BigQueryConnection extends pulumi.CustomResource {
|
|
83
|
-
/**
|
|
84
|
-
* Get an existing BigQueryConnection resource's state with the given name, ID, and optional extra
|
|
85
|
-
* properties used to qualify the lookup.
|
|
86
|
-
*
|
|
87
|
-
* @param name The _unique_ name of the resulting resource.
|
|
88
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
89
|
-
* @param state Any extra arguments used during the lookup.
|
|
90
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
91
|
-
*/
|
|
92
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BigQueryConnectionState, opts?: pulumi.CustomResourceOptions): BigQueryConnection;
|
|
93
|
-
/**
|
|
94
|
-
* Returns true if the given object is an instance of BigQueryConnection. This is designed to work even
|
|
95
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
96
|
-
*/
|
|
97
|
-
static isInstance(obj: any): obj is BigQueryConnection;
|
|
98
|
-
/**
|
|
99
|
-
* The Application ID for BQ OAuth
|
|
100
|
-
*/
|
|
101
|
-
readonly applicationId: pulumi.Output<string | undefined>;
|
|
102
|
-
/**
|
|
103
|
-
* The Application Secret for BQ OAuth
|
|
104
|
-
*/
|
|
105
|
-
readonly applicationSecret: pulumi.Output<string | undefined>;
|
|
106
|
-
/**
|
|
107
|
-
* Auth Provider X509 Cert URL for the Service Account
|
|
108
|
-
*/
|
|
109
|
-
readonly authProviderX509CertUrl: pulumi.Output<string>;
|
|
110
|
-
/**
|
|
111
|
-
* Auth URI for the Service Account
|
|
112
|
-
*/
|
|
113
|
-
readonly authUri: pulumi.Output<string>;
|
|
114
|
-
/**
|
|
115
|
-
* Service Account email
|
|
116
|
-
*/
|
|
117
|
-
readonly clientEmail: pulumi.Output<string>;
|
|
118
|
-
/**
|
|
119
|
-
* Client ID of the Service Account
|
|
120
|
-
*/
|
|
121
|
-
readonly clientId: pulumi.Output<string>;
|
|
122
|
-
/**
|
|
123
|
-
* Client X509 Cert URL for the Service Account
|
|
124
|
-
*/
|
|
125
|
-
readonly clientX509CertUrl: pulumi.Output<string>;
|
|
126
|
-
/**
|
|
127
|
-
* Connection Identifier
|
|
128
|
-
*/
|
|
129
|
-
readonly connectionId: pulumi.Output<number>;
|
|
130
|
-
/**
|
|
131
|
-
* Dataproc cluster name for PySpark workloads
|
|
132
|
-
*/
|
|
133
|
-
readonly dataprocClusterName: pulumi.Output<string | undefined>;
|
|
134
|
-
/**
|
|
135
|
-
* Google Cloud region for PySpark workloads on Dataproc
|
|
136
|
-
*/
|
|
137
|
-
readonly dataprocRegion: pulumi.Output<string | undefined>;
|
|
138
|
-
/**
|
|
139
|
-
* Project to bill for query execution
|
|
140
|
-
*/
|
|
141
|
-
readonly executionProject: pulumi.Output<string | undefined>;
|
|
142
|
-
/**
|
|
143
|
-
* GCP project ID
|
|
144
|
-
*/
|
|
145
|
-
readonly gcpProjectId: pulumi.Output<string>;
|
|
146
|
-
/**
|
|
147
|
-
* URI for a Google Cloud Storage bucket to host Python code executed via Datapro
|
|
148
|
-
*/
|
|
149
|
-
readonly gcsBucket: pulumi.Output<string | undefined>;
|
|
150
|
-
/**
|
|
151
|
-
* Whether the connection is active
|
|
152
|
-
*/
|
|
153
|
-
readonly isActive: pulumi.Output<boolean | undefined>;
|
|
154
|
-
/**
|
|
155
|
-
* Whether the connection is configured for OAuth or not
|
|
156
|
-
*/
|
|
157
|
-
readonly isConfiguredForOauth: pulumi.Output<boolean>;
|
|
158
|
-
/**
|
|
159
|
-
* Location to create new Datasets in
|
|
160
|
-
*/
|
|
161
|
-
readonly location: pulumi.Output<string | undefined>;
|
|
162
|
-
/**
|
|
163
|
-
* Max number of bytes that can be billed for a given BigQuery query
|
|
164
|
-
*/
|
|
165
|
-
readonly maximumBytesBilled: pulumi.Output<number | undefined>;
|
|
166
|
-
/**
|
|
167
|
-
* Connection name
|
|
168
|
-
*/
|
|
169
|
-
readonly name: pulumi.Output<string>;
|
|
170
|
-
/**
|
|
171
|
-
* The priority with which to execute BigQuery queries (batch or interactive)
|
|
172
|
-
*/
|
|
173
|
-
readonly priority: pulumi.Output<string | undefined>;
|
|
174
|
-
/**
|
|
175
|
-
* Private key of the Service Account
|
|
176
|
-
*/
|
|
177
|
-
readonly privateKey: pulumi.Output<string>;
|
|
178
|
-
/**
|
|
179
|
-
* Private key ID of the Service Account
|
|
180
|
-
*/
|
|
181
|
-
readonly privateKeyId: pulumi.Output<string>;
|
|
182
|
-
/**
|
|
183
|
-
* Project ID to create the connection in
|
|
184
|
-
*/
|
|
185
|
-
readonly projectId: pulumi.Output<number>;
|
|
186
|
-
/**
|
|
187
|
-
* Number of retries for queries
|
|
188
|
-
*/
|
|
189
|
-
readonly retries: pulumi.Output<number | undefined>;
|
|
190
|
-
/**
|
|
191
|
-
* Timeout in seconds for queries
|
|
192
|
-
*/
|
|
193
|
-
readonly timeoutSeconds: pulumi.Output<number>;
|
|
194
|
-
/**
|
|
195
|
-
* Token URI for the Service Account
|
|
196
|
-
*/
|
|
197
|
-
readonly tokenUri: pulumi.Output<string>;
|
|
198
|
-
/**
|
|
199
|
-
* The type of connection
|
|
200
|
-
*/
|
|
201
|
-
readonly type: pulumi.Output<string>;
|
|
202
|
-
/**
|
|
203
|
-
* Create a BigQueryConnection resource with the given unique name, arguments, and options.
|
|
204
|
-
*
|
|
205
|
-
* @param name The _unique_ name of the resource.
|
|
206
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
207
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
208
|
-
*/
|
|
209
|
-
constructor(name: string, args: BigQueryConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
210
|
-
}
|
|
211
|
-
/**
|
|
212
|
-
* Input properties used for looking up and filtering BigQueryConnection resources.
|
|
213
|
-
*/
|
|
214
|
-
export interface BigQueryConnectionState {
|
|
215
|
-
/**
|
|
216
|
-
* The Application ID for BQ OAuth
|
|
217
|
-
*/
|
|
218
|
-
applicationId?: pulumi.Input<string>;
|
|
219
|
-
/**
|
|
220
|
-
* The Application Secret for BQ OAuth
|
|
221
|
-
*/
|
|
222
|
-
applicationSecret?: pulumi.Input<string>;
|
|
223
|
-
/**
|
|
224
|
-
* Auth Provider X509 Cert URL for the Service Account
|
|
225
|
-
*/
|
|
226
|
-
authProviderX509CertUrl?: pulumi.Input<string>;
|
|
227
|
-
/**
|
|
228
|
-
* Auth URI for the Service Account
|
|
229
|
-
*/
|
|
230
|
-
authUri?: pulumi.Input<string>;
|
|
231
|
-
/**
|
|
232
|
-
* Service Account email
|
|
233
|
-
*/
|
|
234
|
-
clientEmail?: pulumi.Input<string>;
|
|
235
|
-
/**
|
|
236
|
-
* Client ID of the Service Account
|
|
237
|
-
*/
|
|
238
|
-
clientId?: pulumi.Input<string>;
|
|
239
|
-
/**
|
|
240
|
-
* Client X509 Cert URL for the Service Account
|
|
241
|
-
*/
|
|
242
|
-
clientX509CertUrl?: pulumi.Input<string>;
|
|
243
|
-
/**
|
|
244
|
-
* Connection Identifier
|
|
245
|
-
*/
|
|
246
|
-
connectionId?: pulumi.Input<number>;
|
|
247
|
-
/**
|
|
248
|
-
* Dataproc cluster name for PySpark workloads
|
|
249
|
-
*/
|
|
250
|
-
dataprocClusterName?: pulumi.Input<string>;
|
|
251
|
-
/**
|
|
252
|
-
* Google Cloud region for PySpark workloads on Dataproc
|
|
253
|
-
*/
|
|
254
|
-
dataprocRegion?: pulumi.Input<string>;
|
|
255
|
-
/**
|
|
256
|
-
* Project to bill for query execution
|
|
257
|
-
*/
|
|
258
|
-
executionProject?: pulumi.Input<string>;
|
|
259
|
-
/**
|
|
260
|
-
* GCP project ID
|
|
261
|
-
*/
|
|
262
|
-
gcpProjectId?: pulumi.Input<string>;
|
|
263
|
-
/**
|
|
264
|
-
* URI for a Google Cloud Storage bucket to host Python code executed via Datapro
|
|
265
|
-
*/
|
|
266
|
-
gcsBucket?: pulumi.Input<string>;
|
|
267
|
-
/**
|
|
268
|
-
* Whether the connection is active
|
|
269
|
-
*/
|
|
270
|
-
isActive?: pulumi.Input<boolean>;
|
|
271
|
-
/**
|
|
272
|
-
* Whether the connection is configured for OAuth or not
|
|
273
|
-
*/
|
|
274
|
-
isConfiguredForOauth?: pulumi.Input<boolean>;
|
|
275
|
-
/**
|
|
276
|
-
* Location to create new Datasets in
|
|
277
|
-
*/
|
|
278
|
-
location?: pulumi.Input<string>;
|
|
279
|
-
/**
|
|
280
|
-
* Max number of bytes that can be billed for a given BigQuery query
|
|
281
|
-
*/
|
|
282
|
-
maximumBytesBilled?: pulumi.Input<number>;
|
|
283
|
-
/**
|
|
284
|
-
* Connection name
|
|
285
|
-
*/
|
|
286
|
-
name?: pulumi.Input<string>;
|
|
287
|
-
/**
|
|
288
|
-
* The priority with which to execute BigQuery queries (batch or interactive)
|
|
289
|
-
*/
|
|
290
|
-
priority?: pulumi.Input<string>;
|
|
291
|
-
/**
|
|
292
|
-
* Private key of the Service Account
|
|
293
|
-
*/
|
|
294
|
-
privateKey?: pulumi.Input<string>;
|
|
295
|
-
/**
|
|
296
|
-
* Private key ID of the Service Account
|
|
297
|
-
*/
|
|
298
|
-
privateKeyId?: pulumi.Input<string>;
|
|
299
|
-
/**
|
|
300
|
-
* Project ID to create the connection in
|
|
301
|
-
*/
|
|
302
|
-
projectId?: pulumi.Input<number>;
|
|
303
|
-
/**
|
|
304
|
-
* Number of retries for queries
|
|
305
|
-
*/
|
|
306
|
-
retries?: pulumi.Input<number>;
|
|
307
|
-
/**
|
|
308
|
-
* Timeout in seconds for queries
|
|
309
|
-
*/
|
|
310
|
-
timeoutSeconds?: pulumi.Input<number>;
|
|
311
|
-
/**
|
|
312
|
-
* Token URI for the Service Account
|
|
313
|
-
*/
|
|
314
|
-
tokenUri?: pulumi.Input<string>;
|
|
315
|
-
/**
|
|
316
|
-
* The type of connection
|
|
317
|
-
*/
|
|
318
|
-
type?: pulumi.Input<string>;
|
|
319
|
-
}
|
|
320
|
-
/**
|
|
321
|
-
* The set of arguments for constructing a BigQueryConnection resource.
|
|
322
|
-
*/
|
|
323
|
-
export interface BigQueryConnectionArgs {
|
|
324
|
-
/**
|
|
325
|
-
* The Application ID for BQ OAuth
|
|
326
|
-
*/
|
|
327
|
-
applicationId?: pulumi.Input<string>;
|
|
328
|
-
/**
|
|
329
|
-
* The Application Secret for BQ OAuth
|
|
330
|
-
*/
|
|
331
|
-
applicationSecret?: pulumi.Input<string>;
|
|
332
|
-
/**
|
|
333
|
-
* Auth Provider X509 Cert URL for the Service Account
|
|
334
|
-
*/
|
|
335
|
-
authProviderX509CertUrl: pulumi.Input<string>;
|
|
336
|
-
/**
|
|
337
|
-
* Auth URI for the Service Account
|
|
338
|
-
*/
|
|
339
|
-
authUri: pulumi.Input<string>;
|
|
340
|
-
/**
|
|
341
|
-
* Service Account email
|
|
342
|
-
*/
|
|
343
|
-
clientEmail: pulumi.Input<string>;
|
|
344
|
-
/**
|
|
345
|
-
* Client ID of the Service Account
|
|
346
|
-
*/
|
|
347
|
-
clientId: pulumi.Input<string>;
|
|
348
|
-
/**
|
|
349
|
-
* Client X509 Cert URL for the Service Account
|
|
350
|
-
*/
|
|
351
|
-
clientX509CertUrl: pulumi.Input<string>;
|
|
352
|
-
/**
|
|
353
|
-
* Dataproc cluster name for PySpark workloads
|
|
354
|
-
*/
|
|
355
|
-
dataprocClusterName?: pulumi.Input<string>;
|
|
356
|
-
/**
|
|
357
|
-
* Google Cloud region for PySpark workloads on Dataproc
|
|
358
|
-
*/
|
|
359
|
-
dataprocRegion?: pulumi.Input<string>;
|
|
360
|
-
/**
|
|
361
|
-
* Project to bill for query execution
|
|
362
|
-
*/
|
|
363
|
-
executionProject?: pulumi.Input<string>;
|
|
364
|
-
/**
|
|
365
|
-
* GCP project ID
|
|
366
|
-
*/
|
|
367
|
-
gcpProjectId: pulumi.Input<string>;
|
|
368
|
-
/**
|
|
369
|
-
* URI for a Google Cloud Storage bucket to host Python code executed via Datapro
|
|
370
|
-
*/
|
|
371
|
-
gcsBucket?: pulumi.Input<string>;
|
|
372
|
-
/**
|
|
373
|
-
* Whether the connection is active
|
|
374
|
-
*/
|
|
375
|
-
isActive?: pulumi.Input<boolean>;
|
|
376
|
-
/**
|
|
377
|
-
* Location to create new Datasets in
|
|
378
|
-
*/
|
|
379
|
-
location?: pulumi.Input<string>;
|
|
380
|
-
/**
|
|
381
|
-
* Max number of bytes that can be billed for a given BigQuery query
|
|
382
|
-
*/
|
|
383
|
-
maximumBytesBilled?: pulumi.Input<number>;
|
|
384
|
-
/**
|
|
385
|
-
* Connection name
|
|
386
|
-
*/
|
|
387
|
-
name?: pulumi.Input<string>;
|
|
388
|
-
/**
|
|
389
|
-
* The priority with which to execute BigQuery queries (batch or interactive)
|
|
390
|
-
*/
|
|
391
|
-
priority?: pulumi.Input<string>;
|
|
392
|
-
/**
|
|
393
|
-
* Private key of the Service Account
|
|
394
|
-
*/
|
|
395
|
-
privateKey: pulumi.Input<string>;
|
|
396
|
-
/**
|
|
397
|
-
* Private key ID of the Service Account
|
|
398
|
-
*/
|
|
399
|
-
privateKeyId: pulumi.Input<string>;
|
|
400
|
-
/**
|
|
401
|
-
* Project ID to create the connection in
|
|
402
|
-
*/
|
|
403
|
-
projectId: pulumi.Input<number>;
|
|
404
|
-
/**
|
|
405
|
-
* Number of retries for queries
|
|
406
|
-
*/
|
|
407
|
-
retries?: pulumi.Input<number>;
|
|
408
|
-
/**
|
|
409
|
-
* Timeout in seconds for queries
|
|
410
|
-
*/
|
|
411
|
-
timeoutSeconds: pulumi.Input<number>;
|
|
412
|
-
/**
|
|
413
|
-
* Token URI for the Service Account
|
|
414
|
-
*/
|
|
415
|
-
tokenUri: pulumi.Input<string>;
|
|
416
|
-
/**
|
|
417
|
-
* The type of connection
|
|
418
|
-
*/
|
|
419
|
-
type: pulumi.Input<string>;
|
|
420
|
-
}
|
package/bigQueryConnection.js
DELETED
|
@@ -1,217 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.BigQueryConnection = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Resource to create BigQuery connections in dbt Cloud. Can be set to use OAuth for developers.
|
|
10
|
-
*
|
|
11
|
-
* > This resource is deprecated and is going to be removed in the next major release, please use the `dbtcloud.GlobalConnection` resource instead to create BigQuery connections.
|
|
12
|
-
*
|
|
13
|
-
* ## Example Usage
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
18
|
-
*
|
|
19
|
-
* const myConnection = new dbtcloud.BigQueryConnection("my_connection", {
|
|
20
|
-
* projectId: dbtProject.id,
|
|
21
|
-
* name: "Project Name",
|
|
22
|
-
* type: "bigquery",
|
|
23
|
-
* isActive: true,
|
|
24
|
-
* gcpProjectId: "my-gcp-project-id",
|
|
25
|
-
* timeoutSeconds: 100,
|
|
26
|
-
* privateKeyId: "my-private-key-id",
|
|
27
|
-
* privateKey: "ABCDEFGHIJKL",
|
|
28
|
-
* clientEmail: "my_client_email",
|
|
29
|
-
* clientId: "my_client_di",
|
|
30
|
-
* authUri: "my_auth_uri",
|
|
31
|
-
* tokenUri: "my_token_uri",
|
|
32
|
-
* authProviderX509CertUrl: "my_auth_provider_x509_cert_url",
|
|
33
|
-
* clientX509CertUrl: "my_client_x509_cert_url",
|
|
34
|
-
* retries: 3,
|
|
35
|
-
* });
|
|
36
|
-
* // it is also possible to set the connection to use OAuth by filling in `application_id` and `application_secret`
|
|
37
|
-
* const myConnectionWithOauth = new dbtcloud.BigQueryConnection("my_connection_with_oauth", {
|
|
38
|
-
* projectId: dbtProject.id,
|
|
39
|
-
* name: "Project Name",
|
|
40
|
-
* type: "bigquery",
|
|
41
|
-
* isActive: true,
|
|
42
|
-
* gcpProjectId: "my-gcp-project-id",
|
|
43
|
-
* timeoutSeconds: 100,
|
|
44
|
-
* privateKeyId: "my-private-key-id",
|
|
45
|
-
* privateKey: "ABCDEFGHIJKL",
|
|
46
|
-
* clientEmail: "my_client_email",
|
|
47
|
-
* clientId: "my_client_di",
|
|
48
|
-
* authUri: "my_auth_uri",
|
|
49
|
-
* tokenUri: "my_token_uri",
|
|
50
|
-
* authProviderX509CertUrl: "my_auth_provider_x509_cert_url",
|
|
51
|
-
* clientX509CertUrl: "my_client_x509_cert_url",
|
|
52
|
-
* retries: 3,
|
|
53
|
-
* applicationId: "oauth_application_id",
|
|
54
|
-
* applicationSecret: "oauth_secret_id",
|
|
55
|
-
* });
|
|
56
|
-
* ```
|
|
57
|
-
*
|
|
58
|
-
* ## Import
|
|
59
|
-
*
|
|
60
|
-
* using import blocks (requires Terraform >= 1.5)
|
|
61
|
-
*
|
|
62
|
-
* import {
|
|
63
|
-
*
|
|
64
|
-
* to = dbtcloud_bigquery_connection.my_connection
|
|
65
|
-
*
|
|
66
|
-
* id = "project_id:connection_id"
|
|
67
|
-
*
|
|
68
|
-
* }
|
|
69
|
-
*
|
|
70
|
-
* import {
|
|
71
|
-
*
|
|
72
|
-
* to = dbtcloud_bigquery_connection.my_connection
|
|
73
|
-
*
|
|
74
|
-
* id = "12345:6789"
|
|
75
|
-
*
|
|
76
|
-
* }
|
|
77
|
-
*
|
|
78
|
-
* using the older import command
|
|
79
|
-
*
|
|
80
|
-
* ```sh
|
|
81
|
-
* $ pulumi import dbtcloud:index/bigQueryConnection:BigQueryConnection my_connection "project_id:connection_id"
|
|
82
|
-
* ```
|
|
83
|
-
*
|
|
84
|
-
* ```sh
|
|
85
|
-
* $ pulumi import dbtcloud:index/bigQueryConnection:BigQueryConnection my_connection 12345:6789
|
|
86
|
-
* ```
|
|
87
|
-
*/
|
|
88
|
-
class BigQueryConnection extends pulumi.CustomResource {
|
|
89
|
-
/**
|
|
90
|
-
* Get an existing BigQueryConnection resource's state with the given name, ID, and optional extra
|
|
91
|
-
* properties used to qualify the lookup.
|
|
92
|
-
*
|
|
93
|
-
* @param name The _unique_ name of the resulting resource.
|
|
94
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
95
|
-
* @param state Any extra arguments used during the lookup.
|
|
96
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
97
|
-
*/
|
|
98
|
-
static get(name, id, state, opts) {
|
|
99
|
-
return new BigQueryConnection(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
100
|
-
}
|
|
101
|
-
/**
|
|
102
|
-
* Returns true if the given object is an instance of BigQueryConnection. This is designed to work even
|
|
103
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
104
|
-
*/
|
|
105
|
-
static isInstance(obj) {
|
|
106
|
-
if (obj === undefined || obj === null) {
|
|
107
|
-
return false;
|
|
108
|
-
}
|
|
109
|
-
return obj['__pulumiType'] === BigQueryConnection.__pulumiType;
|
|
110
|
-
}
|
|
111
|
-
constructor(name, argsOrState, opts) {
|
|
112
|
-
let resourceInputs = {};
|
|
113
|
-
opts = opts || {};
|
|
114
|
-
if (opts.id) {
|
|
115
|
-
const state = argsOrState;
|
|
116
|
-
resourceInputs["applicationId"] = state ? state.applicationId : undefined;
|
|
117
|
-
resourceInputs["applicationSecret"] = state ? state.applicationSecret : undefined;
|
|
118
|
-
resourceInputs["authProviderX509CertUrl"] = state ? state.authProviderX509CertUrl : undefined;
|
|
119
|
-
resourceInputs["authUri"] = state ? state.authUri : undefined;
|
|
120
|
-
resourceInputs["clientEmail"] = state ? state.clientEmail : undefined;
|
|
121
|
-
resourceInputs["clientId"] = state ? state.clientId : undefined;
|
|
122
|
-
resourceInputs["clientX509CertUrl"] = state ? state.clientX509CertUrl : undefined;
|
|
123
|
-
resourceInputs["connectionId"] = state ? state.connectionId : undefined;
|
|
124
|
-
resourceInputs["dataprocClusterName"] = state ? state.dataprocClusterName : undefined;
|
|
125
|
-
resourceInputs["dataprocRegion"] = state ? state.dataprocRegion : undefined;
|
|
126
|
-
resourceInputs["executionProject"] = state ? state.executionProject : undefined;
|
|
127
|
-
resourceInputs["gcpProjectId"] = state ? state.gcpProjectId : undefined;
|
|
128
|
-
resourceInputs["gcsBucket"] = state ? state.gcsBucket : undefined;
|
|
129
|
-
resourceInputs["isActive"] = state ? state.isActive : undefined;
|
|
130
|
-
resourceInputs["isConfiguredForOauth"] = state ? state.isConfiguredForOauth : undefined;
|
|
131
|
-
resourceInputs["location"] = state ? state.location : undefined;
|
|
132
|
-
resourceInputs["maximumBytesBilled"] = state ? state.maximumBytesBilled : undefined;
|
|
133
|
-
resourceInputs["name"] = state ? state.name : undefined;
|
|
134
|
-
resourceInputs["priority"] = state ? state.priority : undefined;
|
|
135
|
-
resourceInputs["privateKey"] = state ? state.privateKey : undefined;
|
|
136
|
-
resourceInputs["privateKeyId"] = state ? state.privateKeyId : undefined;
|
|
137
|
-
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
138
|
-
resourceInputs["retries"] = state ? state.retries : undefined;
|
|
139
|
-
resourceInputs["timeoutSeconds"] = state ? state.timeoutSeconds : undefined;
|
|
140
|
-
resourceInputs["tokenUri"] = state ? state.tokenUri : undefined;
|
|
141
|
-
resourceInputs["type"] = state ? state.type : undefined;
|
|
142
|
-
}
|
|
143
|
-
else {
|
|
144
|
-
const args = argsOrState;
|
|
145
|
-
if ((!args || args.authProviderX509CertUrl === undefined) && !opts.urn) {
|
|
146
|
-
throw new Error("Missing required property 'authProviderX509CertUrl'");
|
|
147
|
-
}
|
|
148
|
-
if ((!args || args.authUri === undefined) && !opts.urn) {
|
|
149
|
-
throw new Error("Missing required property 'authUri'");
|
|
150
|
-
}
|
|
151
|
-
if ((!args || args.clientEmail === undefined) && !opts.urn) {
|
|
152
|
-
throw new Error("Missing required property 'clientEmail'");
|
|
153
|
-
}
|
|
154
|
-
if ((!args || args.clientId === undefined) && !opts.urn) {
|
|
155
|
-
throw new Error("Missing required property 'clientId'");
|
|
156
|
-
}
|
|
157
|
-
if ((!args || args.clientX509CertUrl === undefined) && !opts.urn) {
|
|
158
|
-
throw new Error("Missing required property 'clientX509CertUrl'");
|
|
159
|
-
}
|
|
160
|
-
if ((!args || args.gcpProjectId === undefined) && !opts.urn) {
|
|
161
|
-
throw new Error("Missing required property 'gcpProjectId'");
|
|
162
|
-
}
|
|
163
|
-
if ((!args || args.privateKey === undefined) && !opts.urn) {
|
|
164
|
-
throw new Error("Missing required property 'privateKey'");
|
|
165
|
-
}
|
|
166
|
-
if ((!args || args.privateKeyId === undefined) && !opts.urn) {
|
|
167
|
-
throw new Error("Missing required property 'privateKeyId'");
|
|
168
|
-
}
|
|
169
|
-
if ((!args || args.projectId === undefined) && !opts.urn) {
|
|
170
|
-
throw new Error("Missing required property 'projectId'");
|
|
171
|
-
}
|
|
172
|
-
if ((!args || args.timeoutSeconds === undefined) && !opts.urn) {
|
|
173
|
-
throw new Error("Missing required property 'timeoutSeconds'");
|
|
174
|
-
}
|
|
175
|
-
if ((!args || args.tokenUri === undefined) && !opts.urn) {
|
|
176
|
-
throw new Error("Missing required property 'tokenUri'");
|
|
177
|
-
}
|
|
178
|
-
if ((!args || args.type === undefined) && !opts.urn) {
|
|
179
|
-
throw new Error("Missing required property 'type'");
|
|
180
|
-
}
|
|
181
|
-
resourceInputs["applicationId"] = (args === null || args === void 0 ? void 0 : args.applicationId) ? pulumi.secret(args.applicationId) : undefined;
|
|
182
|
-
resourceInputs["applicationSecret"] = (args === null || args === void 0 ? void 0 : args.applicationSecret) ? pulumi.secret(args.applicationSecret) : undefined;
|
|
183
|
-
resourceInputs["authProviderX509CertUrl"] = args ? args.authProviderX509CertUrl : undefined;
|
|
184
|
-
resourceInputs["authUri"] = args ? args.authUri : undefined;
|
|
185
|
-
resourceInputs["clientEmail"] = args ? args.clientEmail : undefined;
|
|
186
|
-
resourceInputs["clientId"] = args ? args.clientId : undefined;
|
|
187
|
-
resourceInputs["clientX509CertUrl"] = args ? args.clientX509CertUrl : undefined;
|
|
188
|
-
resourceInputs["dataprocClusterName"] = args ? args.dataprocClusterName : undefined;
|
|
189
|
-
resourceInputs["dataprocRegion"] = args ? args.dataprocRegion : undefined;
|
|
190
|
-
resourceInputs["executionProject"] = args ? args.executionProject : undefined;
|
|
191
|
-
resourceInputs["gcpProjectId"] = args ? args.gcpProjectId : undefined;
|
|
192
|
-
resourceInputs["gcsBucket"] = args ? args.gcsBucket : undefined;
|
|
193
|
-
resourceInputs["isActive"] = args ? args.isActive : undefined;
|
|
194
|
-
resourceInputs["location"] = args ? args.location : undefined;
|
|
195
|
-
resourceInputs["maximumBytesBilled"] = args ? args.maximumBytesBilled : undefined;
|
|
196
|
-
resourceInputs["name"] = args ? args.name : undefined;
|
|
197
|
-
resourceInputs["priority"] = args ? args.priority : undefined;
|
|
198
|
-
resourceInputs["privateKey"] = (args === null || args === void 0 ? void 0 : args.privateKey) ? pulumi.secret(args.privateKey) : undefined;
|
|
199
|
-
resourceInputs["privateKeyId"] = args ? args.privateKeyId : undefined;
|
|
200
|
-
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
201
|
-
resourceInputs["retries"] = args ? args.retries : undefined;
|
|
202
|
-
resourceInputs["timeoutSeconds"] = args ? args.timeoutSeconds : undefined;
|
|
203
|
-
resourceInputs["tokenUri"] = args ? args.tokenUri : undefined;
|
|
204
|
-
resourceInputs["type"] = args ? args.type : undefined;
|
|
205
|
-
resourceInputs["connectionId"] = undefined /*out*/;
|
|
206
|
-
resourceInputs["isConfiguredForOauth"] = undefined /*out*/;
|
|
207
|
-
}
|
|
208
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
209
|
-
const secretOpts = { additionalSecretOutputs: ["applicationId", "applicationSecret", "privateKey"] };
|
|
210
|
-
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
211
|
-
super(BigQueryConnection.__pulumiType, name, resourceInputs, opts);
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
exports.BigQueryConnection = BigQueryConnection;
|
|
215
|
-
/** @internal */
|
|
216
|
-
BigQueryConnection.__pulumiType = 'dbtcloud:index/bigQueryConnection:BigQueryConnection';
|
|
217
|
-
//# sourceMappingURL=bigQueryConnection.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bigQueryConnection.js","sourceRoot":"","sources":["../bigQueryConnection.ts"],"names":[],"mappings":"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"}
|