@pulumi/dbtcloud 0.1.0-alpha.1715944408
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/LICENSE +177 -0
- package/README.md +70 -0
- package/bigQueryConnection.d.ts +399 -0
- package/bigQueryConnection.js +196 -0
- package/bigQueryConnection.js.map +1 -0
- package/bigQueryCredential.d.ts +117 -0
- package/bigQueryCredential.js +91 -0
- package/bigQueryCredential.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +14 -0
- package/config/vars.js +29 -0
- package/config/vars.js.map +1 -0
- package/connection.d.ts +321 -0
- package/connection.js +149 -0
- package/connection.js.map +1 -0
- package/databricksCredential.d.ts +168 -0
- package/databricksCredential.js +120 -0
- package/databricksCredential.js.map +1 -0
- package/environment.d.ts +209 -0
- package/environment.js +123 -0
- package/environment.js.map +1 -0
- package/environmentVariable.d.ts +120 -0
- package/environmentVariable.js +101 -0
- package/environmentVariable.js.map +1 -0
- package/environmentVariableJobOverride.d.ts +119 -0
- package/environmentVariableJobOverride.js +93 -0
- package/environmentVariableJobOverride.js.map +1 -0
- package/extendedAttributes.d.ts +135 -0
- package/extendedAttributes.js +107 -0
- package/extendedAttributes.js.map +1 -0
- package/fabricConnection.d.ts +177 -0
- package/fabricConnection.js +108 -0
- package/fabricConnection.js.map +1 -0
- package/fabricCredential.d.ts +167 -0
- package/fabricCredential.js +93 -0
- package/fabricCredential.js.map +1 -0
- package/getAzureDevOpsProject.d.ts +72 -0
- package/getAzureDevOpsProject.js +53 -0
- package/getAzureDevOpsProject.js.map +1 -0
- package/getAzureDevOpsRepository.d.ts +98 -0
- package/getAzureDevOpsRepository.js +56 -0
- package/getAzureDevOpsRepository.js.map +1 -0
- package/getBigQueryConnection.d.ts +134 -0
- package/getBigQueryConnection.js +20 -0
- package/getBigQueryConnection.js.map +1 -0
- package/getBigQueryCredential.d.ts +58 -0
- package/getBigQueryCredential.js +20 -0
- package/getBigQueryCredential.js.map +1 -0
- package/getConnection.d.ts +86 -0
- package/getConnection.js +20 -0
- package/getConnection.js.map +1 -0
- package/getDatabricksCredential.d.ts +66 -0
- package/getDatabricksCredential.js +20 -0
- package/getDatabricksCredential.js.map +1 -0
- package/getEnvironment.d.ts +82 -0
- package/getEnvironment.js +20 -0
- package/getEnvironment.js.map +1 -0
- package/getEnvironmentVariable.d.ts +52 -0
- package/getEnvironmentVariable.js +20 -0
- package/getEnvironmentVariable.js.map +1 -0
- package/getExtendedAttributes.d.ts +80 -0
- package/getExtendedAttributes.js +46 -0
- package/getExtendedAttributes.js.map +1 -0
- package/getGroup.d.ts +50 -0
- package/getGroup.js +19 -0
- package/getGroup.js.map +1 -0
- package/getGroupUsers.d.ts +67 -0
- package/getGroupUsers.js +47 -0
- package/getGroupUsers.js.map +1 -0
- package/getJob.d.ts +89 -0
- package/getJob.js +20 -0
- package/getJob.js.map +1 -0
- package/getNotification.d.ts +82 -0
- package/getNotification.js +43 -0
- package/getNotification.js.map +1 -0
- package/getPostgresCredential.d.ts +62 -0
- package/getPostgresCredential.js +20 -0
- package/getPostgresCredential.js.map +1 -0
- package/getPrivatelinkEndpoint.d.ts +98 -0
- package/getPrivatelinkEndpoint.js +61 -0
- package/getPrivatelinkEndpoint.js.map +1 -0
- package/getProject.d.ts +102 -0
- package/getProject.js +57 -0
- package/getProject.js.map +1 -0
- package/getRepository.d.ts +86 -0
- package/getRepository.js +21 -0
- package/getRepository.js.map +1 -0
- package/getServiceToken.d.ts +47 -0
- package/getServiceToken.js +19 -0
- package/getServiceToken.js.map +1 -0
- package/getSnowflakeCredential.d.ts +66 -0
- package/getSnowflakeCredential.js +20 -0
- package/getSnowflakeCredential.js.map +1 -0
- package/getUser.d.ts +58 -0
- package/getUser.js +43 -0
- package/getUser.js.map +1 -0
- package/getUserGroups.d.ts +62 -0
- package/getUserGroups.js +43 -0
- package/getUserGroups.js.map +1 -0
- package/getWebhook.d.ts +66 -0
- package/getWebhook.js +19 -0
- package/getWebhook.js.map +1 -0
- package/group.d.ts +127 -0
- package/group.js +95 -0
- package/group.js.map +1 -0
- package/index.d.ts +144 -0
- package/index.js +220 -0
- package/index.js.map +1 -0
- package/job.d.ts +443 -0
- package/job.js +228 -0
- package/job.js.map +1 -0
- package/licenseMap.d.ts +96 -0
- package/licenseMap.js +90 -0
- package/licenseMap.js.map +1 -0
- package/notification.d.ts +202 -0
- package/notification.js +126 -0
- package/notification.js.map +1 -0
- package/package.json +31 -0
- package/package.json.bak +31 -0
- package/postgresCredential.d.ts +171 -0
- package/postgresCredential.js +110 -0
- package/postgresCredential.js.map +1 -0
- package/project.d.ts +87 -0
- package/project.js +78 -0
- package/project.js.map +1 -0
- package/projectArtefacts.d.ts +99 -0
- package/projectArtefacts.js +83 -0
- package/projectArtefacts.js.map +1 -0
- package/projectConnection.d.ts +86 -0
- package/projectConnection.js +83 -0
- package/projectConnection.js.map +1 -0
- package/projectRepository.d.ts +86 -0
- package/projectRepository.js +83 -0
- package/projectRepository.js.map +1 -0
- package/provider.d.ts +50 -0
- package/provider.js +48 -0
- package/provider.js.map +1 -0
- package/repository.d.ts +204 -0
- package/repository.js +103 -0
- package/repository.js.map +1 -0
- package/serviceToken.d.ts +126 -0
- package/serviceToken.js +95 -0
- package/serviceToken.js.map +1 -0
- package/snowflakeCredential.d.ts +218 -0
- package/snowflakeCredential.js +120 -0
- package/snowflakeCredential.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +43 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +74 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/userGroups.d.ts +105 -0
- package/userGroups.js +102 -0
- package/userGroups.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
- package/webhook.d.ts +175 -0
- package/webhook.js +110 -0
- package/webhook.js.map +1 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getAzureDevOpsProjectOutput = exports.getAzureDevOpsProject = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve the ID of an Azure Dev Ops project
|
|
10
|
+
* based on its name.
|
|
11
|
+
*
|
|
12
|
+
* This data source requires connecting with a user token and doesn't work with a service token.
|
|
13
|
+
*
|
|
14
|
+
* ## Example Usage
|
|
15
|
+
*
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
19
|
+
*
|
|
20
|
+
* const myAdoProject = dbtcloud.getAzureDevOpsProject({
|
|
21
|
+
* name: "my-project-name",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
function getAzureDevOpsProject(args, opts) {
|
|
26
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
27
|
+
return pulumi.runtime.invoke("dbtcloud:index/getAzureDevOpsProject:getAzureDevOpsProject", {
|
|
28
|
+
"name": args.name,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getAzureDevOpsProject = getAzureDevOpsProject;
|
|
32
|
+
/**
|
|
33
|
+
* Use this data source to retrieve the ID of an Azure Dev Ops project
|
|
34
|
+
* based on its name.
|
|
35
|
+
*
|
|
36
|
+
* This data source requires connecting with a user token and doesn't work with a service token.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
43
|
+
*
|
|
44
|
+
* const myAdoProject = dbtcloud.getAzureDevOpsProject({
|
|
45
|
+
* name: "my-project-name",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getAzureDevOpsProjectOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => getAzureDevOpsProject(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getAzureDevOpsProjectOutput = getAzureDevOpsProjectOutput;
|
|
53
|
+
//# sourceMappingURL=getAzureDevOpsProject.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAzureDevOpsProject.js","sourceRoot":"","sources":["../getAzureDevOpsProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,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,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AA6BD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Use this data source to retrieve the ID and details of an Azure Dev Ops repository
|
|
4
|
+
* based on its name and the ID of the Azure Dev Ops project it belongs to.
|
|
5
|
+
*
|
|
6
|
+
* This data source requires connecting with a user token and doesn't work with a service token.
|
|
7
|
+
*
|
|
8
|
+
* ## Example Usage
|
|
9
|
+
*
|
|
10
|
+
* ```typescript
|
|
11
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
12
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
13
|
+
*
|
|
14
|
+
* const myAdoRepository = dbtcloud.getAzureDevOpsRepository({
|
|
15
|
+
* name: "my-repo-name",
|
|
16
|
+
* azureDevOpsProjectId: myAdoProject.id,
|
|
17
|
+
* });
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare function getAzureDevOpsRepository(args: GetAzureDevOpsRepositoryArgs, opts?: pulumi.InvokeOptions): Promise<GetAzureDevOpsRepositoryResult>;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of arguments for invoking getAzureDevOpsRepository.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetAzureDevOpsRepositoryArgs {
|
|
25
|
+
/**
|
|
26
|
+
* The internal Azure Dev Ops ID of the ADO Project. Can be retrieved using the data source dbtcloud*azure*dev*ops*project and the project name
|
|
27
|
+
*/
|
|
28
|
+
azureDevOpsProjectId: string;
|
|
29
|
+
/**
|
|
30
|
+
* The name of the ADO repository
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* A collection of values returned by getAzureDevOpsRepository.
|
|
36
|
+
*/
|
|
37
|
+
export interface GetAzureDevOpsRepositoryResult {
|
|
38
|
+
/**
|
|
39
|
+
* The internal Azure Dev Ops ID of the ADO Project. Can be retrieved using the data source dbtcloud*azure*dev*ops*project and the project name
|
|
40
|
+
*/
|
|
41
|
+
readonly azureDevOpsProjectId: string;
|
|
42
|
+
/**
|
|
43
|
+
* The default branch of the ADO repository
|
|
44
|
+
*/
|
|
45
|
+
readonly defaultBranch: string;
|
|
46
|
+
/**
|
|
47
|
+
* The URL of the ADO repository showing details about the repository and its attributes
|
|
48
|
+
*/
|
|
49
|
+
readonly detailsUrl: string;
|
|
50
|
+
/**
|
|
51
|
+
* The internal Azure Dev Ops ID of the ADO Repository
|
|
52
|
+
*/
|
|
53
|
+
readonly id: string;
|
|
54
|
+
/**
|
|
55
|
+
* The name of the ADO repository
|
|
56
|
+
*/
|
|
57
|
+
readonly name: string;
|
|
58
|
+
/**
|
|
59
|
+
* The HTTP URL of the ADO repository used to connect to dbt Cloud
|
|
60
|
+
*/
|
|
61
|
+
readonly remoteUrl: string;
|
|
62
|
+
/**
|
|
63
|
+
* The URL of the ADO repository accessible in the browser
|
|
64
|
+
*/
|
|
65
|
+
readonly webUrl: string;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* Use this data source to retrieve the ID and details of an Azure Dev Ops repository
|
|
69
|
+
* based on its name and the ID of the Azure Dev Ops project it belongs to.
|
|
70
|
+
*
|
|
71
|
+
* This data source requires connecting with a user token and doesn't work with a service token.
|
|
72
|
+
*
|
|
73
|
+
* ## Example Usage
|
|
74
|
+
*
|
|
75
|
+
* ```typescript
|
|
76
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
77
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
78
|
+
*
|
|
79
|
+
* const myAdoRepository = dbtcloud.getAzureDevOpsRepository({
|
|
80
|
+
* name: "my-repo-name",
|
|
81
|
+
* azureDevOpsProjectId: myAdoProject.id,
|
|
82
|
+
* });
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
export declare function getAzureDevOpsRepositoryOutput(args: GetAzureDevOpsRepositoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAzureDevOpsRepositoryResult>;
|
|
86
|
+
/**
|
|
87
|
+
* A collection of arguments for invoking getAzureDevOpsRepository.
|
|
88
|
+
*/
|
|
89
|
+
export interface GetAzureDevOpsRepositoryOutputArgs {
|
|
90
|
+
/**
|
|
91
|
+
* The internal Azure Dev Ops ID of the ADO Project. Can be retrieved using the data source dbtcloud*azure*dev*ops*project and the project name
|
|
92
|
+
*/
|
|
93
|
+
azureDevOpsProjectId: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The name of the ADO repository
|
|
96
|
+
*/
|
|
97
|
+
name: pulumi.Input<string>;
|
|
98
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getAzureDevOpsRepositoryOutput = exports.getAzureDevOpsRepository = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Use this data source to retrieve the ID and details of an Azure Dev Ops repository
|
|
10
|
+
* based on its name and the ID of the Azure Dev Ops project it belongs to.
|
|
11
|
+
*
|
|
12
|
+
* This data source requires connecting with a user token and doesn't work with a service token.
|
|
13
|
+
*
|
|
14
|
+
* ## Example Usage
|
|
15
|
+
*
|
|
16
|
+
* ```typescript
|
|
17
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
18
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
19
|
+
*
|
|
20
|
+
* const myAdoRepository = dbtcloud.getAzureDevOpsRepository({
|
|
21
|
+
* name: "my-repo-name",
|
|
22
|
+
* azureDevOpsProjectId: myAdoProject.id,
|
|
23
|
+
* });
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
function getAzureDevOpsRepository(args, opts) {
|
|
27
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
28
|
+
return pulumi.runtime.invoke("dbtcloud:index/getAzureDevOpsRepository:getAzureDevOpsRepository", {
|
|
29
|
+
"azureDevOpsProjectId": args.azureDevOpsProjectId,
|
|
30
|
+
"name": args.name,
|
|
31
|
+
}, opts);
|
|
32
|
+
}
|
|
33
|
+
exports.getAzureDevOpsRepository = getAzureDevOpsRepository;
|
|
34
|
+
/**
|
|
35
|
+
* Use this data source to retrieve the ID and details of an Azure Dev Ops repository
|
|
36
|
+
* based on its name and the ID of the Azure Dev Ops project it belongs to.
|
|
37
|
+
*
|
|
38
|
+
* This data source requires connecting with a user token and doesn't work with a service token.
|
|
39
|
+
*
|
|
40
|
+
* ## Example Usage
|
|
41
|
+
*
|
|
42
|
+
* ```typescript
|
|
43
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
44
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
45
|
+
*
|
|
46
|
+
* const myAdoRepository = dbtcloud.getAzureDevOpsRepository({
|
|
47
|
+
* name: "my-repo-name",
|
|
48
|
+
* azureDevOpsProjectId: myAdoProject.id,
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
51
|
+
*/
|
|
52
|
+
function getAzureDevOpsRepositoryOutput(args, opts) {
|
|
53
|
+
return pulumi.output(args).apply((a) => getAzureDevOpsRepository(a, opts));
|
|
54
|
+
}
|
|
55
|
+
exports.getAzureDevOpsRepositoryOutput = getAzureDevOpsRepositoryOutput;
|
|
56
|
+
//# sourceMappingURL=getAzureDevOpsRepository.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAzureDevOpsRepository.js","sourceRoot":"","sources":["../getAzureDevOpsRepository.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;QACjD,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC;AAiDD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
|
|
@@ -0,0 +1,134 @@
|
|
|
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.InvokeOptions): 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
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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
|
+
return pulumi.output(args).apply((a) => getBigQueryConnection(a, opts));
|
|
18
|
+
}
|
|
19
|
+
exports.getBigQueryConnectionOutput = getBigQueryConnectionOutput;
|
|
20
|
+
//# sourceMappingURL=getBigQueryConnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBigQueryConnection.js","sourceRoot":"","sources":["../getBigQueryConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,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;AAPD,sDAOC;AAyHD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getBigQueryCredential(args: GetBigQueryCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetBigQueryCredentialResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getBigQueryCredential.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetBigQueryCredentialArgs {
|
|
7
|
+
/**
|
|
8
|
+
* Credential ID
|
|
9
|
+
*/
|
|
10
|
+
credentialId: number;
|
|
11
|
+
/**
|
|
12
|
+
* Project ID
|
|
13
|
+
*/
|
|
14
|
+
projectId: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getBigQueryCredential.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetBigQueryCredentialResult {
|
|
20
|
+
/**
|
|
21
|
+
* Credential ID
|
|
22
|
+
*/
|
|
23
|
+
readonly credentialId: number;
|
|
24
|
+
/**
|
|
25
|
+
* Default dataset name
|
|
26
|
+
*/
|
|
27
|
+
readonly dataset: string;
|
|
28
|
+
/**
|
|
29
|
+
* The provider-assigned unique ID for this managed resource.
|
|
30
|
+
*/
|
|
31
|
+
readonly id: string;
|
|
32
|
+
/**
|
|
33
|
+
* Whether the BigQuery credential is active
|
|
34
|
+
*/
|
|
35
|
+
readonly isActive: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Number of threads to use
|
|
38
|
+
*/
|
|
39
|
+
readonly numThreads: number;
|
|
40
|
+
/**
|
|
41
|
+
* Project ID
|
|
42
|
+
*/
|
|
43
|
+
readonly projectId: number;
|
|
44
|
+
}
|
|
45
|
+
export declare function getBigQueryCredentialOutput(args: GetBigQueryCredentialOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetBigQueryCredentialResult>;
|
|
46
|
+
/**
|
|
47
|
+
* A collection of arguments for invoking getBigQueryCredential.
|
|
48
|
+
*/
|
|
49
|
+
export interface GetBigQueryCredentialOutputArgs {
|
|
50
|
+
/**
|
|
51
|
+
* Credential ID
|
|
52
|
+
*/
|
|
53
|
+
credentialId: pulumi.Input<number>;
|
|
54
|
+
/**
|
|
55
|
+
* Project ID
|
|
56
|
+
*/
|
|
57
|
+
projectId: pulumi.Input<number>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getBigQueryCredentialOutput = exports.getBigQueryCredential = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getBigQueryCredential(args, opts) {
|
|
9
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
+
return pulumi.runtime.invoke("dbtcloud:index/getBigQueryCredential:getBigQueryCredential", {
|
|
11
|
+
"credentialId": args.credentialId,
|
|
12
|
+
"projectId": args.projectId,
|
|
13
|
+
}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getBigQueryCredential = getBigQueryCredential;
|
|
16
|
+
function getBigQueryCredentialOutput(args, opts) {
|
|
17
|
+
return pulumi.output(args).apply((a) => getBigQueryCredential(a, opts));
|
|
18
|
+
}
|
|
19
|
+
exports.getBigQueryCredentialOutput = getBigQueryCredentialOutput;
|
|
20
|
+
//# sourceMappingURL=getBigQueryCredential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBigQueryCredential.js","sourceRoot":"","sources":["../getBigQueryCredential.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAE9F,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;AAPD,sDAOC;AA6CD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,qBAAqB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAChF,CAAC;AAFD,kEAEC"}
|
|
@@ -0,0 +1,86 @@
|
|
|
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.InvokeOptions): 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
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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
|
+
return pulumi.output(args).apply((a) => getConnection(a, opts));
|
|
18
|
+
}
|
|
19
|
+
exports.getConnectionOutput = getConnectionOutput;
|
|
20
|
+
//# sourceMappingURL=getConnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getConnection.js","sourceRoot":"","sources":["../getConnection.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAE9E,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;AAPD,sCAOC;AAyED,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACxE,CAAC;AAFD,kDAEC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare function getDatabricksCredential(args: GetDatabricksCredentialArgs, opts?: pulumi.InvokeOptions): Promise<GetDatabricksCredentialResult>;
|
|
3
|
+
/**
|
|
4
|
+
* A collection of arguments for invoking getDatabricksCredential.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetDatabricksCredentialArgs {
|
|
7
|
+
/**
|
|
8
|
+
* Credential ID
|
|
9
|
+
*/
|
|
10
|
+
credentialId: number;
|
|
11
|
+
/**
|
|
12
|
+
* Project ID
|
|
13
|
+
*/
|
|
14
|
+
projectId: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A collection of values returned by getDatabricksCredential.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetDatabricksCredentialResult {
|
|
20
|
+
/**
|
|
21
|
+
* Databricks adapter ID for the credential
|
|
22
|
+
*/
|
|
23
|
+
readonly adapterId: number;
|
|
24
|
+
/**
|
|
25
|
+
* The catalog where to create models
|
|
26
|
+
*/
|
|
27
|
+
readonly catalog: string;
|
|
28
|
+
/**
|
|
29
|
+
* Credential ID
|
|
30
|
+
*/
|
|
31
|
+
readonly credentialId: number;
|
|
32
|
+
/**
|
|
33
|
+
* The provider-assigned unique ID for this managed resource.
|
|
34
|
+
*/
|
|
35
|
+
readonly id: string;
|
|
36
|
+
/**
|
|
37
|
+
* Number of threads to use
|
|
38
|
+
*/
|
|
39
|
+
readonly numThreads: number;
|
|
40
|
+
/**
|
|
41
|
+
* Project ID
|
|
42
|
+
*/
|
|
43
|
+
readonly projectId: number;
|
|
44
|
+
/**
|
|
45
|
+
* The schema where to create models
|
|
46
|
+
*/
|
|
47
|
+
readonly schema: string;
|
|
48
|
+
/**
|
|
49
|
+
* Target name
|
|
50
|
+
*/
|
|
51
|
+
readonly targetName: string;
|
|
52
|
+
}
|
|
53
|
+
export declare function getDatabricksCredentialOutput(args: GetDatabricksCredentialOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDatabricksCredentialResult>;
|
|
54
|
+
/**
|
|
55
|
+
* A collection of arguments for invoking getDatabricksCredential.
|
|
56
|
+
*/
|
|
57
|
+
export interface GetDatabricksCredentialOutputArgs {
|
|
58
|
+
/**
|
|
59
|
+
* Credential ID
|
|
60
|
+
*/
|
|
61
|
+
credentialId: pulumi.Input<number>;
|
|
62
|
+
/**
|
|
63
|
+
* Project ID
|
|
64
|
+
*/
|
|
65
|
+
projectId: pulumi.Input<number>;
|
|
66
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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.getDatabricksCredentialOutput = exports.getDatabricksCredential = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
function getDatabricksCredential(args, opts) {
|
|
9
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
|
+
return pulumi.runtime.invoke("dbtcloud:index/getDatabricksCredential:getDatabricksCredential", {
|
|
11
|
+
"credentialId": args.credentialId,
|
|
12
|
+
"projectId": args.projectId,
|
|
13
|
+
}, opts);
|
|
14
|
+
}
|
|
15
|
+
exports.getDatabricksCredential = getDatabricksCredential;
|
|
16
|
+
function getDatabricksCredentialOutput(args, opts) {
|
|
17
|
+
return pulumi.output(args).apply((a) => getDatabricksCredential(a, opts));
|
|
18
|
+
}
|
|
19
|
+
exports.getDatabricksCredentialOutput = getDatabricksCredentialOutput;
|
|
20
|
+
//# sourceMappingURL=getDatabricksCredential.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDatabricksCredential.js","sourceRoot":"","sources":["../getDatabricksCredential.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAElG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,WAAW,EAAE,IAAI,CAAC,SAAS;KAC9B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0DAOC;AAqDD,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
|