@pulumi/dbtcloud 0.2.0-alpha.1748929446 → 1.0.0-alpha.1749642638
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/fabricConnection.d.ts
DELETED
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* Resource to create a MS Fabric connection in dbt Cloud.
|
|
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 any DW connection.
|
|
6
|
-
*
|
|
7
|
-
* ## Example Usage
|
|
8
|
-
*
|
|
9
|
-
* ```typescript
|
|
10
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
-
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
12
|
-
*
|
|
13
|
-
* const myFabricConnection = new dbtcloud.FabricConnection("my_fabric_connection", {
|
|
14
|
-
* projectId: dbtProject.id,
|
|
15
|
-
* name: "Connection Name",
|
|
16
|
-
* server: "my-server",
|
|
17
|
-
* database: "my-database",
|
|
18
|
-
* port: 1234,
|
|
19
|
-
* loginTimeout: 30,
|
|
20
|
-
* });
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* ## Import
|
|
24
|
-
*
|
|
25
|
-
* using import blocks (requires Terraform >= 1.5)
|
|
26
|
-
*
|
|
27
|
-
* import {
|
|
28
|
-
*
|
|
29
|
-
* to = dbtcloud_fabric_connection.my_connection
|
|
30
|
-
*
|
|
31
|
-
* id = "project_id:connection_id"
|
|
32
|
-
*
|
|
33
|
-
* }
|
|
34
|
-
*
|
|
35
|
-
* import {
|
|
36
|
-
*
|
|
37
|
-
* to = dbtcloud_fabric_connection.my_connection
|
|
38
|
-
*
|
|
39
|
-
* id = "12345:6789"
|
|
40
|
-
*
|
|
41
|
-
* }
|
|
42
|
-
*
|
|
43
|
-
* using the older import command
|
|
44
|
-
*
|
|
45
|
-
* ```sh
|
|
46
|
-
* $ pulumi import dbtcloud:index/fabricConnection:FabricConnection my_connection "project_id:connection_id"
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* ```sh
|
|
50
|
-
* $ pulumi import dbtcloud:index/fabricConnection:FabricConnection my_connection 12345:6789
|
|
51
|
-
* ```
|
|
52
|
-
*/
|
|
53
|
-
export declare class FabricConnection extends pulumi.CustomResource {
|
|
54
|
-
/**
|
|
55
|
-
* Get an existing FabricConnection resource's state with the given name, ID, and optional extra
|
|
56
|
-
* properties used to qualify the lookup.
|
|
57
|
-
*
|
|
58
|
-
* @param name The _unique_ name of the resulting resource.
|
|
59
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
60
|
-
* @param state Any extra arguments used during the lookup.
|
|
61
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
62
|
-
*/
|
|
63
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FabricConnectionState, opts?: pulumi.CustomResourceOptions): FabricConnection;
|
|
64
|
-
/**
|
|
65
|
-
* Returns true if the given object is an instance of FabricConnection. This is designed to work even
|
|
66
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
67
|
-
*/
|
|
68
|
-
static isInstance(obj: any): obj is FabricConnection;
|
|
69
|
-
/**
|
|
70
|
-
* Adapter id created for the Fabric connection
|
|
71
|
-
*/
|
|
72
|
-
readonly adapterId: pulumi.Output<number>;
|
|
73
|
-
/**
|
|
74
|
-
* Connection Identifier
|
|
75
|
-
*/
|
|
76
|
-
readonly connectionId: pulumi.Output<number>;
|
|
77
|
-
/**
|
|
78
|
-
* The database to connect to for this connection.
|
|
79
|
-
*/
|
|
80
|
-
readonly database: pulumi.Output<string>;
|
|
81
|
-
/**
|
|
82
|
-
* The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
|
|
83
|
-
*/
|
|
84
|
-
readonly loginTimeout: pulumi.Output<number | undefined>;
|
|
85
|
-
/**
|
|
86
|
-
* Connection name
|
|
87
|
-
*/
|
|
88
|
-
readonly name: pulumi.Output<string>;
|
|
89
|
-
/**
|
|
90
|
-
* The port to connect to for this connection.
|
|
91
|
-
*/
|
|
92
|
-
readonly port: pulumi.Output<number>;
|
|
93
|
-
/**
|
|
94
|
-
* Project ID to create the connection in
|
|
95
|
-
*/
|
|
96
|
-
readonly projectId: pulumi.Output<number>;
|
|
97
|
-
/**
|
|
98
|
-
* The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
|
|
99
|
-
*/
|
|
100
|
-
readonly queryTimeout: pulumi.Output<number | undefined>;
|
|
101
|
-
/**
|
|
102
|
-
* The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
|
|
103
|
-
*/
|
|
104
|
-
readonly retries: pulumi.Output<number | undefined>;
|
|
105
|
-
/**
|
|
106
|
-
* The server hostname.
|
|
107
|
-
*/
|
|
108
|
-
readonly server: pulumi.Output<string>;
|
|
109
|
-
/**
|
|
110
|
-
* Create a FabricConnection resource with the given unique name, arguments, and options.
|
|
111
|
-
*
|
|
112
|
-
* @param name The _unique_ name of the resource.
|
|
113
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
114
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
115
|
-
*/
|
|
116
|
-
constructor(name: string, args: FabricConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
117
|
-
}
|
|
118
|
-
/**
|
|
119
|
-
* Input properties used for looking up and filtering FabricConnection resources.
|
|
120
|
-
*/
|
|
121
|
-
export interface FabricConnectionState {
|
|
122
|
-
/**
|
|
123
|
-
* Adapter id created for the Fabric connection
|
|
124
|
-
*/
|
|
125
|
-
adapterId?: pulumi.Input<number>;
|
|
126
|
-
/**
|
|
127
|
-
* Connection Identifier
|
|
128
|
-
*/
|
|
129
|
-
connectionId?: pulumi.Input<number>;
|
|
130
|
-
/**
|
|
131
|
-
* The database to connect to for this connection.
|
|
132
|
-
*/
|
|
133
|
-
database?: pulumi.Input<string>;
|
|
134
|
-
/**
|
|
135
|
-
* The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
|
|
136
|
-
*/
|
|
137
|
-
loginTimeout?: pulumi.Input<number>;
|
|
138
|
-
/**
|
|
139
|
-
* Connection name
|
|
140
|
-
*/
|
|
141
|
-
name?: pulumi.Input<string>;
|
|
142
|
-
/**
|
|
143
|
-
* The port to connect to for this connection.
|
|
144
|
-
*/
|
|
145
|
-
port?: pulumi.Input<number>;
|
|
146
|
-
/**
|
|
147
|
-
* Project ID to create the connection in
|
|
148
|
-
*/
|
|
149
|
-
projectId?: pulumi.Input<number>;
|
|
150
|
-
/**
|
|
151
|
-
* The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
|
|
152
|
-
*/
|
|
153
|
-
queryTimeout?: pulumi.Input<number>;
|
|
154
|
-
/**
|
|
155
|
-
* The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
|
|
156
|
-
*/
|
|
157
|
-
retries?: pulumi.Input<number>;
|
|
158
|
-
/**
|
|
159
|
-
* The server hostname.
|
|
160
|
-
*/
|
|
161
|
-
server?: pulumi.Input<string>;
|
|
162
|
-
}
|
|
163
|
-
/**
|
|
164
|
-
* The set of arguments for constructing a FabricConnection resource.
|
|
165
|
-
*/
|
|
166
|
-
export interface FabricConnectionArgs {
|
|
167
|
-
/**
|
|
168
|
-
* The database to connect to for this connection.
|
|
169
|
-
*/
|
|
170
|
-
database: pulumi.Input<string>;
|
|
171
|
-
/**
|
|
172
|
-
* The number of seconds used to establish a connection before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
|
|
173
|
-
*/
|
|
174
|
-
loginTimeout?: pulumi.Input<number>;
|
|
175
|
-
/**
|
|
176
|
-
* Connection name
|
|
177
|
-
*/
|
|
178
|
-
name?: pulumi.Input<string>;
|
|
179
|
-
/**
|
|
180
|
-
* The port to connect to for this connection.
|
|
181
|
-
*/
|
|
182
|
-
port: pulumi.Input<number>;
|
|
183
|
-
/**
|
|
184
|
-
* Project ID to create the connection in
|
|
185
|
-
*/
|
|
186
|
-
projectId: pulumi.Input<number>;
|
|
187
|
-
/**
|
|
188
|
-
* The number of seconds used to wait for a query before failing. Defaults to 0, which means that the timeout is disabled or uses the default system settings.
|
|
189
|
-
*/
|
|
190
|
-
queryTimeout?: pulumi.Input<number>;
|
|
191
|
-
/**
|
|
192
|
-
* The number of automatic times to retry a query before failing. Defaults to 1. Queries with syntax errors will not be retried. This setting can be used to overcome intermittent network issues.
|
|
193
|
-
*/
|
|
194
|
-
retries?: pulumi.Input<number>;
|
|
195
|
-
/**
|
|
196
|
-
* The server hostname.
|
|
197
|
-
*/
|
|
198
|
-
server: pulumi.Input<string>;
|
|
199
|
-
}
|
package/fabricConnection.js
DELETED
|
@@ -1,130 +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.FabricConnection = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* Resource to create a MS Fabric connection in dbt Cloud.
|
|
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 any DW connection.
|
|
12
|
-
*
|
|
13
|
-
* ## Example Usage
|
|
14
|
-
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
18
|
-
*
|
|
19
|
-
* const myFabricConnection = new dbtcloud.FabricConnection("my_fabric_connection", {
|
|
20
|
-
* projectId: dbtProject.id,
|
|
21
|
-
* name: "Connection Name",
|
|
22
|
-
* server: "my-server",
|
|
23
|
-
* database: "my-database",
|
|
24
|
-
* port: 1234,
|
|
25
|
-
* loginTimeout: 30,
|
|
26
|
-
* });
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* ## Import
|
|
30
|
-
*
|
|
31
|
-
* using import blocks (requires Terraform >= 1.5)
|
|
32
|
-
*
|
|
33
|
-
* import {
|
|
34
|
-
*
|
|
35
|
-
* to = dbtcloud_fabric_connection.my_connection
|
|
36
|
-
*
|
|
37
|
-
* id = "project_id:connection_id"
|
|
38
|
-
*
|
|
39
|
-
* }
|
|
40
|
-
*
|
|
41
|
-
* import {
|
|
42
|
-
*
|
|
43
|
-
* to = dbtcloud_fabric_connection.my_connection
|
|
44
|
-
*
|
|
45
|
-
* id = "12345:6789"
|
|
46
|
-
*
|
|
47
|
-
* }
|
|
48
|
-
*
|
|
49
|
-
* using the older import command
|
|
50
|
-
*
|
|
51
|
-
* ```sh
|
|
52
|
-
* $ pulumi import dbtcloud:index/fabricConnection:FabricConnection my_connection "project_id:connection_id"
|
|
53
|
-
* ```
|
|
54
|
-
*
|
|
55
|
-
* ```sh
|
|
56
|
-
* $ pulumi import dbtcloud:index/fabricConnection:FabricConnection my_connection 12345:6789
|
|
57
|
-
* ```
|
|
58
|
-
*/
|
|
59
|
-
class FabricConnection extends pulumi.CustomResource {
|
|
60
|
-
/**
|
|
61
|
-
* Get an existing FabricConnection resource's state with the given name, ID, and optional extra
|
|
62
|
-
* properties used to qualify the lookup.
|
|
63
|
-
*
|
|
64
|
-
* @param name The _unique_ name of the resulting resource.
|
|
65
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
66
|
-
* @param state Any extra arguments used during the lookup.
|
|
67
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
68
|
-
*/
|
|
69
|
-
static get(name, id, state, opts) {
|
|
70
|
-
return new FabricConnection(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
71
|
-
}
|
|
72
|
-
/**
|
|
73
|
-
* Returns true if the given object is an instance of FabricConnection. This is designed to work even
|
|
74
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
75
|
-
*/
|
|
76
|
-
static isInstance(obj) {
|
|
77
|
-
if (obj === undefined || obj === null) {
|
|
78
|
-
return false;
|
|
79
|
-
}
|
|
80
|
-
return obj['__pulumiType'] === FabricConnection.__pulumiType;
|
|
81
|
-
}
|
|
82
|
-
constructor(name, argsOrState, opts) {
|
|
83
|
-
let resourceInputs = {};
|
|
84
|
-
opts = opts || {};
|
|
85
|
-
if (opts.id) {
|
|
86
|
-
const state = argsOrState;
|
|
87
|
-
resourceInputs["adapterId"] = state ? state.adapterId : undefined;
|
|
88
|
-
resourceInputs["connectionId"] = state ? state.connectionId : undefined;
|
|
89
|
-
resourceInputs["database"] = state ? state.database : undefined;
|
|
90
|
-
resourceInputs["loginTimeout"] = state ? state.loginTimeout : undefined;
|
|
91
|
-
resourceInputs["name"] = state ? state.name : undefined;
|
|
92
|
-
resourceInputs["port"] = state ? state.port : undefined;
|
|
93
|
-
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
94
|
-
resourceInputs["queryTimeout"] = state ? state.queryTimeout : undefined;
|
|
95
|
-
resourceInputs["retries"] = state ? state.retries : undefined;
|
|
96
|
-
resourceInputs["server"] = state ? state.server : undefined;
|
|
97
|
-
}
|
|
98
|
-
else {
|
|
99
|
-
const args = argsOrState;
|
|
100
|
-
if ((!args || args.database === undefined) && !opts.urn) {
|
|
101
|
-
throw new Error("Missing required property 'database'");
|
|
102
|
-
}
|
|
103
|
-
if ((!args || args.port === undefined) && !opts.urn) {
|
|
104
|
-
throw new Error("Missing required property 'port'");
|
|
105
|
-
}
|
|
106
|
-
if ((!args || args.projectId === undefined) && !opts.urn) {
|
|
107
|
-
throw new Error("Missing required property 'projectId'");
|
|
108
|
-
}
|
|
109
|
-
if ((!args || args.server === undefined) && !opts.urn) {
|
|
110
|
-
throw new Error("Missing required property 'server'");
|
|
111
|
-
}
|
|
112
|
-
resourceInputs["database"] = args ? args.database : undefined;
|
|
113
|
-
resourceInputs["loginTimeout"] = args ? args.loginTimeout : undefined;
|
|
114
|
-
resourceInputs["name"] = args ? args.name : undefined;
|
|
115
|
-
resourceInputs["port"] = args ? args.port : undefined;
|
|
116
|
-
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
117
|
-
resourceInputs["queryTimeout"] = args ? args.queryTimeout : undefined;
|
|
118
|
-
resourceInputs["retries"] = args ? args.retries : undefined;
|
|
119
|
-
resourceInputs["server"] = args ? args.server : undefined;
|
|
120
|
-
resourceInputs["adapterId"] = undefined /*out*/;
|
|
121
|
-
resourceInputs["connectionId"] = undefined /*out*/;
|
|
122
|
-
}
|
|
123
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
124
|
-
super(FabricConnection.__pulumiType, name, resourceInputs, opts);
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
exports.FabricConnection = FabricConnection;
|
|
128
|
-
/** @internal */
|
|
129
|
-
FabricConnection.__pulumiType = 'dbtcloud:index/fabricConnection:FabricConnection';
|
|
130
|
-
//# sourceMappingURL=fabricConnection.js.map
|
package/fabricConnection.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fabricConnection.js","sourceRoot":"","sources":["../fabricConnection.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
export declare function getBigQueryConnection(args: GetBigQueryConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetBigQueryConnectionResult>;
|
|
3
|
-
/**
|
|
4
|
-
* A collection of arguments for invoking getBigQueryConnection.
|
|
5
|
-
*/
|
|
6
|
-
export interface GetBigQueryConnectionArgs {
|
|
7
|
-
/**
|
|
8
|
-
* Connection Identifier
|
|
9
|
-
*/
|
|
10
|
-
connectionId: number;
|
|
11
|
-
/**
|
|
12
|
-
* Project ID to create the connection in
|
|
13
|
-
*/
|
|
14
|
-
projectId: number;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* A collection of values returned by getBigQueryConnection.
|
|
18
|
-
*/
|
|
19
|
-
export interface GetBigQueryConnectionResult {
|
|
20
|
-
/**
|
|
21
|
-
* Auth Provider X509 Cert URL for the Service Account
|
|
22
|
-
*/
|
|
23
|
-
readonly authProviderX509CertUrl: string;
|
|
24
|
-
/**
|
|
25
|
-
* Auth URI for the Service Account
|
|
26
|
-
*/
|
|
27
|
-
readonly authUri: string;
|
|
28
|
-
/**
|
|
29
|
-
* Service Account email
|
|
30
|
-
*/
|
|
31
|
-
readonly clientEmail: string;
|
|
32
|
-
/**
|
|
33
|
-
* Client ID of the Service Account
|
|
34
|
-
*/
|
|
35
|
-
readonly clientId: string;
|
|
36
|
-
/**
|
|
37
|
-
* Client X509 Cert URL for the Service Account
|
|
38
|
-
*/
|
|
39
|
-
readonly clientX509CertUrl: string;
|
|
40
|
-
/**
|
|
41
|
-
* Connection Identifier
|
|
42
|
-
*/
|
|
43
|
-
readonly connectionId: number;
|
|
44
|
-
/**
|
|
45
|
-
* Dataproc cluster name for PySpark workloads
|
|
46
|
-
*/
|
|
47
|
-
readonly dataprocClusterName: string;
|
|
48
|
-
/**
|
|
49
|
-
* Google Cloud region for PySpark workloads on Dataproc
|
|
50
|
-
*/
|
|
51
|
-
readonly dataprocRegion: string;
|
|
52
|
-
/**
|
|
53
|
-
* Project to bill for query execution
|
|
54
|
-
*/
|
|
55
|
-
readonly executionProject: string;
|
|
56
|
-
/**
|
|
57
|
-
* GCP project ID
|
|
58
|
-
*/
|
|
59
|
-
readonly gcpProjectId: string;
|
|
60
|
-
/**
|
|
61
|
-
* URI for a Google Cloud Storage bucket to host Python code executed via Datapro
|
|
62
|
-
*/
|
|
63
|
-
readonly gcsBucket: string;
|
|
64
|
-
/**
|
|
65
|
-
* The provider-assigned unique ID for this managed resource.
|
|
66
|
-
*/
|
|
67
|
-
readonly id: string;
|
|
68
|
-
/**
|
|
69
|
-
* Whether the connection is active
|
|
70
|
-
*/
|
|
71
|
-
readonly isActive: boolean;
|
|
72
|
-
/**
|
|
73
|
-
* Whether the connection is configured for OAuth or not
|
|
74
|
-
*/
|
|
75
|
-
readonly isConfiguredForOauth: boolean;
|
|
76
|
-
/**
|
|
77
|
-
* Location to create new Datasets in
|
|
78
|
-
*/
|
|
79
|
-
readonly location: string;
|
|
80
|
-
/**
|
|
81
|
-
* Max number of bytes that can be billed for a given BigQuery query
|
|
82
|
-
*/
|
|
83
|
-
readonly maximumBytesBilled: number;
|
|
84
|
-
/**
|
|
85
|
-
* Connection name
|
|
86
|
-
*/
|
|
87
|
-
readonly name: string;
|
|
88
|
-
/**
|
|
89
|
-
* The priority with which to execute BigQuery queries
|
|
90
|
-
*/
|
|
91
|
-
readonly priority: string;
|
|
92
|
-
/**
|
|
93
|
-
* Private key of the Service Account
|
|
94
|
-
*/
|
|
95
|
-
readonly privateKey: string;
|
|
96
|
-
/**
|
|
97
|
-
* Private key ID of the Service Account
|
|
98
|
-
*/
|
|
99
|
-
readonly privateKeyId: string;
|
|
100
|
-
/**
|
|
101
|
-
* Project ID to create the connection in
|
|
102
|
-
*/
|
|
103
|
-
readonly projectId: number;
|
|
104
|
-
/**
|
|
105
|
-
* Number of retries for queries
|
|
106
|
-
*/
|
|
107
|
-
readonly retries: number;
|
|
108
|
-
/**
|
|
109
|
-
* Timeout in seconds for queries
|
|
110
|
-
*/
|
|
111
|
-
readonly timeoutSeconds: number;
|
|
112
|
-
/**
|
|
113
|
-
* Token URI for the Service Account
|
|
114
|
-
*/
|
|
115
|
-
readonly tokenUri: string;
|
|
116
|
-
/**
|
|
117
|
-
* The type of connection
|
|
118
|
-
*/
|
|
119
|
-
readonly type: string;
|
|
120
|
-
}
|
|
121
|
-
export declare function getBigQueryConnectionOutput(args: GetBigQueryConnectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetBigQueryConnectionResult>;
|
|
122
|
-
/**
|
|
123
|
-
* A collection of arguments for invoking getBigQueryConnection.
|
|
124
|
-
*/
|
|
125
|
-
export interface GetBigQueryConnectionOutputArgs {
|
|
126
|
-
/**
|
|
127
|
-
* Connection Identifier
|
|
128
|
-
*/
|
|
129
|
-
connectionId: pulumi.Input<number>;
|
|
130
|
-
/**
|
|
131
|
-
* Project ID to create the connection in
|
|
132
|
-
*/
|
|
133
|
-
projectId: pulumi.Input<number>;
|
|
134
|
-
}
|
package/getBigQueryConnection.js
DELETED
|
@@ -1,24 +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.getBigQueryConnectionOutput = exports.getBigQueryConnection = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
function getBigQueryConnection(args, opts) {
|
|
9
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
-
return pulumi.runtime.invoke("dbtcloud:index/getBigQueryConnection:getBigQueryConnection", {
|
|
11
|
-
"connectionId": args.connectionId,
|
|
12
|
-
"projectId": args.projectId,
|
|
13
|
-
}, opts);
|
|
14
|
-
}
|
|
15
|
-
exports.getBigQueryConnection = getBigQueryConnection;
|
|
16
|
-
function getBigQueryConnectionOutput(args, opts) {
|
|
17
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
|
-
return pulumi.runtime.invokeOutput("dbtcloud:index/getBigQueryConnection:getBigQueryConnection", {
|
|
19
|
-
"connectionId": args.connectionId,
|
|
20
|
-
"projectId": args.projectId,
|
|
21
|
-
}, opts);
|
|
22
|
-
}
|
|
23
|
-
exports.getBigQueryConnectionOutput = getBigQueryConnectionOutput;
|
|
24
|
-
//# sourceMappingURL=getBigQueryConnection.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getBigQueryConnection.js","sourceRoot":"","sources":["../getBigQueryConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4DAA4D,EAAE;QACvF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AAyHD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4DAA4D,EAAE;QAC7F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC"}
|
package/getConnection.d.ts
DELETED
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
export declare function getConnection(args: GetConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetConnectionResult>;
|
|
3
|
-
/**
|
|
4
|
-
* A collection of arguments for invoking getConnection.
|
|
5
|
-
*/
|
|
6
|
-
export interface GetConnectionArgs {
|
|
7
|
-
/**
|
|
8
|
-
* ID for the connection
|
|
9
|
-
*/
|
|
10
|
-
connectionId: number;
|
|
11
|
-
/**
|
|
12
|
-
* Project ID to create the connection in
|
|
13
|
-
*/
|
|
14
|
-
projectId: number;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* A collection of values returned by getConnection.
|
|
18
|
-
*/
|
|
19
|
-
export interface GetConnectionResult {
|
|
20
|
-
/**
|
|
21
|
-
* Account for the connection
|
|
22
|
-
*/
|
|
23
|
-
readonly account: string;
|
|
24
|
-
/**
|
|
25
|
-
* Flag for whether or not to use the keep session alive parameter in the connection
|
|
26
|
-
*/
|
|
27
|
-
readonly allowKeepAlive: boolean;
|
|
28
|
-
/**
|
|
29
|
-
* Flag for whether or not to use SSO for the connection
|
|
30
|
-
*/
|
|
31
|
-
readonly allowSso: boolean;
|
|
32
|
-
/**
|
|
33
|
-
* ID for the connection
|
|
34
|
-
*/
|
|
35
|
-
readonly connectionId: number;
|
|
36
|
-
/**
|
|
37
|
-
* Database name for the connection
|
|
38
|
-
*/
|
|
39
|
-
readonly database: string;
|
|
40
|
-
/**
|
|
41
|
-
* The provider-assigned unique ID for this managed resource.
|
|
42
|
-
*/
|
|
43
|
-
readonly id: string;
|
|
44
|
-
/**
|
|
45
|
-
* Whether the connection is active
|
|
46
|
-
*/
|
|
47
|
-
readonly isActive: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* Connection name
|
|
50
|
-
*/
|
|
51
|
-
readonly name: string;
|
|
52
|
-
/**
|
|
53
|
-
* The ID of the PrivateLink connection
|
|
54
|
-
*/
|
|
55
|
-
readonly privateLinkEndpointId: string;
|
|
56
|
-
/**
|
|
57
|
-
* Project ID to create the connection in
|
|
58
|
-
*/
|
|
59
|
-
readonly projectId: number;
|
|
60
|
-
/**
|
|
61
|
-
* Role name for the connection
|
|
62
|
-
*/
|
|
63
|
-
readonly role: string;
|
|
64
|
-
/**
|
|
65
|
-
* Connection type
|
|
66
|
-
*/
|
|
67
|
-
readonly type: string;
|
|
68
|
-
/**
|
|
69
|
-
* Warehouse name for the connection
|
|
70
|
-
*/
|
|
71
|
-
readonly warehouse: string;
|
|
72
|
-
}
|
|
73
|
-
export declare function getConnectionOutput(args: GetConnectionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetConnectionResult>;
|
|
74
|
-
/**
|
|
75
|
-
* A collection of arguments for invoking getConnection.
|
|
76
|
-
*/
|
|
77
|
-
export interface GetConnectionOutputArgs {
|
|
78
|
-
/**
|
|
79
|
-
* ID for the connection
|
|
80
|
-
*/
|
|
81
|
-
connectionId: pulumi.Input<number>;
|
|
82
|
-
/**
|
|
83
|
-
* Project ID to create the connection in
|
|
84
|
-
*/
|
|
85
|
-
projectId: pulumi.Input<number>;
|
|
86
|
-
}
|
package/getConnection.js
DELETED
|
@@ -1,24 +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.getConnectionOutput = exports.getConnection = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
function getConnection(args, opts) {
|
|
9
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
-
return pulumi.runtime.invoke("dbtcloud:index/getConnection:getConnection", {
|
|
11
|
-
"connectionId": args.connectionId,
|
|
12
|
-
"projectId": args.projectId,
|
|
13
|
-
}, opts);
|
|
14
|
-
}
|
|
15
|
-
exports.getConnection = getConnection;
|
|
16
|
-
function getConnectionOutput(args, opts) {
|
|
17
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
|
-
return pulumi.runtime.invokeOutput("dbtcloud:index/getConnection:getConnection", {
|
|
19
|
-
"connectionId": args.connectionId,
|
|
20
|
-
"projectId": args.projectId,
|
|
21
|
-
}, opts);
|
|
22
|
-
}
|
|
23
|
-
exports.getConnectionOutput = getConnectionOutput;
|
|
24
|
-
//# sourceMappingURL=getConnection.js.map
|
package/getConnection.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getConnection.js","sourceRoot":"","sources":["../getConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC;AAyED,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC"}
|