@pulumi/databricks 1.79.0-alpha.1766174506 → 1.79.0

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 (98) hide show
  1. package/accessControlRuleSet.d.ts +46 -0
  2. package/accessControlRuleSet.js +43 -0
  3. package/accessControlRuleSet.js.map +1 -1
  4. package/accountSettingV2.d.ts +123 -6
  5. package/accountSettingV2.js.map +1 -1
  6. package/alertV2.d.ts +1 -1
  7. package/alertV2.js +1 -1
  8. package/app.d.ts +3 -3
  9. package/catalog.d.ts +1 -1
  10. package/credential.d.ts +3 -3
  11. package/dashboard.d.ts +24 -0
  12. package/dashboard.js +4 -0
  13. package/dashboard.js.map +1 -1
  14. package/dataQualityMonitor.d.ts +1 -1
  15. package/dataQualityMonitor.js +1 -1
  16. package/dataQualityRefresh.d.ts +1 -1
  17. package/dataQualityRefresh.js +1 -1
  18. package/featureEngineeringFeature.d.ts +5 -2
  19. package/featureEngineeringFeature.js +2 -3
  20. package/featureEngineeringFeature.js.map +1 -1
  21. package/featureEngineeringKafkaConfig.d.ts +149 -0
  22. package/featureEngineeringKafkaConfig.js +93 -0
  23. package/featureEngineeringKafkaConfig.js.map +1 -0
  24. package/featureEngineeringMaterializedFeature.d.ts +12 -0
  25. package/featureEngineeringMaterializedFeature.js +2 -0
  26. package/featureEngineeringMaterializedFeature.js.map +1 -1
  27. package/getAccountSettingV2.d.ts +16 -16
  28. package/getAlertV2.d.ts +2 -2
  29. package/getAlertV2.js +2 -2
  30. package/getAlertsV2.d.ts +2 -2
  31. package/getAlertsV2.js +2 -2
  32. package/getDataQualityMonitor.d.ts +2 -2
  33. package/getDataQualityMonitor.js +2 -2
  34. package/getDataQualityMonitors.d.ts +2 -2
  35. package/getDataQualityMonitors.js +2 -2
  36. package/getDataQualityRefresh.d.ts +2 -2
  37. package/getDataQualityRefresh.js +2 -2
  38. package/getDataQualityRefreshes.d.ts +2 -2
  39. package/getDataQualityRefreshes.js +2 -2
  40. package/getFeatureEngineeringFeature.d.ts +1 -0
  41. package/getFeatureEngineeringFeature.js.map +1 -1
  42. package/getFeatureEngineeringKafkaConfig.d.ts +70 -0
  43. package/getFeatureEngineeringKafkaConfig.js +28 -0
  44. package/getFeatureEngineeringKafkaConfig.js.map +1 -0
  45. package/getFeatureEngineeringKafkaConfigs.d.ts +39 -0
  46. package/getFeatureEngineeringKafkaConfigs.js +30 -0
  47. package/getFeatureEngineeringKafkaConfigs.js.map +1 -0
  48. package/getFeatureEngineeringMaterializedFeature.d.ts +5 -1
  49. package/getFeatureEngineeringMaterializedFeature.js.map +1 -1
  50. package/getPolicyInfo.d.ts +40 -2
  51. package/getPolicyInfo.js +40 -2
  52. package/getPolicyInfo.js.map +1 -1
  53. package/getPolicyInfos.d.ts +38 -2
  54. package/getPolicyInfos.js +38 -2
  55. package/getPolicyInfos.js.map +1 -1
  56. package/getServicePrincipals.d.ts +17 -3
  57. package/getServicePrincipals.js +2 -0
  58. package/getServicePrincipals.js.map +1 -1
  59. package/getSparkVersion.d.ts +2 -2
  60. package/getTagPolicies.d.ts +2 -2
  61. package/getTagPolicies.js +2 -2
  62. package/getTagPolicy.d.ts +2 -2
  63. package/getTagPolicy.js +2 -2
  64. package/getUsers.d.ts +136 -0
  65. package/getUsers.js +104 -0
  66. package/getUsers.js.map +1 -0
  67. package/getWorkspaceEntityTagAssignment.d.ts +108 -0
  68. package/getWorkspaceEntityTagAssignment.js +72 -0
  69. package/getWorkspaceEntityTagAssignment.js.map +1 -0
  70. package/getWorkspaceEntityTagAssignments.d.ts +99 -0
  71. package/getWorkspaceEntityTagAssignments.js +68 -0
  72. package/getWorkspaceEntityTagAssignments.js.map +1 -0
  73. package/getWorkspaceSettingV2.d.ts +16 -16
  74. package/index.d.ts +21 -0
  75. package/index.js +33 -7
  76. package/index.js.map +1 -1
  77. package/lakehouseMonitor.d.ts +1 -1
  78. package/lakehouseMonitor.js +1 -1
  79. package/mwsWorkspaces.d.ts +19 -5
  80. package/mwsWorkspaces.js +16 -2
  81. package/mwsWorkspaces.js.map +1 -1
  82. package/package.json +2 -2
  83. package/pipeline.d.ts +3 -3
  84. package/policyInfo.d.ts +63 -1
  85. package/policyInfo.js +63 -1
  86. package/policyInfo.js.map +1 -1
  87. package/rfaAccessRequestDestinations.d.ts +2 -2
  88. package/rfaAccessRequestDestinations.js +0 -3
  89. package/rfaAccessRequestDestinations.js.map +1 -1
  90. package/tagPolicy.d.ts +1 -1
  91. package/tagPolicy.js +1 -1
  92. package/types/input.d.ts +357 -35
  93. package/types/output.d.ts +512 -78
  94. package/workspaceEntityTagAssignment.d.ts +129 -0
  95. package/workspaceEntityTagAssignment.js +109 -0
  96. package/workspaceEntityTagAssignment.js.map +1 -0
  97. package/workspaceSettingV2.d.ts +123 -6
  98. package/workspaceSettingV2.js.map +1 -1
