@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/getRuns.d.ts
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieve all runs
|
|
6
|
+
*/
|
|
7
|
+
export declare function getRuns(args?: GetRunsArgs, opts?: pulumi.InvokeOptions): Promise<GetRunsResult>;
|
|
8
|
+
/**
|
|
9
|
+
* A collection of arguments for invoking getRuns.
|
|
10
|
+
*/
|
|
11
|
+
export interface GetRunsArgs {
|
|
12
|
+
/**
|
|
13
|
+
* Filter to apply to the runs
|
|
14
|
+
*/
|
|
15
|
+
filter?: inputs.GetRunsFilter;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* A collection of values returned by getRuns.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetRunsResult {
|
|
21
|
+
/**
|
|
22
|
+
* Filter to apply to the runs
|
|
23
|
+
*/
|
|
24
|
+
readonly filter?: outputs.GetRunsFilter;
|
|
25
|
+
/**
|
|
26
|
+
* The provider-assigned unique ID for this managed resource.
|
|
27
|
+
*/
|
|
28
|
+
readonly id: string;
|
|
29
|
+
/**
|
|
30
|
+
* Set of users with their internal ID end email
|
|
31
|
+
*/
|
|
32
|
+
readonly runs: outputs.GetRunsRun[];
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Retrieve all runs
|
|
36
|
+
*/
|
|
37
|
+
export declare function getRunsOutput(args?: GetRunsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRunsResult>;
|
|
38
|
+
/**
|
|
39
|
+
* A collection of arguments for invoking getRuns.
|
|
40
|
+
*/
|
|
41
|
+
export interface GetRunsOutputArgs {
|
|
42
|
+
/**
|
|
43
|
+
* Filter to apply to the runs
|
|
44
|
+
*/
|
|
45
|
+
filter?: pulumi.Input<inputs.GetRunsFilterArgs>;
|
|
46
|
+
}
|
package/getRuns.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
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.getRunsOutput = exports.getRuns = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieve all runs
|
|
10
|
+
*/
|
|
11
|
+
function getRuns(args, opts) {
|
|
12
|
+
args = args || {};
|
|
13
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
14
|
+
return pulumi.runtime.invoke("dbtcloud:index/getRuns:getRuns", {
|
|
15
|
+
"filter": args.filter,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getRuns = getRuns;
|
|
19
|
+
/**
|
|
20
|
+
* Retrieve all runs
|
|
21
|
+
*/
|
|
22
|
+
function getRunsOutput(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("dbtcloud:index/getRuns:getRuns", {
|
|
26
|
+
"filter": args.filter,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getRunsOutput = getRunsOutput;
|
|
30
|
+
//# sourceMappingURL=getRuns.js.map
|
package/getRuns.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRuns.js","sourceRoot":"","sources":["../getRuns.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AA6BD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAAiC;IACrF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Snowflake credential data source
|
|
4
|
+
*/
|
|
2
5
|
export declare function getSnowflakeCredential(args: GetSnowflakeCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetSnowflakeCredentialResult>;
|
|
3
6
|
/**
|
|
4
7
|
* A collection of arguments for invoking getSnowflakeCredential.
|
|
@@ -26,7 +29,7 @@ export interface GetSnowflakeCredentialResult {
|
|
|
26
29
|
*/
|
|
27
30
|
readonly credentialId: number;
|
|
28
31
|
/**
|
|
29
|
-
* The
|
|
32
|
+
* The ID of this resource. Contains the project ID and the credential ID.
|
|
30
33
|
*/
|
|
31
34
|
readonly id: string;
|
|
32
35
|
/**
|
|
@@ -42,7 +45,7 @@ export interface GetSnowflakeCredentialResult {
|
|
|
42
45
|
*/
|
|
43
46
|
readonly projectId: number;
|
|
44
47
|
/**
|
|
45
|
-
*
|
|
48
|
+
* The schema where to create models
|
|
46
49
|
*/
|
|
47
50
|
readonly schema: string;
|
|
48
51
|
/**
|
|
@@ -50,6 +53,9 @@ export interface GetSnowflakeCredentialResult {
|
|
|
50
53
|
*/
|
|
51
54
|
readonly user: string;
|
|
52
55
|
}
|
|
56
|
+
/**
|
|
57
|
+
* Snowflake credential data source
|
|
58
|
+
*/
|
|
53
59
|
export declare function getSnowflakeCredentialOutput(args: GetSnowflakeCredentialOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSnowflakeCredentialResult>;
|
|
54
60
|
/**
|
|
55
61
|
* A collection of arguments for invoking getSnowflakeCredential.
|
|
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getSnowflakeCredentialOutput = exports.getSnowflakeCredential = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Snowflake credential data source
|
|
10
|
+
*/
|
|
8
11
|
function getSnowflakeCredential(args, opts) {
|
|
9
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
13
|
return pulumi.runtime.invoke("dbtcloud:index/getSnowflakeCredential:getSnowflakeCredential", {
|
|
@@ -13,6 +16,9 @@ function getSnowflakeCredential(args, opts) {
|
|
|
13
16
|
}, opts);
|
|
14
17
|
}
|
|
15
18
|
exports.getSnowflakeCredential = getSnowflakeCredential;
|
|
19
|
+
/**
|
|
20
|
+
* Snowflake credential data source
|
|
21
|
+
*/
|
|
16
22
|
function getSnowflakeCredentialOutput(args, opts) {
|
|
17
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
24
|
return pulumi.runtime.invokeOutput("dbtcloud:index/getSnowflakeCredential:getSnowflakeCredential", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSnowflakeCredential.js","sourceRoot":"","sources":["../getSnowflakeCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAqDD,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
|
|
1
|
+
{"version":3,"file":"getSnowflakeCredential.js","sourceRoot":"","sources":["../getSnowflakeCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAqDD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Synapse credential data source.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getSynapseCredential(args: GetSynapseCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetSynapseCredentialResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getSynapseCredential.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetSynapseCredentialArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Credential ID
|
|
12
|
+
*/
|
|
13
|
+
credentialId: number;
|
|
14
|
+
/**
|
|
15
|
+
* Project ID
|
|
16
|
+
*/
|
|
17
|
+
projectId: number;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A collection of values returned by getSynapseCredential.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetSynapseCredentialResult {
|
|
23
|
+
/**
|
|
24
|
+
* The type of the adapter (synapse)
|
|
25
|
+
*/
|
|
26
|
+
readonly adapterType: string;
|
|
27
|
+
/**
|
|
28
|
+
* Authentication type (SQL, ActiveDirectoryPassword, ServicePrincipal)
|
|
29
|
+
*/
|
|
30
|
+
readonly authentication: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client ID of the Azure Active Directory service principal. This is only used when connecting to Azure SQL with an AAD service principal.
|
|
33
|
+
*/
|
|
34
|
+
readonly clientId: string;
|
|
35
|
+
/**
|
|
36
|
+
* Credential ID
|
|
37
|
+
*/
|
|
38
|
+
readonly credentialId: number;
|
|
39
|
+
/**
|
|
40
|
+
* The ID of this data source. Contains the project ID and the credential ID.
|
|
41
|
+
*/
|
|
42
|
+
readonly id: string;
|
|
43
|
+
/**
|
|
44
|
+
* Project ID
|
|
45
|
+
*/
|
|
46
|
+
readonly projectId: number;
|
|
47
|
+
/**
|
|
48
|
+
* The schema where to create the dbt models
|
|
49
|
+
*/
|
|
50
|
+
readonly schema: string;
|
|
51
|
+
/**
|
|
52
|
+
* Optionally set this to the principal who should own the schemas created by dbt
|
|
53
|
+
*/
|
|
54
|
+
readonly schemaAuthorization: string;
|
|
55
|
+
/**
|
|
56
|
+
* The tenant ID of the Azure Active Directory instance. This is only used when connecting to Azure SQL with a service principal.
|
|
57
|
+
*/
|
|
58
|
+
readonly tenantId: string;
|
|
59
|
+
/**
|
|
60
|
+
* The username of the Synapse account to connect to. Only used when connection with AD user/pass
|
|
61
|
+
*/
|
|
62
|
+
readonly user: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Synapse credential data source.
|
|
66
|
+
*/
|
|
67
|
+
export declare function getSynapseCredentialOutput(args: GetSynapseCredentialOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSynapseCredentialResult>;
|
|
68
|
+
/**
|
|
69
|
+
* A collection of arguments for invoking getSynapseCredential.
|
|
70
|
+
*/
|
|
71
|
+
export interface GetSynapseCredentialOutputArgs {
|
|
72
|
+
/**
|
|
73
|
+
* Credential ID
|
|
74
|
+
*/
|
|
75
|
+
credentialId: pulumi.Input<number>;
|
|
76
|
+
/**
|
|
77
|
+
* Project ID
|
|
78
|
+
*/
|
|
79
|
+
projectId: pulumi.Input<number>;
|
|
80
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.getSynapseCredentialOutput = exports.getSynapseCredential = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Synapse credential data source.
|
|
10
|
+
*/
|
|
11
|
+
function getSynapseCredential(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("dbtcloud:index/getSynapseCredential:getSynapseCredential", {
|
|
14
|
+
"credentialId": args.credentialId,
|
|
15
|
+
"projectId": args.projectId,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getSynapseCredential = getSynapseCredential;
|
|
19
|
+
/**
|
|
20
|
+
* Synapse credential data source.
|
|
21
|
+
*/
|
|
22
|
+
function getSynapseCredentialOutput(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invokeOutput("dbtcloud:index/getSynapseCredential:getSynapseCredential", {
|
|
25
|
+
"credentialId": args.credentialId,
|
|
26
|
+
"projectId": args.projectId,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getSynapseCredentialOutput = getSynapseCredentialOutput;
|
|
30
|
+
//# sourceMappingURL=getSynapseCredential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getSynapseCredential.js","sourceRoot":"","sources":["../getSynapseCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AA6DD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Teradata credential data source
|
|
4
|
+
*/
|
|
5
|
+
export declare function getTeradataCredential(args: GetTeradataCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetTeradataCredentialResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getTeradataCredential.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetTeradataCredentialArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Credential ID
|
|
12
|
+
*/
|
|
13
|
+
credentialId: number;
|
|
14
|
+
/**
|
|
15
|
+
* Project ID
|
|
16
|
+
*/
|
|
17
|
+
projectId: number;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A collection of values returned by getTeradataCredential.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetTeradataCredentialResult {
|
|
23
|
+
/**
|
|
24
|
+
* Credential ID
|
|
25
|
+
*/
|
|
26
|
+
readonly credentialId: number;
|
|
27
|
+
/**
|
|
28
|
+
* The ID of this resource. Contains the project ID and the credential ID.
|
|
29
|
+
*/
|
|
30
|
+
readonly id: string;
|
|
31
|
+
/**
|
|
32
|
+
* The password for the Teradata account
|
|
33
|
+
*/
|
|
34
|
+
readonly password: string;
|
|
35
|
+
/**
|
|
36
|
+
* Project ID
|
|
37
|
+
*/
|
|
38
|
+
readonly projectId: number;
|
|
39
|
+
/**
|
|
40
|
+
* The schema where to create models
|
|
41
|
+
*/
|
|
42
|
+
readonly schema: string;
|
|
43
|
+
/**
|
|
44
|
+
* The number of threads to use. Default is 1
|
|
45
|
+
*/
|
|
46
|
+
readonly threads: number;
|
|
47
|
+
/**
|
|
48
|
+
* The username for the Teradata account
|
|
49
|
+
*/
|
|
50
|
+
readonly user: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Teradata credential data source
|
|
54
|
+
*/
|
|
55
|
+
export declare function getTeradataCredentialOutput(args: GetTeradataCredentialOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTeradataCredentialResult>;
|
|
56
|
+
/**
|
|
57
|
+
* A collection of arguments for invoking getTeradataCredential.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetTeradataCredentialOutputArgs {
|
|
60
|
+
/**
|
|
61
|
+
* Credential ID
|
|
62
|
+
*/
|
|
63
|
+
credentialId: pulumi.Input<number>;
|
|
64
|
+
/**
|
|
65
|
+
* Project ID
|
|
66
|
+
*/
|
|
67
|
+
projectId: pulumi.Input<number>;
|
|
68
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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.getTeradataCredentialOutput = exports.getTeradataCredential = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Teradata credential data source
|
|
10
|
+
*/
|
|
11
|
+
function getTeradataCredential(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("dbtcloud:index/getTeradataCredential:getTeradataCredential", {
|
|
14
|
+
"credentialId": args.credentialId,
|
|
15
|
+
"projectId": args.projectId,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getTeradataCredential = getTeradataCredential;
|
|
19
|
+
/**
|
|
20
|
+
* Teradata credential data source
|
|
21
|
+
*/
|
|
22
|
+
function getTeradataCredentialOutput(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invokeOutput("dbtcloud:index/getTeradataCredential:getTeradataCredential", {
|
|
25
|
+
"credentialId": args.credentialId,
|
|
26
|
+
"projectId": args.projectId,
|
|
27
|
+
}, opts);
|
|
28
|
+
}
|
|
29
|
+
exports.getTeradataCredentialOutput = getTeradataCredentialOutput;
|
|
30
|
+
//# sourceMappingURL=getTeradataCredential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTeradataCredential.js","sourceRoot":"","sources":["../getTeradataCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,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;AAiDD;;GAEG;AACH,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/getUserGroups.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* Gets information about a specific dbt Cloud user's groups.
|
|
4
|
+
*
|
|
3
5
|
* ## Example Usage
|
|
4
6
|
*
|
|
5
7
|
* ```typescript
|
|
@@ -17,7 +19,7 @@ export declare function getUserGroups(args: GetUserGroupsArgs, opts?: pulumi.Inv
|
|
|
17
19
|
*/
|
|
18
20
|
export interface GetUserGroupsArgs {
|
|
19
21
|
/**
|
|
20
|
-
* ID of
|
|
22
|
+
* The internal ID of a dbt Cloud user.
|
|
21
23
|
*/
|
|
22
24
|
userId: number;
|
|
23
25
|
}
|
|
@@ -26,19 +28,21 @@ export interface GetUserGroupsArgs {
|
|
|
26
28
|
*/
|
|
27
29
|
export interface GetUserGroupsResult {
|
|
28
30
|
/**
|
|
29
|
-
* IDs of the groups assigned to the user
|
|
31
|
+
* IDs of the groups assigned to the user.
|
|
30
32
|
*/
|
|
31
33
|
readonly groupIds: number[];
|
|
32
34
|
/**
|
|
33
|
-
* The
|
|
35
|
+
* The ID of this resource. It is the same as the user_id.
|
|
34
36
|
*/
|
|
35
37
|
readonly id: string;
|
|
36
38
|
/**
|
|
37
|
-
* ID of
|
|
39
|
+
* The internal ID of a dbt Cloud user.
|
|
38
40
|
*/
|
|
39
41
|
readonly userId: number;
|
|
40
42
|
}
|
|
41
43
|
/**
|
|
44
|
+
* Gets information about a specific dbt Cloud user's groups.
|
|
45
|
+
*
|
|
42
46
|
* ## Example Usage
|
|
43
47
|
*
|
|
44
48
|
* ```typescript
|
|
@@ -56,7 +60,7 @@ export declare function getUserGroupsOutput(args: GetUserGroupsOutputArgs, opts?
|
|
|
56
60
|
*/
|
|
57
61
|
export interface GetUserGroupsOutputArgs {
|
|
58
62
|
/**
|
|
59
|
-
* ID of
|
|
63
|
+
* The internal ID of a dbt Cloud user.
|
|
60
64
|
*/
|
|
61
65
|
userId: pulumi.Input<number>;
|
|
62
66
|
}
|
package/getUserGroups.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.getUserGroupsOutput = exports.getUserGroups = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Gets information about a specific dbt Cloud user's groups.
|
|
10
|
+
*
|
|
9
11
|
* ## Example Usage
|
|
10
12
|
*
|
|
11
13
|
* ```typescript
|
|
@@ -25,6 +27,8 @@ function getUserGroups(args, opts) {
|
|
|
25
27
|
}
|
|
26
28
|
exports.getUserGroups = getUserGroups;
|
|
27
29
|
/**
|
|
30
|
+
* Gets information about a specific dbt Cloud user's groups.
|
|
31
|
+
*
|
|
28
32
|
* ## Example Usage
|
|
29
33
|
*
|
|
30
34
|
* ```typescript
|
package/getUserGroups.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUserGroups.js","sourceRoot":"","sources":["../getUserGroups.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getUserGroups.js","sourceRoot":"","sources":["../getUserGroups.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,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,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC;AA6BD;;;;;;;;;;;;;GAaG;AACH,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,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC"}
|
package/getWebhook.d.ts
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Retrieve webhook details
|
|
4
|
+
*/
|
|
2
5
|
export declare function getWebhook(args: GetWebhookArgs, opts?: pulumi.InvokeOptions): Promise<GetWebhookResult>;
|
|
3
6
|
/**
|
|
4
7
|
* A collection of arguments for invoking getWebhook.
|
|
5
8
|
*/
|
|
6
9
|
export interface GetWebhookArgs {
|
|
7
10
|
/**
|
|
8
|
-
*
|
|
11
|
+
* Webhook's ID
|
|
12
|
+
*
|
|
13
|
+
* @deprecated Use `id` instead
|
|
9
14
|
*/
|
|
10
15
|
webhookId: string;
|
|
11
16
|
}
|
|
@@ -38,7 +43,7 @@ export interface GetWebhookResult {
|
|
|
38
43
|
*/
|
|
39
44
|
readonly httpStatusCode: string;
|
|
40
45
|
/**
|
|
41
|
-
*
|
|
46
|
+
* Webhook's ID
|
|
42
47
|
*/
|
|
43
48
|
readonly id: string;
|
|
44
49
|
/**
|
|
@@ -50,17 +55,24 @@ export interface GetWebhookResult {
|
|
|
50
55
|
*/
|
|
51
56
|
readonly name: string;
|
|
52
57
|
/**
|
|
53
|
-
*
|
|
58
|
+
* Webhook's ID
|
|
59
|
+
*
|
|
60
|
+
* @deprecated Use `id` instead
|
|
54
61
|
*/
|
|
55
62
|
readonly webhookId: string;
|
|
56
63
|
}
|
|
64
|
+
/**
|
|
65
|
+
* Retrieve webhook details
|
|
66
|
+
*/
|
|
57
67
|
export declare function getWebhookOutput(args: GetWebhookOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetWebhookResult>;
|
|
58
68
|
/**
|
|
59
69
|
* A collection of arguments for invoking getWebhook.
|
|
60
70
|
*/
|
|
61
71
|
export interface GetWebhookOutputArgs {
|
|
62
72
|
/**
|
|
63
|
-
*
|
|
73
|
+
* Webhook's ID
|
|
74
|
+
*
|
|
75
|
+
* @deprecated Use `id` instead
|
|
64
76
|
*/
|
|
65
77
|
webhookId: pulumi.Input<string>;
|
|
66
78
|
}
|
package/getWebhook.js
CHANGED
|
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getWebhookOutput = exports.getWebhook = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieve webhook details
|
|
10
|
+
*/
|
|
8
11
|
function getWebhook(args, opts) {
|
|
9
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
13
|
return pulumi.runtime.invoke("dbtcloud:index/getWebhook:getWebhook", {
|
|
@@ -12,6 +15,9 @@ function getWebhook(args, opts) {
|
|
|
12
15
|
}, opts);
|
|
13
16
|
}
|
|
14
17
|
exports.getWebhook = getWebhook;
|
|
18
|
+
/**
|
|
19
|
+
* Retrieve webhook details
|
|
20
|
+
*/
|
|
15
21
|
function getWebhookOutput(args, opts) {
|
|
16
22
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
17
23
|
return pulumi.runtime.invokeOutput("dbtcloud:index/getWebhook:getWebhook", {
|
package/getWebhook.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWebhook.js","sourceRoot":"","sources":["../getWebhook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;
|
|
1
|
+
{"version":3,"file":"getWebhook.js","sourceRoot":"","sources":["../getWebhook.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AA6DD;;GAEG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
package/globalConnection.d.ts
CHANGED
|
@@ -6,8 +6,6 @@ import * as outputs from "./types/output";
|
|
|
6
6
|
*
|
|
7
7
|
* Those connections are not linked to a specific project and can be linked to environments from different projects by using the `connectionId` field in the `dbtcloud.Environment` resource.
|
|
8
8
|
*
|
|
9
|
-
* All connections types are supported, and the old resources `dbtcloud.Connection`, `dbtcloud.BigQueryConnection` and `dbtcloud.FabricConnection` are now flagged as deprecated and will be removed from the next major version of the provider.
|
|
10
|
-
*
|
|
11
9
|
* ## Import
|
|
12
10
|
*
|
|
13
11
|
* A project-scoped connection can be imported as a global connection by specifying the connection ID
|
|
@@ -121,6 +119,10 @@ export declare class GlobalConnection extends pulumi.CustomResource {
|
|
|
121
119
|
* Azure Synapse Analytics connection configuration.
|
|
122
120
|
*/
|
|
123
121
|
readonly synapse: pulumi.Output<outputs.GlobalConnectionSynapse | undefined>;
|
|
122
|
+
/**
|
|
123
|
+
* Teradata connection configuration.
|
|
124
|
+
*/
|
|
125
|
+
readonly teradata: pulumi.Output<outputs.GlobalConnectionTeradata | undefined>;
|
|
124
126
|
/**
|
|
125
127
|
* Create a GlobalConnection resource with the given unique name, arguments, and options.
|
|
126
128
|
*
|
|
@@ -191,6 +193,10 @@ export interface GlobalConnectionState {
|
|
|
191
193
|
* Azure Synapse Analytics connection configuration.
|
|
192
194
|
*/
|
|
193
195
|
synapse?: pulumi.Input<inputs.GlobalConnectionSynapse>;
|
|
196
|
+
/**
|
|
197
|
+
* Teradata connection configuration.
|
|
198
|
+
*/
|
|
199
|
+
teradata?: pulumi.Input<inputs.GlobalConnectionTeradata>;
|
|
194
200
|
}
|
|
195
201
|
/**
|
|
196
202
|
* The set of arguments for constructing a GlobalConnection resource.
|
|
@@ -245,4 +251,8 @@ export interface GlobalConnectionArgs {
|
|
|
245
251
|
* Azure Synapse Analytics connection configuration.
|
|
246
252
|
*/
|
|
247
253
|
synapse?: pulumi.Input<inputs.GlobalConnectionSynapse>;
|
|
254
|
+
/**
|
|
255
|
+
* Teradata connection configuration.
|
|
256
|
+
*/
|
|
257
|
+
teradata?: pulumi.Input<inputs.GlobalConnectionTeradata>;
|
|
248
258
|
}
|
package/globalConnection.js
CHANGED
|
@@ -10,8 +10,6 @@ const utilities = require("./utilities");
|
|
|
10
10
|
*
|
|
11
11
|
* Those connections are not linked to a specific project and can be linked to environments from different projects by using the `connectionId` field in the `dbtcloud.Environment` resource.
|
|
12
12
|
*
|
|
13
|
-
* All connections types are supported, and the old resources `dbtcloud.Connection`, `dbtcloud.BigQueryConnection` and `dbtcloud.FabricConnection` are now flagged as deprecated and will be removed from the next major version of the provider.
|
|
14
|
-
*
|
|
15
13
|
* ## Import
|
|
16
14
|
*
|
|
17
15
|
* A project-scoped connection can be imported as a global connection by specifying the connection ID
|
|
@@ -95,6 +93,7 @@ class GlobalConnection extends pulumi.CustomResource {
|
|
|
95
93
|
resourceInputs["snowflake"] = state ? state.snowflake : undefined;
|
|
96
94
|
resourceInputs["starburst"] = state ? state.starburst : undefined;
|
|
97
95
|
resourceInputs["synapse"] = state ? state.synapse : undefined;
|
|
96
|
+
resourceInputs["teradata"] = state ? state.teradata : undefined;
|
|
98
97
|
}
|
|
99
98
|
else {
|
|
100
99
|
const args = argsOrState;
|
|
@@ -111,6 +110,7 @@ class GlobalConnection extends pulumi.CustomResource {
|
|
|
111
110
|
resourceInputs["snowflake"] = args ? args.snowflake : undefined;
|
|
112
111
|
resourceInputs["starburst"] = args ? args.starburst : undefined;
|
|
113
112
|
resourceInputs["synapse"] = args ? args.synapse : undefined;
|
|
113
|
+
resourceInputs["teradata"] = args ? args.teradata : undefined;
|
|
114
114
|
resourceInputs["adapterVersion"] = undefined /*out*/;
|
|
115
115
|
resourceInputs["isSshTunnelEnabled"] = undefined /*out*/;
|
|
116
116
|
}
|
package/globalConnection.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"globalConnection.js","sourceRoot":"","sources":["../globalConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"globalConnection.js","sourceRoot":"","sources":["../globalConnection.ts"],"names":[],"mappings":"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"}
|