@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.
Files changed (148) hide show
  1. package/accountFeatures.d.ts +24 -0
  2. package/accountFeatures.js +4 -0
  3. package/accountFeatures.js.map +1 -1
  4. package/bigQueryCredential.d.ts +5 -3
  5. package/bigQueryCredential.js +2 -0
  6. package/bigQueryCredential.js.map +1 -1
  7. package/bigquerySemanticLayerCredential.d.ts +161 -0
  8. package/bigquerySemanticLayerCredential.js +102 -0
  9. package/bigquerySemanticLayerCredential.js.map +1 -0
  10. package/databricksCredential.d.ts +16 -14
  11. package/databricksCredential.js +14 -2
  12. package/databricksCredential.js.map +1 -1
  13. package/environment.d.ts +37 -45
  14. package/environment.js +1 -6
  15. package/environment.js.map +1 -1
  16. package/environmentVariable.d.ts +3 -3
  17. package/environmentVariableJobOverride.d.ts +15 -5
  18. package/environmentVariableJobOverride.js +4 -0
  19. package/environmentVariableJobOverride.js.map +1 -1
  20. package/extendedAttributes.d.ts +7 -13
  21. package/extendedAttributes.js +1 -1
  22. package/extendedAttributes.js.map +1 -1
  23. package/fabricCredential.d.ts +16 -16
  24. package/fabricCredential.js +6 -6
  25. package/fabricCredential.js.map +1 -1
  26. package/getBigQueryCredential.d.ts +7 -1
  27. package/getBigQueryCredential.js +6 -0
  28. package/getBigQueryCredential.js.map +1 -1
  29. package/getDatabricksCredential.d.ts +10 -4
  30. package/getDatabricksCredential.js +6 -0
  31. package/getDatabricksCredential.js.map +1 -1
  32. package/getEnvironment.d.ts +4 -7
  33. package/getEnvironment.js.map +1 -1
  34. package/getEnvironmentVariable.d.ts +38 -8
  35. package/getEnvironmentVariable.js +30 -0
  36. package/getEnvironmentVariable.js.map +1 -1
  37. package/getExtendedAttributes.d.ts +12 -8
  38. package/getExtendedAttributes.js +4 -0
  39. package/getExtendedAttributes.js.map +1 -1
  40. package/getGlobalConnection.d.ts +4 -0
  41. package/getGlobalConnection.js.map +1 -1
  42. package/getGroupUsers.d.ts +3 -3
  43. package/getGroupUsers.js +2 -2
  44. package/getJob.d.ts +59 -26
  45. package/getJob.js +8 -2
  46. package/getJob.js.map +1 -1
  47. package/getPostgresCredential.d.ts +7 -1
  48. package/getPostgresCredential.js +6 -0
  49. package/getPostgresCredential.js.map +1 -1
  50. package/getPrivatelinkEndpoint.d.ts +16 -10
  51. package/getPrivatelinkEndpoint.js +6 -0
  52. package/getPrivatelinkEndpoint.js.map +1 -1
  53. package/getProject.d.ts +81 -44
  54. package/getProject.js +50 -22
  55. package/getProject.js.map +1 -1
  56. package/getRedshiftCredential.d.ts +72 -0
  57. package/getRedshiftCredential.js +32 -0
  58. package/getRedshiftCredential.js.map +1 -0
  59. package/getRepository.d.ts +25 -3
  60. package/getRepository.js +6 -0
  61. package/getRepository.js.map +1 -1
  62. package/getRuns.d.ts +46 -0
  63. package/getRuns.js +30 -0
  64. package/getRuns.js.map +1 -0
  65. package/getSnowflakeCredential.d.ts +8 -2
  66. package/getSnowflakeCredential.js +6 -0
  67. package/getSnowflakeCredential.js.map +1 -1
  68. package/getSynapseCredential.d.ts +80 -0
  69. package/getSynapseCredential.js +30 -0
  70. package/getSynapseCredential.js.map +1 -0
  71. package/getTeradataCredential.d.ts +68 -0
  72. package/getTeradataCredential.js +30 -0
  73. package/getTeradataCredential.js.map +1 -0
  74. package/getUserGroups.d.ts +9 -5
  75. package/getUserGroups.js +4 -0
  76. package/getUserGroups.js.map +1 -1
  77. package/getWebhook.d.ts +16 -4
  78. package/getWebhook.js +6 -0
  79. package/getWebhook.js.map +1 -1
  80. package/globalConnection.d.ts +12 -2
  81. package/globalConnection.js +2 -2
  82. package/globalConnection.js.map +1 -1
  83. package/index.d.ts +36 -18
  84. package/index.js +55 -28
  85. package/index.js.map +1 -1
  86. package/job.d.ts +41 -144
  87. package/job.js +4 -113
  88. package/job.js.map +1 -1
  89. package/package.json +2 -2
  90. package/partialEnvironmentVariable.d.ts +83 -0
  91. package/partialEnvironmentVariable.js +64 -0
  92. package/partialEnvironmentVariable.js.map +1 -0
  93. package/postgresCredential.d.ts +13 -11
  94. package/postgresCredential.js +2 -0
  95. package/postgresCredential.js.map +1 -1
  96. package/project.d.ts +20 -6
  97. package/project.js +5 -1
  98. package/project.js.map +1 -1
  99. package/projectRepository.d.ts +1 -1
  100. package/projectRepository.js +1 -1
  101. package/redshiftCredential.d.ts +165 -0
  102. package/redshiftCredential.js +121 -0
  103. package/redshiftCredential.js.map +1 -0
  104. package/redshiftSemanticLayerCredential.d.ts +65 -0
  105. package/redshiftSemanticLayerCredential.js +60 -0
  106. package/redshiftSemanticLayerCredential.js.map +1 -0
  107. package/repository.d.ts +6 -6
  108. package/semanticLayerConfiguration.d.ts +106 -0
  109. package/semanticLayerConfiguration.js +103 -0
  110. package/semanticLayerConfiguration.js.map +1 -0
  111. package/snowflakeCredential.d.ts +46 -32
  112. package/snowflakeCredential.js +4 -6
  113. package/snowflakeCredential.js.map +1 -1
  114. package/snowflakeSemanticLayerCredential.d.ts +95 -0
  115. package/snowflakeSemanticLayerCredential.js +90 -0
  116. package/snowflakeSemanticLayerCredential.js.map +1 -0
  117. package/synapseCredential.d.ts +233 -0
  118. package/synapseCredential.js +152 -0
  119. package/synapseCredential.js.map +1 -0
  120. package/teradataCredential.d.ts +107 -0
  121. package/teradataCredential.js +76 -0
  122. package/teradataCredential.js.map +1 -0
  123. package/types/input.d.ts +300 -0
  124. package/types/output.d.ts +409 -6
  125. package/userGroups.d.ts +4 -5
  126. package/userGroups.js +1 -2
  127. package/userGroups.js.map +1 -1
  128. package/webhook.d.ts +13 -7
  129. package/webhook.js +2 -0
  130. package/webhook.js.map +1 -1
  131. package/bigQueryConnection.d.ts +0 -420
  132. package/bigQueryConnection.js +0 -217
  133. package/bigQueryConnection.js.map +0 -1
  134. package/connection.d.ts +0 -342
  135. package/connection.js +0 -170
  136. package/connection.js.map +0 -1
  137. package/fabricConnection.d.ts +0 -199
  138. package/fabricConnection.js +0 -130
  139. package/fabricConnection.js.map +0 -1
  140. package/getBigQueryConnection.d.ts +0 -134
  141. package/getBigQueryConnection.js +0 -24
  142. package/getBigQueryConnection.js.map +0 -1
  143. package/getConnection.d.ts +0 -86
  144. package/getConnection.js +0 -24
  145. package/getConnection.js.map +0 -1
  146. package/projectConnection.d.ts +0 -105
  147. package/projectConnection.js +0 -102
  148. package/projectConnection.js.map +0 -1
@@ -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
- }
@@ -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
@@ -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"}