@@ -197,6 +197,49 @@ import * as outputs from "./types/output";
197
197
  * });
198
198
  * ```
199
199
  *
200
+ * ## Tag policy usage
201
+ *
202
+ * Access to tag policies could be controlled with this resource:
203
+ *
204
+ * ```typescript
205
+ * import * as pulumi from "@pulumi/pulumi";
206
+ * import * as databricks from "@pulumi/databricks";
207
+ *
208
+ * const accountId = "00000000-0000-0000-0000-000000000000";
209
+ * // account level group
210
+ * const ds = databricks.getGroup({
211
+ * displayName: "Data Science",
212
+ * });
213
+ * const john = databricks.getUser({
214
+ * userName: "john.doe@example.com",
215
+ * });
216
+ * const _this = new databricks.TagPolicy("this", {
217
+ * tagKey: "example_tag_key",
218
+ * description: "Example description.",
219
+ * values: [
220
+ * {
221
+ * name: "example_value_2",
222
+ * },
223
+ * {
224
+ * name: "example_value_3",
225
+ * },
226
+ * ],
227
+ * });
228
+ * const tagPolicyUsage = new databricks.AccessControlRuleSet("tag_policy_usage", {
229
+ * name: pulumi.interpolate`accounts/${accountId}/tagPolicies/${_this.id}/ruleSets/default`,
230
+ * grantRules: [
231
+ * {
232
+ * principals: [john.then(john => john.aclPrincipalId)],
233
+ * role: "roles/tagPolicy.manager",
234
+ * },
235
+ * {
236
+ * principals: [ds.then(ds => ds.aclPrincipalId)],
237
+ * role: "roles/tagPolicy.assigner",
238
+ * },
239
+ * ],
240
+ * });
241
+ * ```
242
+ *
200
243
  * ## Related Resources
201
244
  *
202
245
  * The following resources are often used in the same context:
@@ -234,6 +277,7 @@ export declare class AccessControlRuleSet extends pulumi.CustomResource {
234
277
  * * `accounts/{account_id}/servicePrincipals/{service_principal_application_id}/ruleSets/default` - access control for a specific service principal.
235
278
  * * `accounts/{account_id}/groups/{group_id}/ruleSets/default` - access control for a specific group.
236
279
  * * `accounts/{account_id}/budgetPolicies/{budget_policy_id}/ruleSets/default` - access control for a specific budget policy.
280
+ * * `accounts/{account_id}/tagPolicies/{tag_policy_id}/ruleSets/default` - access control for a specific tag policy.
237
281
  */
238
282
  readonly name: pulumi.Output<string>;
239
283
  /**
@@ -262,6 +306,7 @@ export interface AccessControlRuleSetState {
262
306
  * * `accounts/{account_id}/servicePrincipals/{service_principal_application_id}/ruleSets/default` - access control for a specific service principal.
263
307
  * * `accounts/{account_id}/groups/{group_id}/ruleSets/default` - access control for a specific group.
264
308
  * * `accounts/{account_id}/budgetPolicies/{budget_policy_id}/ruleSets/default` - access control for a specific budget policy.
309
+ * * `accounts/{account_id}/tagPolicies/{tag_policy_id}/ruleSets/default` - access control for a specific tag policy.
265
310
  */
266
311
  name?: pulumi.Input<string>;
267
312
  }
@@ -281,6 +326,7 @@ export interface AccessControlRuleSetArgs {
281
326
  * * `accounts/{account_id}/servicePrincipals/{service_principal_application_id}/ruleSets/default` - access control for a specific service principal.
282
327
  * * `accounts/{account_id}/groups/{group_id}/ruleSets/default` - access control for a specific group.
283
328
  * * `accounts/{account_id}/budgetPolicies/{budget_policy_id}/ruleSets/default` - access control for a specific budget policy.
329
+ * * `accounts/{account_id}/tagPolicies/{tag_policy_id}/ruleSets/default` - access control for a specific tag policy.
284
330
  */
285
331
  name?: pulumi.Input<string>;
286
332
  }
@@ -201,6 +201,49 @@ const utilities = require("./utilities");
201
201
  * });
202
202
  * ```
