@pulumi/dbtcloud 1.8.0 → 1.8.1
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/athenaCredential.d.ts +26 -0
- package/athenaCredential.js +26 -0
- package/athenaCredential.js.map +1 -1
- package/authProvider.d.ts +80 -0
- package/authProvider.js +80 -0
- package/authProvider.js.map +1 -1
- package/databricksCredential.d.ts +24 -0
- package/databricksCredential.js +24 -0
- package/databricksCredential.js.map +1 -1
- package/databricksPlatformMetadataCredential.d.ts +28 -0
- package/databricksPlatformMetadataCredential.js +28 -0
- package/databricksPlatformMetadataCredential.js.map +1 -1
- package/fabricCredential.d.ts +48 -0
- package/fabricCredential.js +48 -0
- package/fabricCredential.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +6 -1
- package/index.js.map +1 -1
- package/job.d.ts +1 -1
- package/job.js +1 -1
- package/lineageIntegration.d.ts +32 -0
- package/lineageIntegration.js +32 -0
- package/lineageIntegration.js.map +1 -1
- package/notificationSetting.d.ts +140 -0
- package/notificationSetting.js +115 -0
- package/notificationSetting.js.map +1 -0
- package/oauthConfiguration.d.ts +41 -0
- package/oauthConfiguration.js +41 -0
- package/oauthConfiguration.js.map +1 -1
- package/package.json +2 -2
- package/postgresCredential.d.ts +30 -0
- package/postgresCredential.js +30 -0
- package/postgresCredential.js.map +1 -1
- package/redshiftCredential.d.ts +28 -0
- package/redshiftCredential.js +28 -0
- package/redshiftCredential.js.map +1 -1
- package/salesforceCredential.d.ts +30 -0
- package/salesforceCredential.js +30 -0
- package/salesforceCredential.js.map +1 -1
- package/snowflakeCredential.d.ts +28 -0
- package/snowflakeCredential.js +28 -0
- package/snowflakeCredential.js.map +1 -1
- package/snowflakePlatformMetadataCredential.d.ts +62 -0
- package/snowflakePlatformMetadataCredential.js +62 -0
- package/snowflakePlatformMetadataCredential.js.map +1 -1
- package/sparkCredential.d.ts +22 -0
- package/sparkCredential.js +22 -0
- package/sparkCredential.js.map +1 -1
- package/starburstCredential.d.ts +26 -0
- package/starburstCredential.js +26 -0
- package/starburstCredential.js.map +1 -1
- package/synapseCredential.d.ts +61 -0
- package/synapseCredential.js +61 -0
- package/synapseCredential.js.map +1 -1
- package/teradataCredential.d.ts +24 -0
- package/teradataCredential.js +24 -0
- package/teradataCredential.js.map +1 -1
- package/types/input.d.ts +36 -0
- package/types/output.d.ts +36 -0
- package/webhook.d.ts +1 -1
- package/webhook.js +1 -1
package/starburstCredential.js
CHANGED
|
@@ -8,6 +8,32 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Starburst/Trino credential resource
|
|
10
10
|
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
16
|
+
*
|
|
17
|
+
* // Using the classic sensitive attribute (stored in state)
|
|
18
|
+
* const example = new dbtcloud.StarburstCredential("example", {
|
|
19
|
+
* projectId: exampleDbtcloudProject.id,
|
|
20
|
+
* database: "your_catalog",
|
|
21
|
+
* schema: "your_schema",
|
|
22
|
+
* user: "your_user",
|
|
23
|
+
* password: "your_password",
|
|
24
|
+
* });
|
|
25
|
+
* const config = new pulumi.Config();
|
|
26
|
+
* const starburstPassword = config.require("starburstPassword");
|
|
27
|
+
* const exampleWo = new dbtcloud.StarburstCredential("example_wo", {
|
|
28
|
+
* projectId: exampleDbtcloudProject.id,
|
|
29
|
+
* database: "your_catalog",
|
|
30
|
+
* schema: "your_schema",
|
|
31
|
+
* user: "your_user",
|
|
32
|
+
* passwordWo: starburstPassword,
|
|
33
|
+
* passwordWoVersion: 1,
|
|
34
|
+
* });
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
11
37
|
* ## Import
|
|
12
38
|
*
|
|
13
39
|
* using import blocks (requires Terraform >= 1.5)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"starburstCredential.js","sourceRoot":"","sources":["../starburstCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"starburstCredential.js","sourceRoot":"","sources":["../starburstCredential.ts"],"names":[],"mappings":"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"}
|
package/synapseCredential.d.ts
CHANGED
|
@@ -2,6 +2,67 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Synapse credential resource
|
|
4
4
|
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
10
|
+
*
|
|
11
|
+
* // Using the classic sensitive attributes (stored in state)
|
|
12
|
+
* // when using sql authentication
|
|
13
|
+
* const mySynapseCredSql = new dbtcloud.SynapseCredential("my_synapse_cred_sql", {
|
|
14
|
+
* projectId: dbtProject.id,
|
|
15
|
+
* authentication: "sql",
|
|
16
|
+
* schema: "my_schema",
|
|
17
|
+
* user: "my_user",
|
|
18
|
+
* password: "my_password",
|
|
19
|
+
* schemaAuthorization: "abcd",
|
|
20
|
+
* });
|
|
21
|
+
* // when using AD authentication
|
|
22
|
+
* const mySynapseCredAd = new dbtcloud.SynapseCredential("my_synapse_cred_ad", {
|
|
23
|
+
* projectId: dbtProject.id,
|
|
24
|
+
* authentication: "ActiveDirectoryPassword",
|
|
25
|
+
* schema: "my_schema",
|
|
26
|
+
* user: "my_user",
|
|
27
|
+
* password: "my_password",
|
|
28
|
+
* schemaAuthorization: "abcd",
|
|
29
|
+
* });
|
|
30
|
+
* // when using service principal authentication
|
|
31
|
+
* const mySynapseCredServPrinc = new dbtcloud.SynapseCredential("my_synapse_cred_serv_princ", {
|
|
32
|
+
* projectId: dbtProject.id,
|
|
33
|
+
* authentication: "ServicePrincipal",
|
|
34
|
+
* schema: "my_schema",
|
|
35
|
+
* clientId: "my_client_id",
|
|
36
|
+
* tenantId: "my_tenant_id",
|
|
37
|
+
* clientSecret: "my_secret",
|
|
38
|
+
* schemaAuthorization: "abcd",
|
|
39
|
+
* });
|
|
40
|
+
* const config = new pulumi.Config();
|
|
41
|
+
* const synapsePassword = config.require("synapsePassword");
|
|
42
|
+
* const synapseClientSecret = config.require("synapseClientSecret");
|
|
43
|
+
* // when using AD authentication with write-only password
|
|
44
|
+
* const mySynapseCredAdWo = new dbtcloud.SynapseCredential("my_synapse_cred_ad_wo", {
|
|
45
|
+
* projectId: dbtProject.id,
|
|
46
|
+
* authentication: "ActiveDirectoryPassword",
|
|
47
|
+
* schema: "my_schema",
|
|
48
|
+
* user: "my_user",
|
|
49
|
+
* passwordWo: synapsePassword,
|
|
50
|
+
* passwordWoVersion: 1,
|
|
51
|
+
* schemaAuthorization: "abcd",
|
|
52
|
+
* });
|
|
53
|
+
* // when using service principal authentication with write-only client secret
|
|
54
|
+
* const mySynapseCredServPrincWo = new dbtcloud.SynapseCredential("my_synapse_cred_serv_princ_wo", {
|
|
55
|
+
* projectId: dbtProject.id,
|
|
56
|
+
* authentication: "ServicePrincipal",
|
|
57
|
+
* schema: "my_schema",
|
|
58
|
+
* clientId: "my_client_id",
|
|
59
|
+
* tenantId: "my_tenant_id",
|
|
60
|
+
* clientSecretWo: synapseClientSecret,
|
|
61
|
+
* clientSecretWoVersion: 1,
|
|
62
|
+
* schemaAuthorization: "abcd",
|
|
63
|
+
* });
|
|
64
|
+
* ```
|
|
65
|
+
*
|
|
5
66
|
* ## Import
|
|
6
67
|
*
|
|
7
68
|
* using import blocks (requires Terraform >= 1.5)
|
package/synapseCredential.js
CHANGED
|
@@ -8,6 +8,67 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Synapse credential resource
|
|
10
10
|
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
16
|
+
*
|
|
17
|
+
* // Using the classic sensitive attributes (stored in state)
|
|
18
|
+
* // when using sql authentication
|
|
19
|
+
* const mySynapseCredSql = new dbtcloud.SynapseCredential("my_synapse_cred_sql", {
|
|
20
|
+
* projectId: dbtProject.id,
|
|
21
|
+
* authentication: "sql",
|
|
22
|
+
* schema: "my_schema",
|
|
23
|
+
* user: "my_user",
|
|
24
|
+
* password: "my_password",
|
|
25
|
+
* schemaAuthorization: "abcd",
|
|
26
|
+
* });
|
|
27
|
+
* // when using AD authentication
|
|
28
|
+
* const mySynapseCredAd = new dbtcloud.SynapseCredential("my_synapse_cred_ad", {
|
|
29
|
+
* projectId: dbtProject.id,
|
|
30
|
+
* authentication: "ActiveDirectoryPassword",
|
|
31
|
+
* schema: "my_schema",
|
|
32
|
+
* user: "my_user",
|
|
33
|
+
* password: "my_password",
|
|
34
|
+
* schemaAuthorization: "abcd",
|
|
35
|
+
* });
|
|
36
|
+
* // when using service principal authentication
|
|
37
|
+
* const mySynapseCredServPrinc = new dbtcloud.SynapseCredential("my_synapse_cred_serv_princ", {
|
|
38
|
+
* projectId: dbtProject.id,
|
|
39
|
+
* authentication: "ServicePrincipal",
|
|
40
|
+
* schema: "my_schema",
|
|
41
|
+
* clientId: "my_client_id",
|
|
42
|
+
* tenantId: "my_tenant_id",
|
|
43
|
+
* clientSecret: "my_secret",
|
|
44
|
+
* schemaAuthorization: "abcd",
|
|
45
|
+
* });
|
|
46
|
+
* const config = new pulumi.Config();
|
|
47
|
+
* const synapsePassword = config.require("synapsePassword");
|
|
48
|
+
* const synapseClientSecret = config.require("synapseClientSecret");
|
|
49
|
+
* // when using AD authentication with write-only password
|
|
50
|
+
* const mySynapseCredAdWo = new dbtcloud.SynapseCredential("my_synapse_cred_ad_wo", {
|
|
51
|
+
* projectId: dbtProject.id,
|
|
52
|
+
* authentication: "ActiveDirectoryPassword",
|
|
53
|
+
* schema: "my_schema",
|
|
54
|
+
* user: "my_user",
|
|
55
|
+
* passwordWo: synapsePassword,
|
|
56
|
+
* passwordWoVersion: 1,
|
|
57
|
+
* schemaAuthorization: "abcd",
|
|
58
|
+
* });
|
|
59
|
+
* // when using service principal authentication with write-only client secret
|
|
60
|
+
* const mySynapseCredServPrincWo = new dbtcloud.SynapseCredential("my_synapse_cred_serv_princ_wo", {
|
|
61
|
+
* projectId: dbtProject.id,
|
|
62
|
+
* authentication: "ServicePrincipal",
|
|
63
|
+
* schema: "my_schema",
|
|
64
|
+
* clientId: "my_client_id",
|
|
65
|
+
* tenantId: "my_tenant_id",
|
|
66
|
+
* clientSecretWo: synapseClientSecret,
|
|
67
|
+
* clientSecretWoVersion: 1,
|
|
68
|
+
* schemaAuthorization: "abcd",
|
|
69
|
+
* });
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
11
72
|
* ## Import
|
|
12
73
|
*
|
|
13
74
|
* using import blocks (requires Terraform >= 1.5)
|
package/synapseCredential.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"synapseCredential.js","sourceRoot":"","sources":["../synapseCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"synapseCredential.js","sourceRoot":"","sources":["../synapseCredential.ts"],"names":[],"mappings":"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"}
|
package/teradataCredential.d.ts
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* Teradata credential resource
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
10
|
+
*
|
|
11
|
+
* // Using the classic sensitive attribute (stored in state)
|
|
12
|
+
* const example = new dbtcloud.TeradataCredential("example", {
|
|
13
|
+
* projectId: exampleDbtcloudProject.id,
|
|
14
|
+
* schema: "your_schema",
|
|
15
|
+
* user: "your_user",
|
|
16
|
+
* password: "your_password",
|
|
17
|
+
* });
|
|
18
|
+
* const config = new pulumi.Config();
|
|
19
|
+
* const teradataPassword = config.require("teradataPassword");
|
|
20
|
+
* const exampleWo = new dbtcloud.TeradataCredential("example_wo", {
|
|
21
|
+
* projectId: exampleDbtcloudProject.id,
|
|
22
|
+
* schema: "your_schema",
|
|
23
|
+
* user: "your_user",
|
|
24
|
+
* passwordWo: teradataPassword,
|
|
25
|
+
* passwordWoVersion: 1,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
4
28
|
*/
|
|
5
29
|
export declare class TeradataCredential extends pulumi.CustomResource {
|
|
6
30
|
/**
|
package/teradataCredential.js
CHANGED
|
@@ -7,6 +7,30 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Teradata credential resource
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as dbtcloud from "@pulumi/dbtcloud";
|
|
16
|
+
*
|
|
17
|
+
* // Using the classic sensitive attribute (stored in state)
|
|
18
|
+
* const example = new dbtcloud.TeradataCredential("example", {
|
|
19
|
+
* projectId: exampleDbtcloudProject.id,
|
|
20
|
+
* schema: "your_schema",
|
|
21
|
+
* user: "your_user",
|
|
22
|
+
* password: "your_password",
|
|
23
|
+
* });
|
|
24
|
+
* const config = new pulumi.Config();
|
|
25
|
+
* const teradataPassword = config.require("teradataPassword");
|
|
26
|
+
* const exampleWo = new dbtcloud.TeradataCredential("example_wo", {
|
|
27
|
+
* projectId: exampleDbtcloudProject.id,
|
|
28
|
+
* schema: "your_schema",
|
|
29
|
+
* user: "your_user",
|
|
30
|
+
* passwordWo: teradataPassword,
|
|
31
|
+
* passwordWoVersion: 1,
|
|
32
|
+
* });
|
|
33
|
+
* ```
|
|
10
34
|
*/
|
|
11
35
|
class TeradataCredential extends pulumi.CustomResource {
|
|
12
36
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"teradataCredential.js","sourceRoot":"","sources":["../teradataCredential.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"teradataCredential.js","sourceRoot":"","sources":["../teradataCredential.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -785,6 +785,42 @@ export interface JobTriggers {
|
|
|
785
785
|
*/
|
|
786
786
|
schedule?: pulumi.Input<boolean>;
|
|
787
787
|
}
|
|
788
|
+
export interface NotificationSettingChannel {
|
|
789
|
+
/**
|
|
790
|
+
* Channel type. Currently only `teams` is supported.
|
|
791
|
+
*/
|
|
792
|
+
channelType: pulumi.Input<string>;
|
|
793
|
+
/**
|
|
794
|
+
* Channel ID
|
|
795
|
+
*/
|
|
796
|
+
id?: pulumi.Input<number>;
|
|
797
|
+
/**
|
|
798
|
+
* Microsoft Teams channel ID.
|
|
799
|
+
*/
|
|
800
|
+
teamsChannelId: pulumi.Input<string>;
|
|
801
|
+
/**
|
|
802
|
+
* Microsoft Teams team ID.
|
|
803
|
+
*/
|
|
804
|
+
teamsTeamId: pulumi.Input<string>;
|
|
805
|
+
}
|
|
806
|
+
export interface NotificationSettingRule {
|
|
807
|
+
/**
|
|
808
|
+
* Rule ID
|
|
809
|
+
*/
|
|
810
|
+
id?: pulumi.Input<number>;
|
|
811
|
+
/**
|
|
812
|
+
* Job ID this rule applies to. Omit to fire for all jobs in the account.
|
|
813
|
+
*/
|
|
814
|
+
jobId?: pulumi.Input<number>;
|
|
815
|
+
/**
|
|
816
|
+
* Name of the job referenced by `jobId` (read-only).
|
|
817
|
+
*/
|
|
818
|
+
jobName?: pulumi.Input<string>;
|
|
819
|
+
/**
|
|
820
|
+
* Event that fires the notification. Valid values: `runWarning`, `runSuccessful`, `runErrored`, `runCancelled`.
|
|
821
|
+
*/
|
|
822
|
+
triggerOn: pulumi.Input<string>;
|
|
823
|
+
}
|
|
788
824
|
export interface PostgresSemanticLayerCredentialConfiguration {
|
|
789
825
|
/**
|
|
790
826
|
* The adapter version
|
package/types/output.d.ts
CHANGED
|
@@ -1688,6 +1688,42 @@ export interface JobTriggers {
|
|
|
1688
1688
|
*/
|
|
1689
1689
|
schedule: boolean;
|
|
1690
1690
|
}
|
|
1691
|
+
export interface NotificationSettingChannel {
|
|
1692
|
+
/**
|
|
1693
|
+
* Channel type. Currently only `teams` is supported.
|
|
1694
|
+
*/
|
|
1695
|
+
channelType: string;
|
|
1696
|
+
/**
|
|
1697
|
+
* Channel ID
|
|
1698
|
+
*/
|
|
1699
|
+
id: number;
|
|
1700
|
+
/**
|
|
1701
|
+
* Microsoft Teams channel ID.
|
|
1702
|
+
*/
|
|
1703
|
+
teamsChannelId: string;
|
|
1704
|
+
/**
|
|
1705
|
+
* Microsoft Teams team ID.
|
|
1706
|
+
*/
|
|
1707
|
+
teamsTeamId: string;
|
|
1708
|
+
}
|
|
1709
|
+
export interface NotificationSettingRule {
|
|
1710
|
+
/**
|
|
1711
|
+
* Rule ID
|
|
1712
|
+
*/
|
|
1713
|
+
id: number;
|
|
1714
|
+
/**
|
|
1715
|
+
* Job ID this rule applies to. Omit to fire for all jobs in the account.
|
|
1716
|
+
*/
|
|
1717
|
+
jobId?: number;
|
|
1718
|
+
/**
|
|
1719
|
+
* Name of the job referenced by `jobId` (read-only).
|
|
1720
|
+
*/
|
|
1721
|
+
jobName: string;
|
|
1722
|
+
/**
|
|
1723
|
+
* Event that fires the notification. Valid values: `runWarning`, `runSuccessful`, `runErrored`, `runCancelled`.
|
|
1724
|
+
*/
|
|
1725
|
+
triggerOn: string;
|
|
1726
|
+
}
|
|
1691
1727
|
export interface PostgresSemanticLayerCredentialConfiguration {
|
|
1692
1728
|
/**
|
|
1693
1729
|
* The adapter version
|
package/webhook.d.ts
CHANGED