@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
@@ -1 +1 @@
1
- {"version":3,"file":"featureEngineeringFeature.js","sourceRoot":"","sources":["../featureEngineeringFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChF,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,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IAuCD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;SACpD;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,UAAU,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC7C,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,EAAE,eAAe,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AAxGL,8DAyGC;AA3FG,gBAAgB;AACO,sCAAY,GAAG,sEAAsE,CAAC"}
1
+ {"version":3,"file":"featureEngineeringFeature.js","sourceRoot":"","sources":["../featureEngineeringFeature.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,149 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * [![Private Preview](https://img.shields.io/badge/Release_Stage-Private_Preview-blueviolet)](https://docs.databricks.com/aws/en/release-notes/release-types)
6
+ *
7
+ * ## Import
8
+ *
9
+ * As of Pulumi v1.5, resources can be imported through configuration.
10
+ *
11
+ * hcl
12
+ *
13
+ * import {
14
+ *
15
+ * id = "name"
16
+ *
17
+ * to = databricks_feature_engineering_kafka_config.this
18
+ *
19
+ * }
20
+ *
21
+ * If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
22
+ *
23
+ * ```sh
24
+ * $ pulumi import databricks:index/featureEngineeringKafkaConfig:FeatureEngineeringKafkaConfig this "name"
25
+ * ```
26
+ */
27
+ export declare class FeatureEngineeringKafkaConfig extends pulumi.CustomResource {
28
+ /**
29
+ * Get an existing FeatureEngineeringKafkaConfig resource's state with the given name, ID, and optional extra
30
+ * properties used to qualify the lookup.
31
+ *
32
+ * @param name The _unique_ name of the resulting resource.
33
+ * @param id The _unique_ provider ID of the resource to lookup.
34
+ * @param state Any extra arguments used during the lookup.
35
+ * @param opts Optional settings to control the behavior of the CustomResource.
36
+ */
37
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FeatureEngineeringKafkaConfigState, opts?: pulumi.CustomResourceOptions): FeatureEngineeringKafkaConfig;
38
+ /**
39
+ * Returns true if the given object is an instance of FeatureEngineeringKafkaConfig. This is designed to work even
40
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
41
+ */
42
+ static isInstance(obj: any): obj is FeatureEngineeringKafkaConfig;
43
+ /**
44
+ * Authentication configuration for connection to topics
45
+ */
46
+ readonly authConfig: pulumi.Output<outputs.FeatureEngineeringKafkaConfigAuthConfig>;
47
+ /**
48
+ * A comma-separated list of host/port pairs pointing to Kafka cluster
49
+ */
50
+ readonly bootstrapServers: pulumi.Output<string>;
51
+ /**
52
+ * Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
53
+ */
54
+ readonly extraOptions: pulumi.Output<{
55
+ [key: string]: string;
56
+ } | undefined>;
57
+ /**
58
+ * Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
59
+ */
60
+ readonly keySchema: pulumi.Output<outputs.FeatureEngineeringKafkaConfigKeySchema | undefined>;
61
+ /**
62
+ * (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature.
63
+ * Can be distinct from topic name
64
+ */
65
+ readonly name: pulumi.Output<string>;
66
+ /**
67
+ * Options to configure which Kafka topics to pull data from
68
+ */
69
+ readonly subscriptionMode: pulumi.Output<outputs.FeatureEngineeringKafkaConfigSubscriptionMode>;
70
+ /**
71
+ * Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
72
+ */
73
+ readonly valueSchema: pulumi.Output<outputs.FeatureEngineeringKafkaConfigValueSchema | undefined>;
74
+ /**
75
+ * Create a FeatureEngineeringKafkaConfig resource with the given unique name, arguments, and options.
76
+ *
77
+ * @param name The _unique_ name of the resource.
78
+ * @param args The arguments to use to populate this resource's properties.
79
+ * @param opts A bag of options that control this resource's behavior.
80
+ */
81
+ constructor(name: string, args: FeatureEngineeringKafkaConfigArgs, opts?: pulumi.CustomResourceOptions);
82
+ }
83
+ /**
84
+ * Input properties used for looking up and filtering FeatureEngineeringKafkaConfig resources.
85
+ */
86
+ export interface FeatureEngineeringKafkaConfigState {
87
+ /**
88
+ * Authentication configuration for connection to topics
89
+ */
90
+ authConfig?: pulumi.Input<inputs.FeatureEngineeringKafkaConfigAuthConfig>;
91
+ /**
92
+ * A comma-separated list of host/port pairs pointing to Kafka cluster
93
+ */
94
+ bootstrapServers?: pulumi.Input<string>;
95
+ /**
96
+ * Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
97
+ */
98
+ extraOptions?: pulumi.Input<{
99
+ [key: string]: pulumi.Input<string>;
100
+ }>;
101
+ /**
102
+ * Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
103
+ */
104
+ keySchema?: pulumi.Input<inputs.FeatureEngineeringKafkaConfigKeySchema>;
105
+ /**
106
+ * (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature.
107
+ * Can be distinct from topic name
108
+ */
109
+ name?: pulumi.Input<string>;
110
+ /**
111
+ * Options to configure which Kafka topics to pull data from
112
+ */
113
+ subscriptionMode?: pulumi.Input<inputs.FeatureEngineeringKafkaConfigSubscriptionMode>;
114
+ /**
115
+ * Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
116
+ */
117
+ valueSchema?: pulumi.Input<inputs.FeatureEngineeringKafkaConfigValueSchema>;
118
+ }
119
+ /**
120
+ * The set of arguments for constructing a FeatureEngineeringKafkaConfig resource.
121
+ */
122
+ export interface FeatureEngineeringKafkaConfigArgs {
123
+ /**
124
+ * Authentication configuration for connection to topics
125
+ */
126
+ authConfig: pulumi.Input<inputs.FeatureEngineeringKafkaConfigAuthConfig>;
127
+ /**
128
+ * A comma-separated list of host/port pairs pointing to Kafka cluster
129
+ */
130
+ bootstrapServers: pulumi.Input<string>;
131
+ /**
132
+ * Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
133
+ */
134
+ extraOptions?: pulumi.Input<{
135
+ [key: string]: pulumi.Input<string>;
136
+ }>;
137
+ /**
138
+ * Schema configuration for extracting message keys from topics. At least one of keySchema and valueSchema must be provided
139
+ */
140
+ keySchema?: pulumi.Input<inputs.FeatureEngineeringKafkaConfigKeySchema>;
141
+ /**
142
+ * Options to configure which Kafka topics to pull data from
143
+ */
144
+ subscriptionMode: pulumi.Input<inputs.FeatureEngineeringKafkaConfigSubscriptionMode>;
145
+ /**
146
+ * Schema configuration for extracting message values from topics. At least one of keySchema and valueSchema must be provided
147
+ */
148
+ valueSchema?: pulumi.Input<inputs.FeatureEngineeringKafkaConfigValueSchema>;
149
+ }
@@ -0,0 +1,93 @@
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.FeatureEngineeringKafkaConfig = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * [![Private Preview](https://img.shields.io/badge/Release_Stage-Private_Preview-blueviolet)](https://docs.databricks.com/aws/en/release-notes/release-types)
10
+ *
11
+ * ## Import
12
+ *
13
+ * As of Pulumi v1.5, resources can be imported through configuration.
14
+ *
15
+ * hcl
16
+ *
17
+ * import {
18
+ *
19
+ * id = "name"
20
+ *
21
+ * to = databricks_feature_engineering_kafka_config.this
22
+ *
23
+ * }
24
+ *
25
+ * If you are using an older version of Pulumi, import the resource using the `pulumi import` command as follows:
26
+ *
27
+ * ```sh
28
+ * $ pulumi import databricks:index/featureEngineeringKafkaConfig:FeatureEngineeringKafkaConfig this "name"
29
+ * ```
30
+ */
31
+ class FeatureEngineeringKafkaConfig extends pulumi.CustomResource {
32
+ /**
33
+ * Get an existing FeatureEngineeringKafkaConfig resource's state with the given name, ID, and optional extra
34
+ * properties used to qualify the lookup.
35
+ *
36
+ * @param name The _unique_ name of the resulting resource.
37
+ * @param id The _unique_ provider ID of the resource to lookup.
38
+ * @param state Any extra arguments used during the lookup.
39
+ * @param opts Optional settings to control the behavior of the CustomResource.
40
+ */
41
+ static get(name, id, state, opts) {
42
+ return new FeatureEngineeringKafkaConfig(name, state, { ...opts, id: id });
43
+ }
44
+ /**
45
+ * Returns true if the given object is an instance of FeatureEngineeringKafkaConfig. This is designed to work even
46
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
47
+ */
48
+ static isInstance(obj) {
49
+ if (obj === undefined || obj === null) {
50
+ return false;
51
+ }
52
+ return obj['__pulumiType'] === FeatureEngineeringKafkaConfig.__pulumiType;
53
+ }
54
+ constructor(name, argsOrState, opts) {
55
+ let resourceInputs = {};
56
+ opts = opts || {};
57
+ if (opts.id) {
58
+ const state = argsOrState;
59
+ resourceInputs["authConfig"] = state?.authConfig;
60
+ resourceInputs["bootstrapServers"] = state?.bootstrapServers;
61
+ resourceInputs["extraOptions"] = state?.extraOptions;
62
+ resourceInputs["keySchema"] = state?.keySchema;
63
+ resourceInputs["name"] = state?.name;
64
+ resourceInputs["subscriptionMode"] = state?.subscriptionMode;
65
+ resourceInputs["valueSchema"] = state?.valueSchema;
66
+ }
67
+ else {
68
+ const args = argsOrState;
69
+ if (args?.authConfig === undefined && !opts.urn) {
70
+ throw new Error("Missing required property 'authConfig'");
71
+ }
72
+ if (args?.bootstrapServers === undefined && !opts.urn) {
73
+ throw new Error("Missing required property 'bootstrapServers'");
74
+ }
75
+ if (args?.subscriptionMode === undefined && !opts.urn) {
76
+ throw new Error("Missing required property 'subscriptionMode'");
77
+ }
78
+ resourceInputs["authConfig"] = args?.authConfig;
79
+ resourceInputs["bootstrapServers"] = args?.bootstrapServers;
80
+ resourceInputs["extraOptions"] = args?.extraOptions;
81
+ resourceInputs["keySchema"] = args?.keySchema;
82
+ resourceInputs["subscriptionMode"] = args?.subscriptionMode;
83
+ resourceInputs["valueSchema"] = args?.valueSchema;
84
+ resourceInputs["name"] = undefined /*out*/;
85
+ }
86
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
87
+ super(FeatureEngineeringKafkaConfig.__pulumiType, name, resourceInputs, opts);
88
+ }
89
+ }
90
+ exports.FeatureEngineeringKafkaConfig = FeatureEngineeringKafkaConfig;
91
+ /** @internal */
92
+ FeatureEngineeringKafkaConfig.__pulumiType = 'databricks:index/featureEngineeringKafkaConfig:FeatureEngineeringKafkaConfig';
93
+ //# sourceMappingURL=featureEngineeringKafkaConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"featureEngineeringKafkaConfig.js","sourceRoot":"","sources":["../featureEngineeringKafkaConfig.ts"],"names":[],"mappings":"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"}
@@ -40,6 +40,10 @@ export declare class FeatureEngineeringMaterializedFeature extends pulumi.Custom
40
40
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
41
41
  */
42
42
  static isInstance(obj: any): obj is FeatureEngineeringMaterializedFeature;
43
+ /**
44
+ * The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
45
+ */
46
+ readonly cronSchedule: pulumi.Output<string | undefined>;
43
47
  /**
44
48
  * The full name of the feature in Unity Catalog
45
49
  */
@@ -76,6 +80,10 @@ export declare class FeatureEngineeringMaterializedFeature extends pulumi.Custom
76
80
  * Input properties used for looking up and filtering FeatureEngineeringMaterializedFeature resources.
77
81
  */
78
82
  export interface FeatureEngineeringMaterializedFeatureState {
83
+ /**
84
+ * The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
85
+ */
86
+ cronSchedule?: pulumi.Input<string>;
79
87
  /**
80
88
  * The full name of the feature in Unity Catalog
81
89
  */
@@ -104,6 +112,10 @@ export interface FeatureEngineeringMaterializedFeatureState {
104
112
  * The set of arguments for constructing a FeatureEngineeringMaterializedFeature resource.
105
113
  */
106
114
  export interface FeatureEngineeringMaterializedFeatureArgs {
115
+ /**
116
+ * The quartz cron expression that defines the schedule of the materialization pipeline. The schedule is evaluated in the UTC timezone
117
+ */
118
+ cronSchedule?: pulumi.Input<string>;
107
119
  /**
108
120
  * The full name of the feature in Unity Catalog
109
121
  */
@@ -56,6 +56,7 @@ class FeatureEngineeringMaterializedFeature extends pulumi.CustomResource {
56
56
  opts = opts || {};
57
57
  if (opts.id) {
58
58
  const state = argsOrState;
59
+ resourceInputs["cronSchedule"] = state?.cronSchedule;
59
60
  resourceInputs["featureName"] = state?.featureName;
60
61
  resourceInputs["lastMaterializationTime"] = state?.lastMaterializationTime;
61
62
  resourceInputs["materializedFeatureId"] = state?.materializedFeatureId;
@@ -69,6 +70,7 @@ class FeatureEngineeringMaterializedFeature extends pulumi.CustomResource {
69
70
  if (args?.featureName === undefined && !opts.urn) {
70
71
  throw new Error("Missing required property 'featureName'");
71
72
  }
73
+ resourceInputs["cronSchedule"] = args?.cronSchedule;
72
74
  resourceInputs["featureName"] = args?.featureName;
73
75
  resourceInputs["offlineStoreConfig"] = args?.offlineStoreConfig;
74
76
  resourceInputs["onlineStoreConfig"] = args?.onlineStoreConfig;
@@ -1 +1 @@
1
- {"version":3,"file":"featureEngineeringMaterializedFeature.js","sourceRoot":"","sources":["../featureEngineeringMaterializedFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,qCAAsC,SAAQ,MAAM,CAAC,cAAc;IAC5E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkD,EAAE,IAAmC;QAChJ,OAAO,IAAI,qCAAqC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5F,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,qCAAqC,CAAC,YAAY,CAAC;IACtF,CAAC;IAkCD,YAAY,IAAY,EAAE,WAAoG,EAAE,IAAmC;QAC/J,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqE,CAAC;YACpF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoE,CAAC;YAClF,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,qCAAqC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1F,CAAC;;AAvFL,sFAwFC;AA1EG,gBAAgB;AACO,kDAAY,GAAG,8FAA8F,CAAC"}
1
+ {"version":3,"file":"featureEngineeringMaterializedFeature.js","sourceRoot":"","sources":["../featureEngineeringMaterializedFeature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,qCAAsC,SAAQ,MAAM,CAAC,cAAc;IAC5E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkD,EAAE,IAAmC;QAChJ,OAAO,IAAI,qCAAqC,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5F,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,qCAAqC,CAAC,YAAY,CAAC;IACtF,CAAC;IAsCD,YAAY,IAAY,EAAE,WAAoG,EAAE,IAAmC;QAC/J,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqE,CAAC;YACpF,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,EAAE,kBAAkB,CAAC;YACjE,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoE,CAAC;YAClF,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,oBAAoB,CAAC,GAAG,IAAI,EAAE,kBAAkB,CAAC;YAChE,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,qCAAqC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1F,CAAC;;AA7FL,sFA8FC;AAhFG,gBAAgB;AACO,kDAAY,GAAG,8FAA8F,CAAC"}
@@ -24,51 +24,51 @@ export interface GetAccountSettingV2Args {
24
24
  */
25
25
  export interface GetAccountSettingV2Result {
26
26
  /**
27
- * (AibiDashboardEmbeddingAccessPolicy)
27
+ * (AibiDashboardEmbeddingAccessPolicy) - Setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingAccessPolicy for final setting value
28
28
  */
29
29
  readonly aibiDashboardEmbeddingAccessPolicy: outputs.GetAccountSettingV2AibiDashboardEmbeddingAccessPolicy;
30
30
  /**
31
- * (AibiDashboardEmbeddingApprovedDomains)
31
+ * (AibiDashboardEmbeddingApprovedDomains) - Setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the setting value set by consumers, check effectiveAibiDashboardEmbeddingApprovedDomains for final setting value
32
32
  */
33
33
  readonly aibiDashboardEmbeddingApprovedDomains: outputs.GetAccountSettingV2AibiDashboardEmbeddingApprovedDomains;
34
34
  /**
35
- * (ClusterAutoRestartMessage)
35
+ * (ClusterAutoRestartMessage) - Setting value for automaticClusterUpdateWorkspace setting. This is the setting value set by consumers, check effectiveAutomaticClusterUpdateWorkspace for final setting value
36
36
  */
37
37
  readonly automaticClusterUpdateWorkspace: outputs.GetAccountSettingV2AutomaticClusterUpdateWorkspace;
38
38
  /**
39
- * (BooleanMessage)
39
+ * (BooleanMessage) - Setting value for boolean type setting. This is the setting value set by consumers, check effectiveBooleanVal for final setting value
40
40
  */
41
41
  readonly booleanVal: outputs.GetAccountSettingV2BooleanVal;
42
42
  /**
43
- * (AibiDashboardEmbeddingAccessPolicy)
43
+ * (AibiDashboardEmbeddingAccessPolicy) - Effective setting value for aibiDashboardEmbeddingAccessPolicy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
44
44
  */
45
45
  readonly effectiveAibiDashboardEmbeddingAccessPolicy: outputs.GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy;
46
46
  /**
47
- * (AibiDashboardEmbeddingApprovedDomains)
47
+ * (AibiDashboardEmbeddingApprovedDomains) - Effective setting value for aibiDashboardEmbeddingApprovedDomains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
48
48
  */
49
49
  readonly effectiveAibiDashboardEmbeddingApprovedDomains: outputs.GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains;
50
50
  /**
51
- * (ClusterAutoRestartMessage)
51
+ * (ClusterAutoRestartMessage) - Effective setting value for automaticClusterUpdateWorkspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
52
52
  */
53
53
  readonly effectiveAutomaticClusterUpdateWorkspace: outputs.GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace;
54
54
  /**
55
- * (BooleanMessage)
55
+ * (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
56
56
  */
57
57
  readonly effectiveBooleanVal: outputs.GetAccountSettingV2EffectiveBooleanVal;
58
58
  /**
59
- * (IntegerMessage)
59
+ * (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
60
60
  */
61
61
  readonly effectiveIntegerVal: outputs.GetAccountSettingV2EffectiveIntegerVal;
62
62
  /**
63
- * (PersonalComputeMessage)
63
+ * (PersonalComputeMessage) - Effective setting value for personalCompute setting. This is the final effective value of setting. To set a value use personal_compute
64
64
  */
65
65
  readonly effectivePersonalCompute: outputs.GetAccountSettingV2EffectivePersonalCompute;
66
66
  /**
67
- * (RestrictWorkspaceAdminsMessage)
67
+ * (RestrictWorkspaceAdminsMessage) - Effective setting value for restrictWorkspaceAdmins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
68
68
  */
69
69
  readonly effectiveRestrictWorkspaceAdmins: outputs.GetAccountSettingV2EffectiveRestrictWorkspaceAdmins;
70
70
  /**
71
- * (StringMessage)
71
+ * (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
72
72
  */
73
73
  readonly effectiveStringVal: outputs.GetAccountSettingV2EffectiveStringVal;
74
74
  /**
@@ -76,7 +76,7 @@ export interface GetAccountSettingV2Result {
76
76
  */
77
77
  readonly id: string;
78
78
  /**
79
- * (IntegerMessage)
79
+ * (IntegerMessage) - Setting value for integer type setting. This is the setting value set by consumers, check effectiveIntegerVal for final setting value
80
80
  */
81
81
  readonly integerVal: outputs.GetAccountSettingV2IntegerVal;
82
82
  /**
@@ -84,15 +84,15 @@ export interface GetAccountSettingV2Result {
84
84
  */
85
85
  readonly name: string;
86
86
  /**
87
- * (PersonalComputeMessage)
87
+ * (PersonalComputeMessage) - Setting value for personalCompute setting. This is the setting value set by consumers, check effectivePersonalCompute for final setting value
88
88
  */
89
89
  readonly personalCompute: outputs.GetAccountSettingV2PersonalCompute;
90
90
  /**
91
- * (RestrictWorkspaceAdminsMessage)
91
+ * (RestrictWorkspaceAdminsMessage) - Setting value for restrictWorkspaceAdmins setting. This is the setting value set by consumers, check effectiveRestrictWorkspaceAdmins for final setting value
92
92
  */
93
93
  readonly restrictWorkspaceAdmins: outputs.GetAccountSettingV2RestrictWorkspaceAdmins;
94
94
  /**
95
- * (StringMessage)
95
+ * (StringMessage) - Setting value for string type setting. This is the setting value set by consumers, check effectiveStringVal for final setting value
96
96
  */
97
97
  readonly stringVal: outputs.GetAccountSettingV2StringVal;
98
98
  }
package/getAlertV2.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
4
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
5
  *
6
6
  * The SQL Alert v2 data source allows you to retrieve detailed information about a specific alert in Databricks SQL. This data source provides access to all alert properties, including its configuration, evaluation criteria, notification settings, and schedule.
7
7
  *
@@ -113,7 +113,7 @@ export interface GetAlertV2Result {
113
113
  readonly warehouseId: string;
114
114
  }
115
115
  /**
116
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
116
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
117
117
  *
118
118
  * The SQL Alert v2 data source allows you to retrieve detailed information about a specific alert in Databricks SQL. This data source provides access to all alert properties, including its configuration, evaluation criteria, notification settings, and schedule.
119
119
  *
package/getAlertV2.js CHANGED
@@ -6,7 +6,7 @@ exports.getAlertV2Output = exports.getAlertV2 = 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 SQL Alert v2 data source allows you to retrieve detailed information about a specific alert in Databricks SQL. This data source provides access to all alert properties, including its configuration, evaluation criteria, notification settings, and schedule.
12
12
  *
@@ -38,7 +38,7 @@ function getAlertV2(args, opts) {
38
38
  }
39
39
  exports.getAlertV2 = getAlertV2;
40
40
  /**
41
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
41
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
42
42
  *
43
43
  * The SQL Alert v2 data source allows you to retrieve detailed information about a specific alert in Databricks SQL. This data source provides access to all alert properties, including its configuration, evaluation criteria, notification settings, and schedule.
44
44
  *
package/getAlertsV2.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
4
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
5
  *
6
6
  * The SQL Alerts v2 data source allows you to retrieve a list of alerts in Databricks SQL that are accessible to the current user. This data source returns alerts ordered by their creation time.
7
7
  *
@@ -40,7 +40,7 @@ export interface GetAlertsV2Result {
40
40
  readonly pageSize?: number;
41
41
  }
42
42
  /**
43
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
43
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
44
44
  *
45
45
  * The SQL Alerts v2 data source allows you to retrieve a list of alerts in Databricks SQL that are accessible to the current user. This data source returns alerts ordered by their creation time.
46
46
  *
package/getAlertsV2.js CHANGED
@@ -6,7 +6,7 @@ exports.getAlertsV2Output = exports.getAlertsV2 = 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 SQL Alerts v2 data source allows you to retrieve a list of alerts in Databricks SQL that are accessible to the current user. This data source returns alerts ordered by their creation time.
12
12
  *
@@ -35,7 +35,7 @@ function getAlertsV2(args, opts) {
35
35
  }
36
36
  exports.getAlertsV2 = getAlertsV2;
37
37
  /**
38
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
38
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
39
39
  *
40
40
  * The SQL Alerts v2 data source allows you to retrieve a list of alerts in Databricks SQL that are accessible to the current user. This data source returns alerts ordered by their creation time.
41
41
  *
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
4
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
5
  *
6
6
  * This data source can be used to fetch a data quality monitor.
7
7
  *
@@ -81,7 +81,7 @@ export interface GetDataQualityMonitorResult {
81
81
  readonly objectType: string;
82
82
  }
83
83
  /**
84
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
84
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
85
85
  *
86
86
  * This data source can be used to fetch a data quality monitor.
87
87
  *
@@ -6,7 +6,7 @@ exports.getDataQualityMonitorOutput = exports.getDataQualityMonitor = 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 data source can be used to fetch a data quality monitor.
12
12
  *
@@ -46,7 +46,7 @@ function getDataQualityMonitor(args, opts) {
46
46
  }
47
47
  exports.getDataQualityMonitor = getDataQualityMonitor;
48
48
  /**
49
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
49
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
50
50
  *
51
51
  * This data source can be used to fetch a data quality monitor.
52
52
  *
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
4
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
5
  *
6
6
  * This data source can be used to fetch the list of data quality monitors.
7
7
  *
@@ -45,7 +45,7 @@ export interface GetDataQualityMonitorsResult {
45
45
  readonly pageSize?: number;
46
46
  }
47
47
  /**
48
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
48
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
49
49
  *
50
50
  * This data source can be used to fetch the list of data quality monitors.
51
51
  *
@@ -6,7 +6,7 @@ exports.getDataQualityMonitorsOutput = exports.getDataQualityMonitors = 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 data source can be used to fetch the list of data quality monitors.
12
12
  *
@@ -40,7 +40,7 @@ function getDataQualityMonitors(args, opts) {
40
40
  }
41
41
  exports.getDataQualityMonitors = getDataQualityMonitors;
42
42
  /**
43
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
43
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
44
44
  *
45
45
  * This data source can be used to fetch the list of data quality monitors.
46
46
  *
@@ -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 data source can be used to fetch a data quality refresh on a Unity Catalog table.
6
6
  *
@@ -99,7 +99,7 @@ export interface GetDataQualityRefreshResult {
99
99
  readonly trigger: string;
100
100
  }
101
101
  /**
102
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
102
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
103
103
  *
104
104
  * This data source can be used to fetch a data quality refresh on a Unity Catalog table.
105
105
  *
@@ -6,7 +6,7 @@ exports.getDataQualityRefreshOutput = exports.getDataQualityRefresh = 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 data source can be used to fetch a data quality refresh on a Unity Catalog table.
12
12
  *
@@ -47,7 +47,7 @@ function getDataQualityRefresh(args, opts) {
47
47
  }
48
48
  exports.getDataQualityRefresh = getDataQualityRefresh;
49
49
  /**
50
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
50
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
51
51
  *
52
52
  * This data source can be used to fetch a data quality refresh on a Unity Catalog table.
53
53
  *
@@ -1,7 +1,7 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "./types/output";
3
3
  /**
4
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
4
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
5
5
  *
6
6
  * This data source can be used to fetch the list of data quality refreshes on a Unity Catalog table.
7
7
  *
@@ -75,7 +75,7 @@ export interface GetDataQualityRefreshesResult {
75
75
  readonly refreshes: outputs.GetDataQualityRefreshesRefresh[];
76
76
  }
77
77
  /**
78
- * [![Public Beta](https://img.shields.io/badge/Release_Stage-Public_Beta-orange)](https://docs.databricks.com/aws/en/release-notes/release-types)
78
+ * [![Public Preview](https://img.shields.io/badge/Release_Stage-Public_Preview-yellowgreen)](https://docs.databricks.com/aws/en/release-notes/release-types)
79
79
  *
80
80
  * This data source can be used to fetch the list of data quality refreshes on a Unity Catalog table.
81
81
  *