203
203
  *
204
+ * ## Tag policy usage
205
+ *
206
+ * Access to tag policies could be controlled with this resource:
207
+ *
208
+ * ```typescript
209
+ * import * as pulumi from "@pulumi/pulumi";
210
+ * import * as databricks from "@pulumi/databricks";
211
+ *
212
+ * const accountId = "00000000-0000-0000-0000-000000000000";
213
+ * // account level group
214
+ * const ds = databricks.getGroup({
215
+ * displayName: "Data Science",
216
+ * });
217
+ * const john = databricks.getUser({
218
+ * userName: "john.doe@example.com",
219
+ * });
220
+ * const _this = new databricks.TagPolicy("this", {
221
+ * tagKey: "example_tag_key",
222
+ * description: "Example description.",
223
+ * values: [
224
+ * {
225
+ * name: "example_value_2",
226
+ * },
227
+ * {
228
+ * name: "example_value_3",
229
+ * },
230
+ * ],
231
+ * });
232
+ * const tagPolicyUsage = new databricks.AccessControlRuleSet("tag_policy_usage", {
233
+ * name: pulumi.interpolate`accounts/${accountId}/tagPolicies/${_this.id}/ruleSets/default`,
234
+ * grantRules: [
235
+ * {
236
+ * principals: [john.then(john => john.aclPrincipalId)],
237
+ * role: "roles/tagPolicy.manager",
238
+ * },
239
+ * {
240
+ * principals: [ds.then(ds => ds.aclPrincipalId)],
241
+ * role: "roles/tagPolicy.assigner",
242
+ * },
243
+ * ],
244
+ * });
245
+ * ```
246
+ *
204
247
  * ## Related Resources
205
248
  *
206
249
  * The following resources are often used in the same context:
