@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/projectConnection.d.ts
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
/**
|
|
3
|
-
* > This resource is deprecated with the release of global connections and it will be removed in a future version of the provider. Going forward, please set the `connectionId` in the `dbtcloud.Environment` resource instead.
|
|
4
|
-
*
|
|
5
|
-
* ## Example Usage
|
|
6
|
-
*
|
|
7
|
-
* ```typescript
|
|
8
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
-
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
10
|
-
*
|
|
11
|
-
* const dbtProjectConnection = new dbtcloud.ProjectConnection("dbt_project_connection", {
|
|
12
|
-
* projectId: dbtProject.id,
|
|
13
|
-
* connectionId: dbtConnection.connectionId,
|
|
14
|
-
* });
|
|
15
|
-
* ```
|
|
16
|
-
*
|
|
17
|
-
* ## Import
|
|
18
|
-
*
|
|
19
|
-
* using import blocks (requires Terraform >= 1.5)
|
|
20
|
-
*
|
|
21
|
-
* import {
|
|
22
|
-
*
|
|
23
|
-
* to = dbtcloud_project_connection.my_project
|
|
24
|
-
*
|
|
25
|
-
* id = "project_id:connection_id"
|
|
26
|
-
*
|
|
27
|
-
* }
|
|
28
|
-
*
|
|
29
|
-
* import {
|
|
30
|
-
*
|
|
31
|
-
* to = dbtcloud_project_connection.my_project
|
|
32
|
-
*
|
|
33
|
-
* id = "12345:5678"
|
|
34
|
-
*
|
|
35
|
-
* }
|
|
36
|
-
*
|
|
37
|
-
* using the older import command
|
|
38
|
-
*
|
|
39
|
-
* ```sh
|
|
40
|
-
* $ pulumi import dbtcloud:index/projectConnection:ProjectConnection my_project "project_id:connection_id"
|
|
41
|
-
* ```
|
|
42
|
-
*
|
|
43
|
-
* ```sh
|
|
44
|
-
* $ pulumi import dbtcloud:index/projectConnection:ProjectConnection my_project 12345:5678
|
|
45
|
-
* ```
|
|
46
|
-
*/
|
|
47
|
-
export declare class ProjectConnection extends pulumi.CustomResource {
|
|
48
|
-
/**
|
|
49
|
-
* Get an existing ProjectConnection resource's state with the given name, ID, and optional extra
|
|
50
|
-
* properties used to qualify the lookup.
|
|
51
|
-
*
|
|
52
|
-
* @param name The _unique_ name of the resulting resource.
|
|
53
|
-
* @param id The _unique_ provider ID of the resource to lookup.
|
|
54
|
-
* @param state Any extra arguments used during the lookup.
|
|
55
|
-
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
56
|
-
*/
|
|
57
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProjectConnectionState, opts?: pulumi.CustomResourceOptions): ProjectConnection;
|
|
58
|
-
/**
|
|
59
|
-
* Returns true if the given object is an instance of ProjectConnection. This is designed to work even
|
|
60
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
61
|
-
*/
|
|
62
|
-
static isInstance(obj: any): obj is ProjectConnection;
|
|
63
|
-
/**
|
|
64
|
-
* Connection ID
|
|
65
|
-
*/
|
|
66
|
-
readonly connectionId: pulumi.Output<number>;
|
|
67
|
-
/**
|
|
68
|
-
* Project ID
|
|
69
|
-
*/
|
|
70
|
-
readonly projectId: pulumi.Output<number>;
|
|
71
|
-
/**
|
|
72
|
-
* Create a ProjectConnection resource with the given unique name, arguments, and options.
|
|
73
|
-
*
|
|
74
|
-
* @param name The _unique_ name of the resource.
|
|
75
|
-
* @param args The arguments to use to populate this resource's properties.
|
|
76
|
-
* @param opts A bag of options that control this resource's behavior.
|
|
77
|
-
*/
|
|
78
|
-
constructor(name: string, args: ProjectConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Input properties used for looking up and filtering ProjectConnection resources.
|
|
82
|
-
*/
|
|
83
|
-
export interface ProjectConnectionState {
|
|
84
|
-
/**
|
|
85
|
-
* Connection ID
|
|
86
|
-
*/
|
|
87
|
-
connectionId?: pulumi.Input<number>;
|
|
88
|
-
/**
|
|
89
|
-
* Project ID
|
|
90
|
-
*/
|
|
91
|
-
projectId?: pulumi.Input<number>;
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* The set of arguments for constructing a ProjectConnection resource.
|
|
95
|
-
*/
|
|
96
|
-
export interface ProjectConnectionArgs {
|
|
97
|
-
/**
|
|
98
|
-
* Connection ID
|
|
99
|
-
*/
|
|
100
|
-
connectionId: pulumi.Input<number>;
|
|
101
|
-
/**
|
|
102
|
-
* Project ID
|
|
103
|
-
*/
|
|
104
|
-
projectId: pulumi.Input<number>;
|
|
105
|
-
}
|
package/projectConnection.js
DELETED
|
@@ -1,102 +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.ProjectConnection = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
8
|
-
/**
|
|
9
|
-
* > This resource is deprecated with the release of global connections and it will be removed in a future version of the provider. Going forward, please set the `connectionId` in the `dbtcloud.Environment` resource instead.
|
|
10
|
-
*
|
|
11
|
-
* ## Example Usage
|
|
12
|
-
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
16
|
-
*
|
|
17
|
-
* const dbtProjectConnection = new dbtcloud.ProjectConnection("dbt_project_connection", {
|
|
18
|
-
* projectId: dbtProject.id,
|
|
19
|
-
* connectionId: dbtConnection.connectionId,
|
|
20
|
-
* });
|
|
21
|
-
* ```
|
|
22
|
-
*
|
|
23
|
-
* ## Import
|
|
24
|
-
*
|
|
25
|
-
* using import blocks (requires Terraform >= 1.5)
|
|
26
|
-
*
|
|
27
|
-
* import {
|
|
28
|
-
*
|
|
29
|
-
* to = dbtcloud_project_connection.my_project
|
|
30
|
-
*
|
|
31
|
-
* id = "project_id:connection_id"
|
|
32
|
-
*
|
|
33
|
-
* }
|
|
34
|
-
*
|
|
35
|
-
* import {
|
|
36
|
-
*
|
|
37
|
-
* to = dbtcloud_project_connection.my_project
|
|
38
|
-
*
|
|
39
|
-
* id = "12345:5678"
|
|
40
|
-
*
|
|
41
|
-
* }
|
|
42
|
-
*
|
|
43
|
-
* using the older import command
|
|
44
|
-
*
|
|
45
|
-
* ```sh
|
|
46
|
-
* $ pulumi import dbtcloud:index/projectConnection:ProjectConnection my_project "project_id:connection_id"
|
|
47
|
-
* ```
|
|
48
|
-
*
|
|
49
|
-
* ```sh
|
|
50
|
-
* $ pulumi import dbtcloud:index/projectConnection:ProjectConnection my_project 12345:5678
|
|
51
|
-
* ```
|
|
52
|
-
*/
|
|
53
|
-
class ProjectConnection extends pulumi.CustomResource {
|
|
54
|
-
/**
|
|
55
|
-
* Get an existing ProjectConnection 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, id, state, opts) {
|
|
64
|
-
return new ProjectConnection(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Returns true if the given object is an instance of ProjectConnection. This is designed to work even
|
|
68
|
-
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
69
|
-
*/
|
|
70
|
-
static isInstance(obj) {
|
|
71
|
-
if (obj === undefined || obj === null) {
|
|
72
|
-
return false;
|
|
73
|
-
}
|
|
74
|
-
return obj['__pulumiType'] === ProjectConnection.__pulumiType;
|
|
75
|
-
}
|
|
76
|
-
constructor(name, argsOrState, opts) {
|
|
77
|
-
let resourceInputs = {};
|
|
78
|
-
opts = opts || {};
|
|
79
|
-
if (opts.id) {
|
|
80
|
-
const state = argsOrState;
|
|
81
|
-
resourceInputs["connectionId"] = state ? state.connectionId : undefined;
|
|
82
|
-
resourceInputs["projectId"] = state ? state.projectId : undefined;
|
|
83
|
-
}
|
|
84
|
-
else {
|
|
85
|
-
const args = argsOrState;
|
|
86
|
-
if ((!args || args.connectionId === undefined) && !opts.urn) {
|
|
87
|
-
throw new Error("Missing required property 'connectionId'");
|
|
88
|
-
}
|
|
89
|
-
if ((!args || args.projectId === undefined) && !opts.urn) {
|
|
90
|
-
throw new Error("Missing required property 'projectId'");
|
|
91
|
-
}
|
|
92
|
-
resourceInputs["connectionId"] = args ? args.connectionId : undefined;
|
|
93
|
-
resourceInputs["projectId"] = args ? args.projectId : undefined;
|
|
94
|
-
}
|
|
95
|
-
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
96
|
-
super(ProjectConnection.__pulumiType, name, resourceInputs, opts);
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
exports.ProjectConnection = ProjectConnection;
|
|
100
|
-
/** @internal */
|
|
101
|
-
ProjectConnection.__pulumiType = 'dbtcloud:index/projectConnection:ProjectConnection';
|
|
102
|
-
//# sourceMappingURL=projectConnection.js.map
|
package/projectConnection.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"projectConnection.js","sourceRoot":"","sources":["../projectConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAjEL,8CAkEC;AApDG,gBAAgB;AACO,8BAAY,GAAG,oDAAoD,CAAC"}
|