@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/getPostgresCredential.js
CHANGED
|
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getPostgresCredentialOutput = exports.getPostgresCredential = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Postgres credential data source.
|
|
10
|
+
*/
|
|
8
11
|
function getPostgresCredential(args, opts) {
|
|
9
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
13
|
return pulumi.runtime.invoke("dbtcloud:index/getPostgresCredential:getPostgresCredential", {
|
|
@@ -13,6 +16,9 @@ function getPostgresCredential(args, opts) {
|
|
|
13
16
|
}, opts);
|
|
14
17
|
}
|
|
15
18
|
exports.getPostgresCredential = getPostgresCredential;
|
|
19
|
+
/**
|
|
20
|
+
* Postgres credential data source.
|
|
21
|
+
*/
|
|
16
22
|
function getPostgresCredentialOutput(args, opts) {
|
|
17
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
18
24
|
return pulumi.runtime.invokeOutput("dbtcloud:index/getPostgresCredential:getPostgresCredential", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPostgresCredential.js","sourceRoot":"","sources":["../getPostgresCredential.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;AAiDD,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"}
|
|
1
|
+
{"version":3,"file":"getPostgresCredential.js","sourceRoot":"","sources":["../getPostgresCredential.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"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
+
* Privatelink endpoint data source.
|
|
4
|
+
*
|
|
3
5
|
* ## Example Usage
|
|
4
6
|
*
|
|
5
7
|
* ```typescript
|
|
@@ -29,16 +31,20 @@ export interface GetPrivatelinkEndpointArgs {
|
|
|
29
31
|
*/
|
|
30
32
|
name?: string;
|
|
31
33
|
/**
|
|
32
|
-
*
|
|
34
|
+
* URL of the PrivateLink Endpoint (name and/or private*link*endpoint_url need to be provided to return data for the datasource)
|
|
33
35
|
*/
|
|
34
36
|
privateLinkEndpointUrl?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Type of the PrivateLink Endpoint
|
|
39
|
+
*/
|
|
40
|
+
type?: string;
|
|
35
41
|
}
|
|
36
42
|
/**
|
|
37
43
|
* A collection of values returned by getPrivatelinkEndpoint.
|
|
38
44
|
*/
|
|
39
45
|
export interface GetPrivatelinkEndpointResult {
|
|
40
46
|
/**
|
|
41
|
-
*
|
|
47
|
+
* CIDR range of the PrivateLink Endpoint
|
|
42
48
|
*/
|
|
43
49
|
readonly cidrRange: string;
|
|
44
50
|
/**
|
|
@@ -50,21 +56,17 @@ export interface GetPrivatelinkEndpointResult {
|
|
|
50
56
|
*/
|
|
51
57
|
readonly name?: string;
|
|
52
58
|
/**
|
|
53
|
-
*
|
|
59
|
+
* URL of the PrivateLink Endpoint (name and/or private*link*endpoint_url need to be provided to return data for the datasource)
|
|
54
60
|
*/
|
|
55
61
|
readonly privateLinkEndpointUrl?: string;
|
|
56
|
-
/**
|
|
57
|
-
* PrivatelinkEndpoint state should be 1 = active, as 2 = deleted
|
|
58
|
-
*
|
|
59
|
-
* @deprecated Remove this attribute's configuration as it's no longer in use and the attribute will be removed in the next major version of the provider.
|
|
60
|
-
*/
|
|
61
|
-
readonly state: number;
|
|
62
62
|
/**
|
|
63
63
|
* Type of the PrivateLink Endpoint
|
|
64
64
|
*/
|
|
65
65
|
readonly type: string;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
+
* Privatelink endpoint data source.
|
|
69
|
+
*
|
|
68
70
|
* ## Example Usage
|
|
69
71
|
*
|
|
70
72
|
* ```typescript
|
|
@@ -94,7 +96,11 @@ export interface GetPrivatelinkEndpointOutputArgs {
|
|
|
94
96
|
*/
|
|
95
97
|
name?: pulumi.Input<string>;
|
|
96
98
|
/**
|
|
97
|
-
*
|
|
99
|
+
* URL of the PrivateLink Endpoint (name and/or private*link*endpoint_url need to be provided to return data for the datasource)
|
|
98
100
|
*/
|
|
99
101
|
privateLinkEndpointUrl?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Type of the PrivateLink Endpoint
|
|
104
|
+
*/
|
|
105
|
+
type?: pulumi.Input<string>;
|
|
100
106
|
}
|
|
@@ -6,6 +6,8 @@ exports.getPrivatelinkEndpointOutput = exports.getPrivatelinkEndpoint = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Privatelink endpoint data source.
|
|
10
|
+
*
|
|
9
11
|
* ## Example Usage
|
|
10
12
|
*
|
|
11
13
|
* ```typescript
|
|
@@ -31,10 +33,13 @@ function getPrivatelinkEndpoint(args, opts) {
|
|
|
31
33
|
return pulumi.runtime.invoke("dbtcloud:index/getPrivatelinkEndpoint:getPrivatelinkEndpoint", {
|
|
32
34
|
"name": args.name,
|
|
33
35
|
"privateLinkEndpointUrl": args.privateLinkEndpointUrl,
|
|
36
|
+
"type": args.type,
|
|
34
37
|
}, opts);
|
|
35
38
|
}
|
|
36
39
|
exports.getPrivatelinkEndpoint = getPrivatelinkEndpoint;
|
|
37
40
|
/**
|
|
41
|
+
* Privatelink endpoint data source.
|
|
42
|
+
*
|
|
38
43
|
* ## Example Usage
|
|
39
44
|
*
|
|
40
45
|
* ```typescript
|
|
@@ -60,6 +65,7 @@ function getPrivatelinkEndpointOutput(args, opts) {
|
|
|
60
65
|
return pulumi.runtime.invokeOutput("dbtcloud:index/getPrivatelinkEndpoint:getPrivatelinkEndpoint", {
|
|
61
66
|
"name": args.name,
|
|
62
67
|
"privateLinkEndpointUrl": args.privateLinkEndpointUrl,
|
|
68
|
+
"type": args.type,
|
|
63
69
|
}, opts);
|
|
64
70
|
}
|
|
65
71
|
exports.getPrivatelinkEndpointOutput = getPrivatelinkEndpointOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getPrivatelinkEndpoint.js","sourceRoot":"","sources":["../getPrivatelinkEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getPrivatelinkEndpoint.js","sourceRoot":"","sources":["../getPrivatelinkEndpoint.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,sBAAsB,CAAC,IAAiC,EAAE,IAA2B;IACjG,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,8DAA8D,EAAE;QACzF,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,wDAQC;AA6CD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,4BAA4B,CAAC,IAAuC,EAAE,IAAiC;IACnH,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,8DAA8D,EAAE;QAC/F,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,wBAAwB,EAAE,IAAI,CAAC,sBAAsB;QACrD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oEAQC"}
|
package/getProject.d.ts
CHANGED
|
@@ -1,20 +1,36 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
2
3
|
/**
|
|
4
|
+
* Retrieve a specific project from dbt Cloud.
|
|
5
|
+
*
|
|
3
6
|
* ## Example Usage
|
|
4
7
|
*
|
|
5
8
|
* ```typescript
|
|
6
9
|
* import * as pulumi from "@pulumi/pulumi";
|
|
7
10
|
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
8
11
|
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
12
|
+
* export = async () => {
|
|
13
|
+
* // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
|
|
14
|
+
* const projectById = await dbtcloud.getProject({
|
|
15
|
+
* id: 0,
|
|
16
|
+
* });
|
|
17
|
+
* // or they can use project names
|
|
18
|
+
* // the provider will raise an error if more than one project is found with the same name
|
|
19
|
+
* const projectByName = await dbtcloud.getProject({
|
|
20
|
+
* name: "Project name",
|
|
21
|
+
* });
|
|
22
|
+
* const filteredProjects = await dbtcloud.getProjects({
|
|
23
|
+
* nameContains: "Project",
|
|
24
|
+
* });
|
|
25
|
+
* const allProjects = await dbtcloud.getProjects({});
|
|
26
|
+
* return {
|
|
27
|
+
* projectIdDetails: projectById,
|
|
28
|
+
* projectNameDetails: projectByName,
|
|
29
|
+
* filteredProjectsCount: filteredProjects.projects.length,
|
|
30
|
+
* filteredProjects: filteredProjects.projects,
|
|
31
|
+
* projectNames: .map(project => (project.name)),
|
|
32
|
+
* };
|
|
33
|
+
* }
|
|
18
34
|
* ```
|
|
19
35
|
*/
|
|
20
36
|
export declare function getProject(args?: GetProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectResult>;
|
|
@@ -23,28 +39,28 @@ export declare function getProject(args?: GetProjectArgs, opts?: pulumi.InvokeOp
|
|
|
23
39
|
*/
|
|
24
40
|
export interface GetProjectArgs {
|
|
25
41
|
/**
|
|
26
|
-
*
|
|
42
|
+
* Project ID
|
|
27
43
|
*/
|
|
28
|
-
|
|
44
|
+
id?: number;
|
|
29
45
|
/**
|
|
30
|
-
*
|
|
46
|
+
* Project name
|
|
31
47
|
*/
|
|
32
48
|
name?: string;
|
|
33
|
-
/**
|
|
34
|
-
* ID of the project to represent
|
|
35
|
-
*/
|
|
36
|
-
projectId?: number;
|
|
37
49
|
}
|
|
38
50
|
/**
|
|
39
51
|
* A collection of values returned by getProject.
|
|
40
52
|
*/
|
|
41
53
|
export interface GetProjectResult {
|
|
42
54
|
/**
|
|
43
|
-
*
|
|
55
|
+
* When the project was created
|
|
44
56
|
*/
|
|
45
|
-
readonly
|
|
57
|
+
readonly createdAt: string;
|
|
46
58
|
/**
|
|
47
|
-
*
|
|
59
|
+
* Subdirectory for the dbt project inside the git repo
|
|
60
|
+
*/
|
|
61
|
+
readonly dbtProjectSubdirectory: string;
|
|
62
|
+
/**
|
|
63
|
+
* Project description
|
|
48
64
|
*/
|
|
49
65
|
readonly description: string;
|
|
50
66
|
/**
|
|
@@ -56,44 +72,69 @@ export interface GetProjectResult {
|
|
|
56
72
|
*/
|
|
57
73
|
readonly freshnessJobId: number;
|
|
58
74
|
/**
|
|
59
|
-
*
|
|
75
|
+
* Project ID
|
|
60
76
|
*/
|
|
61
|
-
readonly id
|
|
77
|
+
readonly id?: number;
|
|
62
78
|
/**
|
|
63
|
-
*
|
|
79
|
+
* Project name
|
|
64
80
|
*/
|
|
65
81
|
readonly name: string;
|
|
66
82
|
/**
|
|
67
|
-
*
|
|
83
|
+
* Details for the connection linked to the project
|
|
84
|
+
*/
|
|
85
|
+
readonly projectConnection: outputs.GetProjectProjectConnection;
|
|
86
|
+
/**
|
|
87
|
+
* Details for the repository linked to the project
|
|
68
88
|
*/
|
|
69
|
-
readonly
|
|
89
|
+
readonly repository: outputs.GetProjectRepository;
|
|
70
90
|
/**
|
|
71
|
-
*
|
|
91
|
+
* Semantic layer config ID
|
|
72
92
|
*/
|
|
73
|
-
readonly
|
|
93
|
+
readonly semanticLayerConfigId: number;
|
|
74
94
|
/**
|
|
75
95
|
* Project state should be 1 = active, as 2 = deleted
|
|
76
|
-
*
|
|
77
|
-
* @deprecated Remove this attribute's configuration as it's no longer in use and the attribute will be removed in the next major version of the provider.
|
|
78
96
|
*/
|
|
79
97
|
readonly state: number;
|
|
98
|
+
/**
|
|
99
|
+
* The type of dbt project (default or hybrid)
|
|
100
|
+
*/
|
|
101
|
+
readonly type: number;
|
|
102
|
+
/**
|
|
103
|
+
* When the project was last updated
|
|
104
|
+
*/
|
|
105
|
+
readonly updatedAt: string;
|
|
80
106
|
}
|
|
81
107
|
/**
|
|
108
|
+
* Retrieve a specific project from dbt Cloud.
|
|
109
|
+
*
|
|
82
110
|
* ## Example Usage
|
|
83
111
|
*
|
|
84
112
|
* ```typescript
|
|
85
113
|
* import * as pulumi from "@pulumi/pulumi";
|
|
86
114
|
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
87
115
|
*
|
|
88
|
-
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
116
|
+
* export = async () => {
|
|
117
|
+
* // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
|
|
118
|
+
* const projectById = await dbtcloud.getProject({
|
|
119
|
+
* id: 0,
|
|
120
|
+
* });
|
|
121
|
+
* // or they can use project names
|
|
122
|
+
* // the provider will raise an error if more than one project is found with the same name
|
|
123
|
+
* const projectByName = await dbtcloud.getProject({
|
|
124
|
+
* name: "Project name",
|
|
125
|
+
* });
|
|
126
|
+
* const filteredProjects = await dbtcloud.getProjects({
|
|
127
|
+
* nameContains: "Project",
|
|
128
|
+
* });
|
|
129
|
+
* const allProjects = await dbtcloud.getProjects({});
|
|
130
|
+
* return {
|
|
131
|
+
* projectIdDetails: projectById,
|
|
132
|
+
* projectNameDetails: projectByName,
|
|
133
|
+
* filteredProjectsCount: filteredProjects.projects.length,
|
|
134
|
+
* filteredProjects: filteredProjects.projects,
|
|
135
|
+
* projectNames: .map(project => (project.name)),
|
|
136
|
+
* };
|
|
137
|
+
* }
|
|
97
138
|
* ```
|
|
98
139
|
*/
|
|
99
140
|
export declare function getProjectOutput(args?: GetProjectOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetProjectResult>;
|
|
@@ -102,15 +143,11 @@ export declare function getProjectOutput(args?: GetProjectOutputArgs, opts?: pul
|
|
|
102
143
|
*/
|
|
103
144
|
export interface GetProjectOutputArgs {
|
|
104
145
|
/**
|
|
105
|
-
*
|
|
146
|
+
* Project ID
|
|
106
147
|
*/
|
|
107
|
-
|
|
148
|
+
id?: pulumi.Input<number>;
|
|
108
149
|
/**
|
|
109
|
-
*
|
|
150
|
+
* Project name
|
|
110
151
|
*/
|
|
111
152
|
name?: pulumi.Input<string>;
|
|
112
|
-
/**
|
|
113
|
-
* ID of the project to represent
|
|
114
|
-
*/
|
|
115
|
-
projectId?: pulumi.Input<number>;
|
|
116
153
|
}
|
package/getProject.js
CHANGED
|
@@ -6,58 +6,86 @@ exports.getProjectOutput = exports.getProject = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Retrieve a specific project from dbt Cloud.
|
|
10
|
+
*
|
|
9
11
|
* ## Example Usage
|
|
10
12
|
*
|
|
11
13
|
* ```typescript
|
|
12
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
13
15
|
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
14
16
|
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
17
|
+
* export = async () => {
|
|
18
|
+
* // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
|
|
19
|
+
* const projectById = await dbtcloud.getProject({
|
|
20
|
+
* id: 0,
|
|
21
|
+
* });
|
|
22
|
+
* // or they can use project names
|
|
23
|
+
* // the provider will raise an error if more than one project is found with the same name
|
|
24
|
+
* const projectByName = await dbtcloud.getProject({
|
|
25
|
+
* name: "Project name",
|
|
26
|
+
* });
|
|
27
|
+
* const filteredProjects = await dbtcloud.getProjects({
|
|
28
|
+
* nameContains: "Project",
|
|
29
|
+
* });
|
|
30
|
+
* const allProjects = await dbtcloud.getProjects({});
|
|
31
|
+
* return {
|
|
32
|
+
* projectIdDetails: projectById,
|
|
33
|
+
* projectNameDetails: projectByName,
|
|
34
|
+
* filteredProjectsCount: filteredProjects.projects.length,
|
|
35
|
+
* filteredProjects: filteredProjects.projects,
|
|
36
|
+
* projectNames: .map(project => (project.name)),
|
|
37
|
+
* };
|
|
38
|
+
* }
|
|
24
39
|
* ```
|
|
25
40
|
*/
|
|
26
41
|
function getProject(args, opts) {
|
|
27
42
|
args = args || {};
|
|
28
43
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
29
44
|
return pulumi.runtime.invoke("dbtcloud:index/getProject:getProject", {
|
|
30
|
-
"
|
|
45
|
+
"id": args.id,
|
|
31
46
|
"name": args.name,
|
|
32
|
-
"projectId": args.projectId,
|
|
33
47
|
}, opts);
|
|
34
48
|
}
|
|
35
49
|
exports.getProject = getProject;
|
|
36
50
|
/**
|
|
51
|
+
* Retrieve a specific project from dbt Cloud.
|
|
52
|
+
*
|
|
37
53
|
* ## Example Usage
|
|
38
54
|
*
|
|
39
55
|
* ```typescript
|
|
40
56
|
* import * as pulumi from "@pulumi/pulumi";
|
|
41
57
|
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
42
58
|
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
59
|
+
* export = async () => {
|
|
60
|
+
* // projects data sources can use the project_id parameter (preferred uniqueness is ensured)
|
|
61
|
+
* const projectById = await dbtcloud.getProject({
|
|
62
|
+
* id: 0,
|
|
63
|
+
* });
|
|
64
|
+
* // or they can use project names
|
|
65
|
+
* // the provider will raise an error if more than one project is found with the same name
|
|
66
|
+
* const projectByName = await dbtcloud.getProject({
|
|
67
|
+
* name: "Project name",
|
|
68
|
+
* });
|
|
69
|
+
* const filteredProjects = await dbtcloud.getProjects({
|
|
70
|
+
* nameContains: "Project",
|
|
71
|
+
* });
|
|
72
|
+
* const allProjects = await dbtcloud.getProjects({});
|
|
73
|
+
* return {
|
|
74
|
+
* projectIdDetails: projectById,
|
|
75
|
+
* projectNameDetails: projectByName,
|
|
76
|
+
* filteredProjectsCount: filteredProjects.projects.length,
|
|
77
|
+
* filteredProjects: filteredProjects.projects,
|
|
78
|
+
* projectNames: .map(project => (project.name)),
|
|
79
|
+
* };
|
|
80
|
+
* }
|
|
52
81
|
* ```
|
|
53
82
|
*/
|
|
54
83
|
function getProjectOutput(args, opts) {
|
|
55
84
|
args = args || {};
|
|
56
85
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
57
86
|
return pulumi.runtime.invokeOutput("dbtcloud:index/getProject:getProject", {
|
|
58
|
-
"
|
|
87
|
+
"id": args.id,
|
|
59
88
|
"name": args.name,
|
|
60
|
-
"projectId": args.projectId,
|
|
61
89
|
}, opts);
|
|
62
90
|
}
|
|
63
91
|
exports.getProjectOutput = getProjectOutput;
|
package/getProject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"getProject.js","sourceRoot":"","sources":["../getProject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,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,sCAAsC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,gCAOC;AAyED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAAiC;IAC3F,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,sCAAsC,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4CAOC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Redshift credential data source
|
|
4
|
+
*/
|
|
5
|
+
export declare function getRedshiftCredential(args: GetRedshiftCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetRedshiftCredentialResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getRedshiftCredential.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetRedshiftCredentialArgs {
|
|
10
|
+
/**
|
|
11
|
+
* Credential ID
|
|
12
|
+
*/
|
|
13
|
+
credentialId: number;
|
|
14
|
+
/**
|
|
15
|
+
* Default schema name
|
|
16
|
+
*/
|
|
17
|
+
defaultSchema: string;
|
|
18
|
+
/**
|
|
19
|
+
* Project ID
|
|
20
|
+
*/
|
|
21
|
+
projectId: number;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A collection of values returned by getRedshiftCredential.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetRedshiftCredentialResult {
|
|
27
|
+
/**
|
|
28
|
+
* Credential ID
|
|
29
|
+
*/
|
|
30
|
+
readonly credentialId: number;
|
|
31
|
+
/**
|
|
32
|
+
* Default schema name
|
|
33
|
+
*/
|
|
34
|
+
readonly defaultSchema: string;
|
|
35
|
+
/**
|
|
36
|
+
* The ID of this data source. Contains the project ID and the credential ID.
|
|
37
|
+
*/
|
|
38
|
+
readonly id: string;
|
|
39
|
+
/**
|
|
40
|
+
* Whether the Redshift credential is active
|
|
41
|
+
*/
|
|
42
|
+
readonly isActive: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Number of threads to use
|
|
45
|
+
*/
|
|
46
|
+
readonly numThreads: number;
|
|
47
|
+
/**
|
|
48
|
+
* Project ID
|
|
49
|
+
*/
|
|
50
|
+
readonly projectId: number;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Redshift credential data source
|
|
54
|
+
*/
|
|
55
|
+
export declare function getRedshiftCredentialOutput(args: GetRedshiftCredentialOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRedshiftCredentialResult>;
|
|
56
|
+
/**
|
|
57
|
+
* A collection of arguments for invoking getRedshiftCredential.
|
|
58
|
+
*/
|
|
59
|
+
export interface GetRedshiftCredentialOutputArgs {
|
|
60
|
+
/**
|
|
61
|
+
* Credential ID
|
|
62
|
+
*/
|
|
63
|
+
credentialId: pulumi.Input<number>;
|
|
64
|
+
/**
|
|
65
|
+
* Default schema name
|
|
66
|
+
*/
|
|
67
|
+
defaultSchema: pulumi.Input<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Project ID
|
|
70
|
+
*/
|
|
71
|
+
projectId: pulumi.Input<number>;
|
|
72
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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.getRedshiftCredentialOutput = exports.getRedshiftCredential = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Redshift credential data source
|
|
10
|
+
*/
|
|
11
|
+
function getRedshiftCredential(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("dbtcloud:index/getRedshiftCredential:getRedshiftCredential", {
|
|
14
|
+
"credentialId": args.credentialId,
|
|
15
|
+
"defaultSchema": args.defaultSchema,
|
|
16
|
+
"projectId": args.projectId,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getRedshiftCredential = getRedshiftCredential;
|
|
20
|
+
/**
|
|
21
|
+
* Redshift credential data source
|
|
22
|
+
*/
|
|
23
|
+
function getRedshiftCredentialOutput(args, opts) {
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invokeOutput("dbtcloud:index/getRedshiftCredential:getRedshiftCredential", {
|
|
26
|
+
"credentialId": args.credentialId,
|
|
27
|
+
"defaultSchema": args.defaultSchema,
|
|
28
|
+
"projectId": args.projectId,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getRedshiftCredentialOutput = getRedshiftCredentialOutput;
|
|
32
|
+
//# sourceMappingURL=getRedshiftCredential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRedshiftCredential.js","sourceRoot":"","sources":["../getRedshiftCredential.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,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sDAOC;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,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC"}
|
package/getRepository.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Retrieve data for a single repository
|
|
4
|
+
*/
|
|
2
5
|
export declare function getRepository(args: GetRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetRepositoryResult>;
|
|
3
6
|
/**
|
|
4
7
|
* A collection of arguments for invoking getRepository.
|
|
@@ -23,6 +26,18 @@ export interface GetRepositoryArgs {
|
|
|
23
26
|
* A collection of values returned by getRepository.
|
|
24
27
|
*/
|
|
25
28
|
export interface GetRepositoryResult {
|
|
29
|
+
/**
|
|
30
|
+
* The Azure Dev Ops project ID
|
|
31
|
+
*/
|
|
32
|
+
readonly azureActiveDirectoryProjectId: string;
|
|
33
|
+
/**
|
|
34
|
+
* The Azure Dev Ops repository ID
|
|
35
|
+
*/
|
|
36
|
+
readonly azureActiveDirectoryRepositoryId: string;
|
|
37
|
+
/**
|
|
38
|
+
* If set to False (the default), the connection will fail if the service user doesn't have access to set webhooks
|
|
39
|
+
*/
|
|
40
|
+
readonly azureBypassWebhookRegistrationFailure: boolean;
|
|
26
41
|
/**
|
|
27
42
|
* Public key generated by dbt when using `deployKey` clone strategy
|
|
28
43
|
*/
|
|
@@ -32,7 +47,7 @@ export interface GetRepositoryResult {
|
|
|
32
47
|
*
|
|
33
48
|
* @deprecated This field is deprecated and will be removed in a future version of the provider. The key is always fetched when the clone strategy is `deployKey`
|
|
34
49
|
*/
|
|
35
|
-
readonly fetchDeployKey
|
|
50
|
+
readonly fetchDeployKey: boolean;
|
|
36
51
|
/**
|
|
37
52
|
* Git clone strategy for the repository
|
|
38
53
|
*/
|
|
@@ -46,7 +61,7 @@ export interface GetRepositoryResult {
|
|
|
46
61
|
*/
|
|
47
62
|
readonly gitlabProjectId: number;
|
|
48
63
|
/**
|
|
49
|
-
* The
|
|
64
|
+
* The ID of this resource
|
|
50
65
|
*/
|
|
51
66
|
readonly id: string;
|
|
52
67
|
/**
|
|
@@ -58,7 +73,11 @@ export interface GetRepositoryResult {
|
|
|
58
73
|
*/
|
|
59
74
|
readonly projectId: number;
|
|
60
75
|
/**
|
|
61
|
-
*
|
|
76
|
+
* The pull request URL template to be used when opening a pull request from within dbt Cloud's IDE
|
|
77
|
+
*/
|
|
78
|
+
readonly pullRequestUrlTemplate: string;
|
|
79
|
+
/**
|
|
80
|
+
* Git URL for the repository or <Group>/<Project> for Gitlab
|
|
62
81
|
*/
|
|
63
82
|
readonly remoteUrl: string;
|
|
64
83
|
/**
|
|
@@ -70,6 +89,9 @@ export interface GetRepositoryResult {
|
|
|
70
89
|
*/
|
|
71
90
|
readonly repositoryId: number;
|
|
72
91
|
}
|
|
92
|
+
/**
|
|
93
|
+
* Retrieve data for a single repository
|
|
94
|
+
*/
|
|
73
95
|
export declare function getRepositoryOutput(args: GetRepositoryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRepositoryResult>;
|
|
74
96
|
/**
|
|
75
97
|
* A collection of arguments for invoking getRepository.
|
package/getRepository.js
CHANGED
|
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
exports.getRepositoryOutput = exports.getRepository = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieve data for a single repository
|
|
10
|
+
*/
|
|
8
11
|
function getRepository(args, opts) {
|
|
9
12
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
13
|
return pulumi.runtime.invoke("dbtcloud:index/getRepository:getRepository", {
|
|
@@ -14,6 +17,9 @@ function getRepository(args, opts) {
|
|
|
14
17
|
}, opts);
|
|
15
18
|
}
|
|
16
19
|
exports.getRepository = getRepository;
|
|
20
|
+
/**
|
|
21
|
+
* Retrieve data for a single repository
|
|
22
|
+
*/
|
|
17
23
|
function getRepositoryOutput(args, opts) {
|
|
18
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
19
25
|
return pulumi.runtime.invokeOutput("dbtcloud:index/getRepository:getRepository", {
|
package/getRepository.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRepository.js","sourceRoot":"","sources":["../getRepository.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,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC;
|
|
1
|
+
{"version":3,"file":"getRepository.js","sourceRoot":"","sources":["../getRepository.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;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,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC;AAyFD;;GAEG;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,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,cAAc,EAAE,IAAI,CAAC,YAAY;KACpC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kDAOC"}
|