@@ -1 +1 @@
1
- {"version":3,"file":"accessControlRuleSet.js","sourceRoot":"","sources":["../accessControlRuleSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2MG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3E,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IA0BD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AApEL,oDAqEC;AAvDG,gBAAgB;AACO,iCAAY,GAAG,4DAA4D,CAAC"}
1
+ {"version":3,"file":"accessControlRuleSet.js","sourceRoot":"","sources":["../accessControlRuleSet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsPG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC3E,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;YAChD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzE,CAAC;;AArEL,oDAsEC;AAxDG,gBAAgB;AACO,iCAAY,GAAG,4DAA4D,CAAC"}
@@ -61,34 +61,73 @@ export declare class AccountSettingV2 extends pulumi.CustomResource {
61
61
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
62
62
  */
63
63
  static isInstance(obj: any): obj is AccountSettingV2;
64
+ /**
65
+ * Setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingAccessPolicy for final setting value
66
+ */
64
67
  readonly aibiDashboardEmbeddingAccessPolicy: pulumi.Output<outputs.AccountSettingV2AibiDashboardEmbeddingAccessPolicy | undefined>;
68
+ /**
69
+ * Setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingApprovedDomains for final setting value
70
+ */
65
71
  readonly aibiDashboardEmbeddingApprovedDomains: pulumi.Output<outputs.AccountSettingV2AibiDashboardEmbeddingApprovedDomains | undefined>;
72
+ /**
73
+ * Setting value for automaticClusterUpdateWorkspace setting. This is the setting value set by consumers, check effectiveAutomaticClusterUpdateWorkspace for final setting value
74
+ */
66
75
  readonly automaticClusterUpdateWorkspace: pulumi.Output<outputs.AccountSettingV2AutomaticClusterUpdateWorkspace | undefined>;
76
+ /**
77
+ * Setting value for boolean type setting. This is the setting value set by consumers, check effectiveBooleanVal for final setting value
78
+ */
67
79
  readonly booleanVal: pulumi.Output<outputs.AccountSettingV2BooleanVal | undefined>;
80
+ /**
81
+ * Effective setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
82
+ */
68
83
  readonly effectiveAibiDashboardEmbeddingAccessPolicy: pulumi.Output<outputs.AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy | undefined>;
84
+ /**
85
+ * Effective setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
86
+ */
69
87
  readonly effectiveAibiDashboardEmbeddingApprovedDomains: pulumi.Output<outputs.AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains | undefined>;
88
+ /**
89
+ * Effective setting value for automaticClusterUpdateWorkspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
90
+ */
70
91
  readonly effectiveAutomaticClusterUpdateWorkspace: pulumi.Output<outputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspace | undefined>;
71
92
  /**
72
- * (BooleanMessage)
93
+ * (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
73
94
  */
74
95
  readonly effectiveBooleanVal: pulumi.Output<outputs.AccountSettingV2EffectiveBooleanVal>;
75
96
  /**
76
- * (IntegerMessage)
97
+ * (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
77
98
  */
78
99
  readonly effectiveIntegerVal: pulumi.Output<outputs.AccountSettingV2EffectiveIntegerVal>;
100
+ /**
101
+ * Effective setting value for personalCompute setting. This is the final effective value of setting. To set a value use personal_compute
102
+ */
79
103
  readonly effectivePersonalCompute: pulumi.Output<outputs.AccountSettingV2EffectivePersonalCompute | undefined>;
104
+ /**
105
+ * Effective setting value for restrictWorkspaceAdmins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
106
+ */
80
107
  readonly effectiveRestrictWorkspaceAdmins: pulumi.Output<outputs.AccountSettingV2EffectiveRestrictWorkspaceAdmins | undefined>;
81
108
  /**
82
- * (StringMessage)
109
+ * (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
83
110
  */
84
111
  readonly effectiveStringVal: pulumi.Output<outputs.AccountSettingV2EffectiveStringVal>;
112
+ /**
113
+ * Setting value for integer type setting. This is the setting value set by consumers, check effectiveIntegerVal for final setting value
114
+ */
85
115
  readonly integerVal: pulumi.Output<outputs.AccountSettingV2IntegerVal | undefined>;
86
116
  /**
87
117
  * Name of the setting
88
118
  */
89
119
  readonly name: pulumi.Output<string>;
120
+ /**
121
+ * Setting value for personalCompute setting. This is the setting value set by consumers, check effectivePersonalCompute for final setting value
122
+ */
90
123
  readonly personalCompute: pulumi.Output<outputs.AccountSettingV2PersonalCompute | undefined>;
124
+ /**
125
+ * Setting value for restrictWorkspaceAdmins setting. This is the setting value set by consumers, check effectiveRestrictWorkspaceAdmins for final setting value
126
+ */
91
127
  readonly restrictWorkspaceAdmins: pulumi.Output<outputs.AccountSettingV2RestrictWorkspaceAdmins | undefined>;
128
+ /**
129
+ * Setting value for string type setting. This is the setting value set by consumers, check effectiveStringVal for final setting value
130
+ */
92
131
  readonly stringVal: pulumi.Output<outputs.AccountSettingV2StringVal | undefined>;
93
132
  /**
94
133
  * Create a AccountSettingV2 resource with the given unique name, arguments, and options.
@@ -103,55 +142,133 @@ export declare class AccountSettingV2 extends pulumi.CustomResource {
103
142
  * Input properties used for looking up and filtering AccountSettingV2 resources.
104
143
  */
105
144
  export interface AccountSettingV2State {
145
+ /**
146
+ * Setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingAccessPolicy for final setting value
147
+ */
106
148
  aibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.AccountSettingV2AibiDashboardEmbeddingAccessPolicy>;
149
+ /**
150
+ * Setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingApprovedDomains for final setting value
151
+ */
107
152
  aibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.AccountSettingV2AibiDashboardEmbeddingApprovedDomains>;
153
+ /**
154
+ * Setting value for automaticClusterUpdateWorkspace setting. This is the setting value set by consumers, check effectiveAutomaticClusterUpdateWorkspace for final setting value
155
+ */
108
156
  automaticClusterUpdateWorkspace?: pulumi.Input<inputs.AccountSettingV2AutomaticClusterUpdateWorkspace>;
157
+ /**
158
+ * Setting value for boolean type setting. This is the setting value set by consumers, check effectiveBooleanVal for final setting value
159
+ */
109
160
  booleanVal?: pulumi.Input<inputs.AccountSettingV2BooleanVal>;
161
+ /**
162
+ * Effective setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
163
+ */
110
164
  effectiveAibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy>;
165
+ /**
166
+ * Effective setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
167
+ */
111
168
  effectiveAibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains>;
169
+ /**
170
+ * Effective setting value for automaticClusterUpdateWorkspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
171
+ */
112
172
  effectiveAutomaticClusterUpdateWorkspace?: pulumi.Input<inputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspace>;
113
173
  /**
114
- * (BooleanMessage)
174
+ * (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
115
175
  */
116
176
  effectiveBooleanVal?: pulumi.Input<inputs.AccountSettingV2EffectiveBooleanVal>;
117
177
  /**
118
- * (IntegerMessage)
178
+ * (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
119
179
  */
120
180
  effectiveIntegerVal?: pulumi.Input<inputs.AccountSettingV2EffectiveIntegerVal>;
181
+ /**
182
+ * Effective setting value for personalCompute setting. This is the final effective value of setting. To set a value use personal_compute
183
+ */
121
184
  effectivePersonalCompute?: pulumi.Input<inputs.AccountSettingV2EffectivePersonalCompute>;
185
+ /**
186
+ * Effective setting value for restrictWorkspaceAdmins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
187
+ */
122
188
  effectiveRestrictWorkspaceAdmins?: pulumi.Input<inputs.AccountSettingV2EffectiveRestrictWorkspaceAdmins>;
123
189
  /**
124
- * (StringMessage)
190
+ * (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
125
191
  */
126
192
  effectiveStringVal?: pulumi.Input<inputs.AccountSettingV2EffectiveStringVal>;
193
+ /**
194
+ * Setting value for integer type setting. This is the setting value set by consumers, check effectiveIntegerVal for final setting value
195
+ */
127
196
  integerVal?: pulumi.Input<inputs.AccountSettingV2IntegerVal>;
128
197
  /**
129
198
  * Name of the setting
130
199
  */
131
200
  name?: pulumi.Input<string>;
201
+ /**
202
+ * Setting value for personalCompute setting. This is the setting value set by consumers, check effectivePersonalCompute for final setting value
203
+ */
132
204
  personalCompute?: pulumi.Input<inputs.AccountSettingV2PersonalCompute>;
205
+ /**
206
+ * Setting value for restrictWorkspaceAdmins setting. This is the setting value set by consumers, check effectiveRestrictWorkspaceAdmins for final setting value
207
+ */
133
208
  restrictWorkspaceAdmins?: pulumi.Input<inputs.AccountSettingV2RestrictWorkspaceAdmins>;
209
+ /**
210
+ * Setting value for string type setting. This is the setting value set by consumers, check effectiveStringVal for final setting value
211
+ */
134
212
  stringVal?: pulumi.Input<inputs.AccountSettingV2StringVal>;
135
213
  }
136
214
  /**
137
215
  * The set of arguments for constructing a AccountSettingV2 resource.
138
216
  */
139
217
  export interface AccountSettingV2Args {
218
+ /**
219
+ * Setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingAccessPolicy for final setting value
220
+ */
140
221
  aibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.AccountSettingV2AibiDashboardEmbeddingAccessPolicy>;
222
+ /**
223
+ * Setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingApprovedDomains for final setting value
224
+ */
141
225
  aibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.AccountSettingV2AibiDashboardEmbeddingApprovedDomains>;
226
+ /**
227
+ * Setting value for automaticClusterUpdateWorkspace setting. This is the setting value set by consumers, check effectiveAutomaticClusterUpdateWorkspace for final setting value
228
+ */
142
229
  automaticClusterUpdateWorkspace?: pulumi.Input<inputs.AccountSettingV2AutomaticClusterUpdateWorkspace>;
230
+ /**
231
+ * Setting value for boolean type setting. This is the setting value set by consumers, check effectiveBooleanVal for final setting value
232
+ */
143
233
  booleanVal?: pulumi.Input<inputs.AccountSettingV2BooleanVal>;
234
+ /**
235
+ * Effective setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
236
+ */
144
237
  effectiveAibiDashboardEmbeddingAccessPolicy?: pulumi.Input<inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy>;
238
+ /**
239
+ * Effective setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
240
+ */
145
241
  effectiveAibiDashboardEmbeddingApprovedDomains?: pulumi.Input<inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains>;
242
+ /**
243
+ * Effective setting value for automaticClusterUpdateWorkspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
244
+ */
146
245
  effectiveAutomaticClusterUpdateWorkspace?: pulumi.Input<inputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspace>;
246
+ /**
247
+ * Effective setting value for personalCompute setting. This is the final effective value of setting. To set a value use personal_compute
248
+ */
147
249
  effectivePersonalCompute?: pulumi.Input<inputs.AccountSettingV2EffectivePersonalCompute>;
250
+ /**
251
+ * Effective setting value for restrictWorkspaceAdmins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
252
+ */
148
253
  effectiveRestrictWorkspaceAdmins?: pulumi.Input<inputs.AccountSettingV2EffectiveRestrictWorkspaceAdmins>;
254
+ /**
255
+ * Setting value for integer type setting. This is the setting value set by consumers, check effectiveIntegerVal for final setting value
256
+ */
149
257
  integerVal?: pulumi.Input<inputs.AccountSettingV2IntegerVal>;
150
258
  /**
151
259
  * Name of the setting
152
260
  */
153
261
  name?: pulumi.Input<string>;
262
+ /**
263
+ * Setting value for personalCompute setting. This is the setting value set by consumers, check effectivePersonalCompute for final setting value
264
+ */
154
265
  personalCompute?: pulumi.Input<inputs.AccountSettingV2PersonalCompute>;
266
+ /**
267
+ * Setting value for restrictWorkspaceAdmins setting. This is the setting value set by consumers, check effectiveRestrictWorkspaceAdmins for final setting value
268
+ */
155
269
  restrictWorkspaceAdmins?: pulumi.Input<inputs.AccountSettingV2RestrictWorkspaceAdmins>;
270
+ /**
271
+ * Setting value for string type setting. This is the setting value set by consumers, check effectiveStringVal for final setting value
272
+ */
156
273
  stringVal?: pulumi.Input<inputs.AccountSettingV2StringVal>;
157
274
  }
@@ -1 +1 @@
1
- {"version":3,"file":"accountSettingV2.js","sourceRoot":"","sources":["../accountSettingV2.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"accountSettingV2.js","sourceRoot":"","sources":["../accountSettingV2.ts"],"names":[],"mappings":"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"}
package/alertV2.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
6
6
  *
7
7
  * The Alert v2 resource allows you to manage SQL alerts in Databricks SQL. Alerts monitor query results and notify you when specific conditions are met.
8
8
  *
package/alertV2.js CHANGED
@@ -6,7 +6,7 @@ exports.AlertV2 = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
9
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
10
10
  *
11
11
  * The Alert v2 resource allows you to manage SQL alerts in Databricks SQL. Alerts monitor query results and notify you when specific conditions are met.
12
12
  *
package/app.d.ts CHANGED
@@ -98,7 +98,7 @@ export declare class App extends pulumi.CustomResource {
98
98
  */
99
99
  readonly budgetPolicyId: pulumi.Output<string | undefined>;
100
100
  /**
101
- * A string specifying compute size for the App. Possible values are `MEDIUM`, `LARGE`, `LIQUID`.
101
+ * A string specifying compute size for the App. Possible values are `MEDIUM`, `LARGE`.
102
102
  */
103
103
  readonly computeSize: pulumi.Output<string>;
104
104
  /**
@@ -193,7 +193,7 @@ export interface AppState {
193
193
  */
194
194
  budgetPolicyId?: pulumi.Input<string>;
195
195
  /**
196
- * A string specifying compute size for the App. Possible values are `MEDIUM`, `LARGE`, `LIQUID`.
196
+ * A string specifying compute size for the App. Possible values are `MEDIUM`, `LARGE`.
197
197
  */
198
198
  computeSize?: pulumi.Input<string>;
199
199
  /**
@@ -275,7 +275,7 @@ export interface AppArgs {
275
275
  */
276
276
  budgetPolicyId?: pulumi.Input<string>;
277
277
  /**
278
- * A string specifying compute size for the App. Possible values are `MEDIUM`, `LARGE`, `LIQUID`.
278
+ * A string specifying compute size for the App. Possible values are `MEDIUM`, `LARGE`.
279
279
  */
280
280
  computeSize?: pulumi.Input<string>;
281
281
  /**
package/catalog.d.ts CHANGED
@@ -132,7 +132,7 @@ export declare class Catalog extends pulumi.CustomResource {
132
132
  * For Delta Sharing Catalogs: the name of the delta sharing provider. Change forces creation of a new resource.
133
133
  */
134
134
  readonly providerName: pulumi.Output<string | undefined>;
135
- readonly provisioningInfo: pulumi.Output<outputs.CatalogProvisioningInfo | undefined>;
135
+ readonly provisioningInfo: pulumi.Output<outputs.CatalogProvisioningInfo>;
136
136
  /**
137
137
  * the type of Unity Catalog securable.
138
138
  */
package/credential.d.ts CHANGED
@@ -146,7 +146,7 @@ export declare class Credential extends pulumi.CustomResource {
146
146
  readonly isolationMode: pulumi.Output<string>;
147
147
  readonly metastoreId: pulumi.Output<string>;
148
148
  /**
149
- * Name of Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
149
+ * Name of Credentials, which must be unique within the databricks_metastore. Change of the `name` forces creation of a new resource.
150
150
  */
151
151
  readonly name: pulumi.Output<string>;
152
152
  /**
@@ -209,7 +209,7 @@ export interface CredentialState {
209
209
  isolationMode?: pulumi.Input<string>;
210
210
  metastoreId?: pulumi.Input<string>;
211
211
  /**
212
- * Name of Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
212
+ * Name of Credentials, which must be unique within the databricks_metastore. Change of the `name` forces creation of a new resource.
213
213
  */
214
214
  name?: pulumi.Input<string>;
215
215
  /**
@@ -260,7 +260,7 @@ export interface CredentialArgs {
260
260
  isolationMode?: pulumi.Input<string>;
261
261
  metastoreId?: pulumi.Input<string>;
262
262
  /**
263
- * Name of Credentials, which must be unique within the databricks_metastore. Change forces creation of a new resource.
263
+ * Name of Credentials, which must be unique within the databricks_metastore. Change of the `name` forces creation of a new resource.
264
264
  */
265
265
  name?: pulumi.Input<string>;
266
266
  /**
package/dashboard.d.ts CHANGED
@@ -67,6 +67,14 @@ export declare class Dashboard extends pulumi.CustomResource {
67
67
  readonly createTime: pulumi.Output<string>;
68
68
  readonly dashboardChangeDetected: pulumi.Output<boolean | undefined>;
69
69
  readonly dashboardId: pulumi.Output<string>;
70
+ /**
71
+ * Sets the default catalog for all datasets in this dashboard. Does not impact table references that use fully qualified catalog names (ex: samples.nyctaxi.trips).
72
+ */
73
+ readonly datasetCatalog: pulumi.Output<string | undefined>;
74
+ /**
75
+ * Sets the default schema for all datasets in this dashboard. Does not impact table references that use fully qualified catalog names (ex: samples.nyctaxi.trips).
76
+ */
77
+ readonly datasetSchema: pulumi.Output<string | undefined>;
70
78
  /**
71
79
  * The display name of the dashboard.
72
80
  */
@@ -112,6 +120,14 @@ export interface DashboardState {
112
120
  createTime?: pulumi.Input<string>;
113
121
  dashboardChangeDetected?: pulumi.Input<boolean>;
114
122
  dashboardId?: pulumi.Input<string>;
123
+ /**
124
+ * Sets the default catalog for all datasets in this dashboard. Does not impact table references that use fully qualified catalog names (ex: samples.nyctaxi.trips).
125
+ */
126
+ datasetCatalog?: pulumi.Input<string>;
127
+ /**
128
+ * Sets the default schema for all datasets in this dashboard. Does not impact table references that use fully qualified catalog names (ex: samples.nyctaxi.trips).
129
+ */
130
+ datasetSchema?: pulumi.Input<string>;
115
131
  /**
116
132
  * The display name of the dashboard.
117
133
  */
@@ -149,6 +165,14 @@ export interface DashboardArgs {
149
165
  createTime?: pulumi.Input<string>;
150
166
  dashboardChangeDetected?: pulumi.Input<boolean>;
151
167
  dashboardId?: pulumi.Input<string>;
168
+ /**
169
+ * Sets the default catalog for all datasets in this dashboard. Does not impact table references that use fully qualified catalog names (ex: samples.nyctaxi.trips).
170
+ */
171
+ datasetCatalog?: pulumi.Input<string>;
172
+ /**
173
+ * Sets the default schema for all datasets in this dashboard. Does not impact table references that use fully qualified catalog names (ex: samples.nyctaxi.trips).
174
+ */
175
+ datasetSchema?: pulumi.Input<string>;
152
176
  /**
153
177
  * The display name of the dashboard.
154
178
  */
package/dashboard.js CHANGED
@@ -85,6 +85,8 @@ class Dashboard extends pulumi.CustomResource {
85
85
  resourceInputs["createTime"] = state?.createTime;
86
86
  resourceInputs["dashboardChangeDetected"] = state?.dashboardChangeDetected;
87
87
  resourceInputs["dashboardId"] = state?.dashboardId;
88
+ resourceInputs["datasetCatalog"] = state?.datasetCatalog;
89
+ resourceInputs["datasetSchema"] = state?.datasetSchema;
88
90
  resourceInputs["displayName"] = state?.displayName;
89
91
  resourceInputs["embedCredentials"] = state?.embedCredentials;
90
92
  resourceInputs["etag"] = state?.etag;
@@ -111,6 +113,8 @@ class Dashboard extends pulumi.CustomResource {
111
113
  resourceInputs["createTime"] = args?.createTime;
112
114
  resourceInputs["dashboardChangeDetected"] = args?.dashboardChangeDetected;
113
115
  resourceInputs["dashboardId"] = args?.dashboardId;
116
+ resourceInputs["datasetCatalog"] = args?.datasetCatalog;
117
+ resourceInputs["datasetSchema"] = args?.datasetSchema;
114
118
  resourceInputs["displayName"] = args?.displayName;
115
119
  resourceInputs["embedCredentials"] = args?.embedCredentials;
116
120
  resourceInputs["etag"] = args?.etag;
package/dashboard.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../dashboard.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../dashboard.ts"],"names":[],"mappings":"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"}
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
6
6
  *
7
7
  * This resource allows you to set up data quality monitoring checks for Unity Catalog objects, currently schema and table.
8
8
  *
@@ -6,7 +6,7 @@ exports.DataQualityMonitor = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
9
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
10
10
  *
11
11
  * This resource allows you to set up data quality monitoring checks for Unity Catalog objects, currently schema and table.
12
12
  *
@@ -1,6 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  /**
3
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
3
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
4
4
  *
5
5
  * This resource allows you to refresh the data quality monitoring checks on Unity Catalog tables.
6
6
  *
@@ -6,7 +6,7 @@ exports.DataQualityRefresh = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
9
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
10
10
  *
11
11
  * This resource allows you to refresh the data quality monitoring checks on Unity Catalog tables.
12
12
  *
@@ -60,6 +60,7 @@ export declare class FeatureEngineeringFeature extends pulumi.CustomResource {
60
60
  * The input columns from which the feature is computed
61
61
  */
62
62
  readonly inputs: pulumi.Output<string[]>;
63
+ readonly lineageContext: pulumi.Output<outputs.FeatureEngineeringFeatureLineageContext | undefined>;
63
64
  /**
64
65
  * The data source of the feature
65
66
  */
@@ -67,7 +68,7 @@ export declare class FeatureEngineeringFeature extends pulumi.CustomResource {
67
68
  /**
68
69
  * The time window in which the feature is computed
69
70
  */
70
- readonly timeWindow: pulumi.Output<outputs.FeatureEngineeringFeatureTimeWindow>;
71
+ readonly timeWindow: pulumi.Output<outputs.FeatureEngineeringFeatureTimeWindow | undefined>;
71
72
  /**
72
73
  * Create a FeatureEngineeringFeature resource with the given unique name, arguments, and options.
73
74
  *
@@ -101,6 +102,7 @@ export interface FeatureEngineeringFeatureState {
101
102
  * The input columns from which the feature is computed
102
103
  */
103
104
  inputs?: pulumi.Input<pulumi.Input<string>[]>;
105
+ lineageContext?: pulumi.Input<inputs.FeatureEngineeringFeatureLineageContext>;
104
106
  /**
105
107
  * The data source of the feature
106
108
  */
@@ -134,6 +136,7 @@ export interface FeatureEngineeringFeatureArgs {
134
136
  * The input columns from which the feature is computed
135
137
  */
136
138
  inputs: pulumi.Input<pulumi.Input<string>[]>;
139
+ lineageContext?: pulumi.Input<inputs.FeatureEngineeringFeatureLineageContext>;
137
140
  /**
138
141
  * The data source of the feature
139
142
  */
@@ -141,5 +144,5 @@ export interface FeatureEngineeringFeatureArgs {
141
144
  /**
142
145
  * The time window in which the feature is computed
143
146
  */
144
- timeWindow: pulumi.Input<inputs.FeatureEngineeringFeatureTimeWindow>;
147
+ timeWindow?: pulumi.Input<inputs.FeatureEngineeringFeatureTimeWindow>;
145
148
  }
@@ -61,6 +61,7 @@ class FeatureEngineeringFeature extends pulumi.CustomResource {
61
61
  resourceInputs["fullName"] = state?.fullName;
62
62
  resourceInputs["function"] = state?.function;
63
63
  resourceInputs["inputs"] = state?.inputs;
64
+ resourceInputs["lineageContext"] = state?.lineageContext;
64
65
  resourceInputs["source"] = state?.source;
65
66
  resourceInputs["timeWindow"] = state?.timeWindow;
66
67
  }
@@ -78,14 +79,12 @@ class FeatureEngineeringFeature extends pulumi.CustomResource {
78
79
  if (args?.source === undefined && !opts.urn) {
79
80
  throw new Error("Missing required property 'source'");
80
81
  }
81
- if (args?.timeWindow === undefined && !opts.urn) {
82
- throw new Error("Missing required property 'timeWindow'");
83
- }
84
82
  resourceInputs["description"] = args?.description;
85
83
  resourceInputs["filterCondition"] = args?.filterCondition;
86
84
  resourceInputs["fullName"] = args?.fullName;
87
85
  resourceInputs["function"] = args?.function;
88
86
  resourceInputs["inputs"] = args?.inputs;
87
+ resourceInputs["lineageContext"] = args?.lineageContext;
89
88
  resourceInputs["source"] = args?.source;
90
89
  resourceInputs["timeWindow"] = args?.timeWindow;
91
90
  }