@pulumi/databricks 1.80.0-alpha.1767073140 → 1.80.0-alpha.1767757528

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/getMetastore.d.ts CHANGED
@@ -73,6 +73,9 @@ export interface GetMetastoreResult {
73
73
  * ID of the metastore
74
74
  */
75
75
  readonly id: string;
76
+ /**
77
+ * Unique identifier of the metastore.
78
+ */
76
79
  readonly metastoreId: string;
77
80
  /**
78
81
  * MetastoreInfo object for a databricks_metastore. This contains the following attributes:
@@ -82,6 +85,9 @@ export interface GetMetastoreResult {
82
85
  * Name of metastore.
83
86
  */
84
87
  readonly name: string;
88
+ /**
89
+ * Cloud region which the metastore serves (e.g., `us-west-2`, `westus`).
90
+ */
85
91
  readonly region: string;
86
92
  }
87
93
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getMetastore.js","sourceRoot":"","sources":["../getMetastore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oCAUC;AA+CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAAiC;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC"}
1
+ {"version":3,"file":"getMetastore.js","sourceRoot":"","sources":["../getMetastore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,oCAUC;AAqDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAAiC;IAC/F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE;QAC7E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,gDAUC"}
package/metastore.d.ts CHANGED
@@ -112,9 +112,21 @@ export declare class Metastore extends pulumi.CustomResource {
112
112
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
113
113
  */
114
114
  static isInstance(obj: any): obj is Metastore;
115
+ /**
116
+ * Cloud vendor of the metastore home shard (e.g., `aws`, `azure`, `gcp`).
117
+ */
115
118
  readonly cloud: pulumi.Output<string>;
119
+ /**
120
+ * Time at which the metastore was created, in epoch milliseconds.
121
+ */
116
122
  readonly createdAt: pulumi.Output<number>;
123
+ /**
124
+ * Username of metastore creator.
125
+ */
117
126
  readonly createdBy: pulumi.Output<string>;
127
+ /**
128
+ * (Optional) Unique identifier of the metastore's default data access configuration.
129
+ */
118
130
  readonly defaultDataAccessConfigId: pulumi.Output<string | undefined>;
119
131
  /**
120
132
  * The organization name of a Delta Sharing entity. This field is used for Databricks to Databricks sharing. Once this is set it cannot be removed and can only be modified to another valid value. To delete this value please taint and recreate the resource.
@@ -125,14 +137,24 @@ export declare class Metastore extends pulumi.CustomResource {
125
137
  */
126
138
  readonly deltaSharingRecipientTokenLifetimeInSeconds: pulumi.Output<number | undefined>;
127
139
  /**
128
- * Required along with `deltaSharingRecipientTokenLifetimeInSeconds`. Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. INTERNAL only allows sharing within the same account, and INTERNAL_AND_EXTERNAL allows cross account sharing and token based sharing.
140
+ * Required along with `deltaSharingRecipientTokenLifetimeInSeconds`. Used to enable delta sharing on the metastore. Valid values: `INTERNAL`, `INTERNAL_AND_EXTERNAL`. `INTERNAL` only allows sharing within the same account, and `INTERNAL_AND_EXTERNAL` allows cross account sharing and token based sharing.
129
141
  */
130
142
  readonly deltaSharingScope: pulumi.Output<string | undefined>;
143
+ /**
144
+ * Whether to allow non-DBR clients to directly access entities under the metastore.
145
+ */
146
+ readonly externalAccessEnabled: pulumi.Output<boolean | undefined>;
131
147
  /**
132
148
  * Destroy metastore regardless of its contents.
133
149
  */
134
150
  readonly forceDestroy: pulumi.Output<boolean | undefined>;
151
+ /**
152
+ * Globally unique metastore ID across clouds and regions, of the form `cloud:region:metastore_id`.
153
+ */
135
154
  readonly globalMetastoreId: pulumi.Output<string>;
155
+ /**
156
+ * Unique identifier of the metastore.
157
+ */
136
158
  readonly metastoreId: pulumi.Output<string>;
137
159
  /**
138
160
  * Name of metastore.
@@ -142,16 +164,33 @@ export declare class Metastore extends pulumi.CustomResource {
142
164
  * Username/groupname/sp applicationId of the metastore owner.
143
165
  */
144
166
  readonly owner: pulumi.Output<string>;
167
+ /**
168
+ * Privilege model version of the metastore, of the form `major.minor` (e.g., `1.0`).
169
+ */
170
+ readonly privilegeModelVersion: pulumi.Output<string>;
145
171
  /**
146
172
  * The region of the metastore
147
173
  */
148
174
  readonly region: pulumi.Output<string>;
149
175
  /**
150
- * Path on cloud storage account, where managed `databricks.Table` are stored. If the URL contains special characters, such as space, `&`, etc., they should be percent-encoded (space > `%20`, etc.). Change forces creation of a new resource. If no `storageRoot` is defined for the metastore, each catalog must have a `storageRoot` defined.
176
+ * Path on cloud storage account, where managed `databricks.Table` are stored. If the URL contains special characters, such as space, `&`, etc., they should be percent-encoded (space > `%20`, etc.). Change forces creation of a new resource. If no `storageRoot` is defined for the metastore, each catalog must have a `storageRoot` defined. **It's recommended to define `storageRoot` on the catalog level.
151
177
  */
152
178
  readonly storageRoot: pulumi.Output<string | undefined>;
179
+ /**
180
+ * (Optional) UUID of storage credential to access the metastore storage_root.
181
+ */
153
182
  readonly storageRootCredentialId: pulumi.Output<string | undefined>;
183
+ /**
184
+ * Name of the storage credential to access the metastore storage_root.
185
+ */
186
+ readonly storageRootCredentialName: pulumi.Output<string | undefined>;
187
+ /**
188
+ * Time at which the metastore was last modified, in epoch milliseconds.
189
+ */
154
190
  readonly updatedAt: pulumi.Output<number>;
191
+ /**
192
+ * Username of user who last modified the metastore.
193
+ */
155
194
  readonly updatedBy: pulumi.Output<string>;
156
195
  /**
157
196
  * Create a Metastore resource with the given unique name, arguments, and options.
@@ -166,9 +205,21 @@ export declare class Metastore extends pulumi.CustomResource {
166
205
  * Input properties used for looking up and filtering Metastore resources.
167
206
  */
168
207
  export interface MetastoreState {
208
+ /**
209
+ * Cloud vendor of the metastore home shard (e.g., `aws`, `azure`, `gcp`).
210
+ */
169
211
  cloud?: pulumi.Input<string>;
212
+ /**
213
+ * Time at which the metastore was created, in epoch milliseconds.
214
+ */
170
215
  createdAt?: pulumi.Input<number>;
216
+ /**
217
+ * Username of metastore creator.
218
+ */
171
219
  createdBy?: pulumi.Input<string>;
220
+ /**
221
+ * (Optional) Unique identifier of the metastore's default data access configuration.
222
+ */
172
223
  defaultDataAccessConfigId?: pulumi.Input<string>;
173
224
  /**
174
225
  * The organization name of a Delta Sharing entity. This field is used for Databricks to Databricks sharing. Once this is set it cannot be removed and can only be modified to another valid value. To delete this value please taint and recreate the resource.
@@ -179,14 +230,24 @@ export interface MetastoreState {
179
230
  */
180
231
  deltaSharingRecipientTokenLifetimeInSeconds?: pulumi.Input<number>;
181
232
  /**
182
- * Required along with `deltaSharingRecipientTokenLifetimeInSeconds`. Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. INTERNAL only allows sharing within the same account, and INTERNAL_AND_EXTERNAL allows cross account sharing and token based sharing.
233
+ * Required along with `deltaSharingRecipientTokenLifetimeInSeconds`. Used to enable delta sharing on the metastore. Valid values: `INTERNAL`, `INTERNAL_AND_EXTERNAL`. `INTERNAL` only allows sharing within the same account, and `INTERNAL_AND_EXTERNAL` allows cross account sharing and token based sharing.
183
234
  */
184
235
  deltaSharingScope?: pulumi.Input<string>;
236
+ /**
237
+ * Whether to allow non-DBR clients to directly access entities under the metastore.
238
+ */
239
+ externalAccessEnabled?: pulumi.Input<boolean>;
185
240
  /**
186
241
  * Destroy metastore regardless of its contents.
187
242
  */
188
243
  forceDestroy?: pulumi.Input<boolean>;
244
+ /**
245
+ * Globally unique metastore ID across clouds and regions, of the form `cloud:region:metastore_id`.
246
+ */
189
247
  globalMetastoreId?: pulumi.Input<string>;
248
+ /**
249
+ * Unique identifier of the metastore.
250
+ */
190
251
  metastoreId?: pulumi.Input<string>;
191
252
  /**
192
253
  * Name of metastore.
@@ -196,25 +257,42 @@ export interface MetastoreState {
196
257
  * Username/groupname/sp applicationId of the metastore owner.
197
258
  */
198
259
  owner?: pulumi.Input<string>;
260
+ /**
261
+ * Privilege model version of the metastore, of the form `major.minor` (e.g., `1.0`).
262
+ */
263
+ privilegeModelVersion?: pulumi.Input<string>;
199
264
  /**
200
265
  * The region of the metastore
201
266
  */
202
267
  region?: pulumi.Input<string>;
203
268
  /**
204
- * Path on cloud storage account, where managed `databricks.Table` are stored. If the URL contains special characters, such as space, `&`, etc., they should be percent-encoded (space > `%20`, etc.). Change forces creation of a new resource. If no `storageRoot` is defined for the metastore, each catalog must have a `storageRoot` defined.
269
+ * Path on cloud storage account, where managed `databricks.Table` are stored. If the URL contains special characters, such as space, `&`, etc., they should be percent-encoded (space > `%20`, etc.). Change forces creation of a new resource. If no `storageRoot` is defined for the metastore, each catalog must have a `storageRoot` defined. **It's recommended to define `storageRoot` on the catalog level.
205
270
  */
206
271
  storageRoot?: pulumi.Input<string>;
272
+ /**
273
+ * (Optional) UUID of storage credential to access the metastore storage_root.
274
+ */
207
275
  storageRootCredentialId?: pulumi.Input<string>;
276
+ /**
277
+ * Name of the storage credential to access the metastore storage_root.
278
+ */
279
+ storageRootCredentialName?: pulumi.Input<string>;
280
+ /**
281
+ * Time at which the metastore was last modified, in epoch milliseconds.
282
+ */
208
283
  updatedAt?: pulumi.Input<number>;
284
+ /**
285
+ * Username of user who last modified the metastore.
286
+ */
209
287
  updatedBy?: pulumi.Input<string>;
210
288
  }
211
289
  /**
212
290
  * The set of arguments for constructing a Metastore resource.
213
291
  */
214
292
  export interface MetastoreArgs {
215
- cloud?: pulumi.Input<string>;
216
- createdAt?: pulumi.Input<number>;
217
- createdBy?: pulumi.Input<string>;
293
+ /**
294
+ * (Optional) Unique identifier of the metastore's default data access configuration.
295
+ */
218
296
  defaultDataAccessConfigId?: pulumi.Input<string>;
219
297
  /**
220
298
  * The organization name of a Delta Sharing entity. This field is used for Databricks to Databricks sharing. Once this is set it cannot be removed and can only be modified to another valid value. To delete this value please taint and recreate the resource.
@@ -225,15 +303,17 @@ export interface MetastoreArgs {
225
303
  */
226
304
  deltaSharingRecipientTokenLifetimeInSeconds?: pulumi.Input<number>;
227
305
  /**
228
- * Required along with `deltaSharingRecipientTokenLifetimeInSeconds`. Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. INTERNAL only allows sharing within the same account, and INTERNAL_AND_EXTERNAL allows cross account sharing and token based sharing.
306
+ * Required along with `deltaSharingRecipientTokenLifetimeInSeconds`. Used to enable delta sharing on the metastore. Valid values: `INTERNAL`, `INTERNAL_AND_EXTERNAL`. `INTERNAL` only allows sharing within the same account, and `INTERNAL_AND_EXTERNAL` allows cross account sharing and token based sharing.
229
307
  */
230
308
  deltaSharingScope?: pulumi.Input<string>;
309
+ /**
310
+ * Whether to allow non-DBR clients to directly access entities under the metastore.
311
+ */
312
+ externalAccessEnabled?: pulumi.Input<boolean>;
231
313
  /**
232
314
  * Destroy metastore regardless of its contents.
233
315
  */
234
316
  forceDestroy?: pulumi.Input<boolean>;
235
- globalMetastoreId?: pulumi.Input<string>;
236
- metastoreId?: pulumi.Input<string>;
237
317
  /**
238
318
  * Name of metastore.
239
319
  */
@@ -242,15 +322,24 @@ export interface MetastoreArgs {
242
322
  * Username/groupname/sp applicationId of the metastore owner.
243
323
  */
244
324
  owner?: pulumi.Input<string>;
325
+ /**
326
+ * Privilege model version of the metastore, of the form `major.minor` (e.g., `1.0`).
327
+ */
328
+ privilegeModelVersion?: pulumi.Input<string>;
245
329
  /**
246
330
  * The region of the metastore
247
331
  */
248
332
  region?: pulumi.Input<string>;
249
333
  /**
250
- * Path on cloud storage account, where managed `databricks.Table` are stored. If the URL contains special characters, such as space, `&`, etc., they should be percent-encoded (space > `%20`, etc.). Change forces creation of a new resource. If no `storageRoot` is defined for the metastore, each catalog must have a `storageRoot` defined.
334
+ * Path on cloud storage account, where managed `databricks.Table` are stored. If the URL contains special characters, such as space, `&`, etc., they should be percent-encoded (space > `%20`, etc.). Change forces creation of a new resource. If no `storageRoot` is defined for the metastore, each catalog must have a `storageRoot` defined. **It's recommended to define `storageRoot` on the catalog level.
251
335
  */
252
336
  storageRoot?: pulumi.Input<string>;
337
+ /**
338
+ * (Optional) UUID of storage credential to access the metastore storage_root.
339
+ */
253
340
  storageRootCredentialId?: pulumi.Input<string>;
254
- updatedAt?: pulumi.Input<number>;
255
- updatedBy?: pulumi.Input<string>;
341
+ /**
342
+ * Name of the storage credential to access the metastore storage_root.
343
+ */
344
+ storageRootCredentialName?: pulumi.Input<string>;
256
345
  }
package/metastore.js CHANGED
@@ -137,36 +137,42 @@ class Metastore extends pulumi.CustomResource {
137
137
  resourceInputs["deltaSharingOrganizationName"] = state?.deltaSharingOrganizationName;
138
138
  resourceInputs["deltaSharingRecipientTokenLifetimeInSeconds"] = state?.deltaSharingRecipientTokenLifetimeInSeconds;
139
139
  resourceInputs["deltaSharingScope"] = state?.deltaSharingScope;
140
+ resourceInputs["externalAccessEnabled"] = state?.externalAccessEnabled;
140
141
  resourceInputs["forceDestroy"] = state?.forceDestroy;
141
142
  resourceInputs["globalMetastoreId"] = state?.globalMetastoreId;
142
143
  resourceInputs["metastoreId"] = state?.metastoreId;
143
144
  resourceInputs["name"] = state?.name;
144
145
  resourceInputs["owner"] = state?.owner;
146
+ resourceInputs["privilegeModelVersion"] = state?.privilegeModelVersion;
145
147
  resourceInputs["region"] = state?.region;
146
148
  resourceInputs["storageRoot"] = state?.storageRoot;
147
149
  resourceInputs["storageRootCredentialId"] = state?.storageRootCredentialId;
150
+ resourceInputs["storageRootCredentialName"] = state?.storageRootCredentialName;
148
151
  resourceInputs["updatedAt"] = state?.updatedAt;
149
152
  resourceInputs["updatedBy"] = state?.updatedBy;
150
153
  }
151
154
  else {
152
155
  const args = argsOrState;
153
- resourceInputs["cloud"] = args?.cloud;
154
- resourceInputs["createdAt"] = args?.createdAt;
155
- resourceInputs["createdBy"] = args?.createdBy;
156
156
  resourceInputs["defaultDataAccessConfigId"] = args?.defaultDataAccessConfigId;
157
157
  resourceInputs["deltaSharingOrganizationName"] = args?.deltaSharingOrganizationName;
158
158
  resourceInputs["deltaSharingRecipientTokenLifetimeInSeconds"] = args?.deltaSharingRecipientTokenLifetimeInSeconds;
159
159
  resourceInputs["deltaSharingScope"] = args?.deltaSharingScope;
160
+ resourceInputs["externalAccessEnabled"] = args?.externalAccessEnabled;
160
161
  resourceInputs["forceDestroy"] = args?.forceDestroy;
161
- resourceInputs["globalMetastoreId"] = args?.globalMetastoreId;
162
- resourceInputs["metastoreId"] = args?.metastoreId;
163
162
  resourceInputs["name"] = args?.name;
164
163
  resourceInputs["owner"] = args?.owner;
164
+ resourceInputs["privilegeModelVersion"] = args?.privilegeModelVersion;
165
165
  resourceInputs["region"] = args?.region;
166
166
  resourceInputs["storageRoot"] = args?.storageRoot;
167
167
  resourceInputs["storageRootCredentialId"] = args?.storageRootCredentialId;
168
- resourceInputs["updatedAt"] = args?.updatedAt;
169
- resourceInputs["updatedBy"] = args?.updatedBy;
168
+ resourceInputs["storageRootCredentialName"] = args?.storageRootCredentialName;
169
+ resourceInputs["cloud"] = undefined /*out*/;
170
+ resourceInputs["createdAt"] = undefined /*out*/;
171
+ resourceInputs["createdBy"] = undefined /*out*/;
172
+ resourceInputs["globalMetastoreId"] = undefined /*out*/;
173
+ resourceInputs["metastoreId"] = undefined /*out*/;
174
+ resourceInputs["updatedAt"] = undefined /*out*/;
175
+ resourceInputs["updatedBy"] = undefined /*out*/;
170
176
  }
171
177
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
172
178
  super(Metastore.__pulumiType, name, resourceInputs, opts);
package/metastore.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"metastore.js","sourceRoot":"","sources":["../metastore.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"metastore.js","sourceRoot":"","sources":["../metastore.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgGG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IA2FD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,EAAE,yBAAyB,CAAC;YAC/E,cAAc,CAAC,8BAA8B,CAAC,GAAG,KAAK,EAAE,4BAA4B,CAAC;YACrF,cAAc,CAAC,6CAA6C,CAAC,GAAG,KAAK,EAAE,2CAA2C,CAAC;YACnH,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,EAAE,iBAAiB,CAAC;YAC/D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,EAAE,qBAAqB,CAAC;YACvE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,EAAE,uBAAuB,CAAC;YAC3E,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,EAAE,yBAAyB,CAAC;YAC/E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,8BAA8B,CAAC,GAAG,IAAI,EAAE,4BAA4B,CAAC;YACpF,cAAc,CAAC,6CAA6C,CAAC,GAAG,IAAI,EAAE,2CAA2C,CAAC;YAClH,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,EAAE,iBAAiB,CAAC;YAC9D,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,EAAE,qBAAqB,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,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,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AAvKL,8BAwKC;AA1JG,gBAAgB;AACO,sBAAY,GAAG,sCAAsC,CAAC"}
@@ -340,7 +340,7 @@ export declare class MwsWorkspaces extends pulumi.CustomResource {
340
340
  */
341
341
  readonly gcpWorkspaceSa: pulumi.Output<string>;
342
342
  /**
343
- * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
343
+ * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
344
344
  */
345
345
  readonly gkeConfig: pulumi.Output<outputs.MwsWorkspacesGkeConfig | undefined>;
346
346
  readonly isNoPublicIpEnabled: pulumi.Output<boolean | undefined>;
@@ -463,7 +463,7 @@ export interface MwsWorkspacesState {
463
463
  */
464
464
  gcpWorkspaceSa?: pulumi.Input<string>;
465
465
  /**
466
- * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
466
+ * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
467
467
  */
468
468
  gkeConfig?: pulumi.Input<inputs.MwsWorkspacesGkeConfig>;
469
469
  isNoPublicIpEnabled?: pulumi.Input<boolean>;
@@ -570,7 +570,7 @@ export interface MwsWorkspacesArgs {
570
570
  externalCustomerInfo?: pulumi.Input<inputs.MwsWorkspacesExternalCustomerInfo>;
571
571
  gcpManagedNetworkConfig?: pulumi.Input<inputs.MwsWorkspacesGcpManagedNetworkConfig>;
572
572
  /**
573
- * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
573
+ * @deprecated gke_config is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
574
574
  */
575
575
  gkeConfig?: pulumi.Input<inputs.MwsWorkspacesGkeConfig>;
576
576
  isNoPublicIpEnabled?: pulumi.Input<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/databricks",
3
- "version": "1.80.0-alpha.1767073140",
3
+ "version": "1.80.0-alpha.1767757528",
4
4
  "description": "A Pulumi package for creating and managing databricks cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "databricks",
27
- "version": "1.80.0-alpha.1767073140"
27
+ "version": "1.80.0-alpha.1767757528"
28
28
  }
29
29
  }
package/share.d.ts CHANGED
@@ -31,6 +31,34 @@ import * as outputs from "./types/output";
31
31
  * });
32
32
  * ```
33
33
  *
34
+ * Creating a Delta Sharing share with mixed object types (tables and volumes)
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as databricks from "@pulumi/databricks";
39
+ *
40
+ * const mixed = new databricks.Share("mixed", {
41
+ * name: "mixed_share",
42
+ * objects: [
43
+ * {
44
+ * name: "my_catalog.my_schema.sales_table",
45
+ * dataObjectType: "TABLE",
46
+ * sharedAs: "my_schema.sales_table",
47
+ * },
48
+ * {
49
+ * name: "my_catalog.my_schema.sales_mv",
50
+ * dataObjectType: "MATERIALIZED_VIEW",
51
+ * sharedAs: "my_schema.sales_mv",
52
+ * },
53
+ * {
54
+ * name: "my_catalog.my_schema.training_data",
55
+ * dataObjectType: "VOLUME",
56
+ * stringSharedAs: "my_schema.training_data",
57
+ * },
58
+ * ],
59
+ * });
60
+ * ```
61
+ *
34
62
  * Creating a Delta Sharing share and add a schema to it(including all current and future tables).
35
63
  *
36
64
  * ```typescript
package/share.js CHANGED
@@ -35,6 +35,34 @@ const utilities = require("./utilities");
35
35
  * });
36
36
  * ```
37
37
  *
38
+ * Creating a Delta Sharing share with mixed object types (tables and volumes)
39
+ *
40
+ * ```typescript
41
+ * import * as pulumi from "@pulumi/pulumi";
42
+ * import * as databricks from "@pulumi/databricks";
43
+ *
44
+ * const mixed = new databricks.Share("mixed", {
45
+ * name: "mixed_share",
46
+ * objects: [
47
+ * {
48
+ * name: "my_catalog.my_schema.sales_table",
49
+ * dataObjectType: "TABLE",
50
+ * sharedAs: "my_schema.sales_table",
51
+ * },
52
+ * {
53
+ * name: "my_catalog.my_schema.sales_mv",
54
+ * dataObjectType: "MATERIALIZED_VIEW",
55
+ * sharedAs: "my_schema.sales_mv",
56
+ * },
57
+ * {
58
+ * name: "my_catalog.my_schema.training_data",
59
+ * dataObjectType: "VOLUME",
60
+ * stringSharedAs: "my_schema.training_data",
61
+ * },
62
+ * ],
63
+ * });
64
+ * ```
65
+ *
38
66
  * Creating a Delta Sharing share and add a schema to it(including all current and future tables).
39
67
  *
40
68
  * ```typescript
package/share.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"share.js","sourceRoot":"","sources":["../share.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"share.js","sourceRoot":"","sources":["../share.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8IG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC5D,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,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAyCD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,gBAAgB,CAAC,GAAG,KAAK,EAAE,cAAc,CAAC;YACzD,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;SAClD;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,gBAAgB,CAAC,GAAG,IAAI,EAAE,cAAc,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACrD,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,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,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AArGL,sBAsGC;AAxFG,gBAAgB;AACO,kBAAY,GAAG,8BAA8B,CAAC"}
package/types/input.d.ts CHANGED
@@ -7300,9 +7300,21 @@ export interface GetJobsProviderConfigArgs {
7300
7300
  workspaceId: pulumi.Input<string>;
7301
7301
  }
7302
7302
  export interface GetMetastoreMetastoreInfo {
7303
+ /**
7304
+ * Cloud vendor of the metastore home shard (e.g., `aws`, `azure`, `gcp`).
7305
+ */
7303
7306
  cloud?: string;
7307
+ /**
7308
+ * Time at which the metastore was created, in epoch milliseconds.
7309
+ */
7304
7310
  createdAt?: number;
7311
+ /**
7312
+ * Username of metastore creator.
7313
+ */
7305
7314
  createdBy?: string;
7315
+ /**
7316
+ * Unique identifier of the metastore's default data access configuration.
7317
+ */
7306
7318
  defaultDataAccessConfigId?: string;
7307
7319
  /**
7308
7320
  * The organization name of a Delta Sharing entity. This field is used for Databricks to Databricks sharing.
@@ -7316,7 +7328,13 @@ export interface GetMetastoreMetastoreInfo {
7316
7328
  * Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. INTERNAL only allows sharing within the same account, and INTERNAL_AND_EXTERNAL allows cross account sharing and token based sharing.
7317
7329
  */
7318
7330
  deltaSharingScope?: string;
7331
+ /**
7332
+ * Whether to allow non-DBR clients to directly access entities under the metastore.
7333
+ */
7319
7334
  externalAccessEnabled?: boolean;
7335
+ /**
7336
+ * Globally unique metastore ID across clouds and regions, of the form `cloud:region:metastore_id`.
7337
+ */
7320
7338
  globalMetastoreId?: string;
7321
7339
  /**
7322
7340
  * ID of the metastore
@@ -7330,6 +7348,9 @@ export interface GetMetastoreMetastoreInfo {
7330
7348
  * Username/groupname/sp applicationId of the metastore owner.
7331
7349
  */
7332
7350
  owner?: string;
7351
+ /**
7352
+ * Privilege model version of the metastore, of the form `major.minor` (e.g., `1.0`).
7353
+ */
7333
7354
  privilegeModelVersion?: string;
7334
7355
  /**
7335
7356
  * Region of the metastore
@@ -7339,15 +7360,39 @@ export interface GetMetastoreMetastoreInfo {
7339
7360
  * Path on cloud storage account, where managed `databricks.Table` are stored.
7340
7361
  */
7341
7362
  storageRoot?: string;
7363
+ /**
7364
+ * UUID of storage credential to access the metastore storage_root.
7365
+ */
7342
7366
  storageRootCredentialId?: string;
7367
+ /**
7368
+ * Name of the storage credential to access the metastore storage_root.
7369
+ */
7343
7370
  storageRootCredentialName?: string;
7371
+ /**
7372
+ * Time at which the metastore was last modified, in epoch milliseconds.
7373
+ */
7344
7374
  updatedAt?: number;
7375
+ /**
7376
+ * Username of user who last modified the metastore.
7377
+ */
7345
7378
  updatedBy?: string;
7346
7379
  }
7347
7380
  export interface GetMetastoreMetastoreInfoArgs {
7381
+ /**
7382
+ * Cloud vendor of the metastore home shard (e.g., `aws`, `azure`, `gcp`).
7383
+ */
7348
7384
  cloud?: pulumi.Input<string>;
7385
+ /**
7386
+ * Time at which the metastore was created, in epoch milliseconds.
7387
+ */
7349
7388
  createdAt?: pulumi.Input<number>;
7389
+ /**
7390
+ * Username of metastore creator.
7391
+ */
7350
7392
  createdBy?: pulumi.Input<string>;
7393
+ /**
7394
+ * Unique identifier of the metastore's default data access configuration.
7395
+ */
7351
7396
  defaultDataAccessConfigId?: pulumi.Input<string>;
7352
7397
  /**
7353
7398
  * The organization name of a Delta Sharing entity. This field is used for Databricks to Databricks sharing.
@@ -7361,7 +7406,13 @@ export interface GetMetastoreMetastoreInfoArgs {
7361
7406
  * Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. INTERNAL only allows sharing within the same account, and INTERNAL_AND_EXTERNAL allows cross account sharing and token based sharing.
7362
7407
  */
7363
7408
  deltaSharingScope?: pulumi.Input<string>;
7409
+ /**
7410
+ * Whether to allow non-DBR clients to directly access entities under the metastore.
7411
+ */
7364
7412
  externalAccessEnabled?: pulumi.Input<boolean>;
7413
+ /**
7414
+ * Globally unique metastore ID across clouds and regions, of the form `cloud:region:metastore_id`.
7415
+ */
7365
7416
  globalMetastoreId?: pulumi.Input<string>;
7366
7417
  /**
7367
7418
  * ID of the metastore
@@ -7375,6 +7426,9 @@ export interface GetMetastoreMetastoreInfoArgs {
7375
7426
  * Username/groupname/sp applicationId of the metastore owner.
7376
7427
  */
7377
7428
  owner?: pulumi.Input<string>;
7429
+ /**
7430
+ * Privilege model version of the metastore, of the form `major.minor` (e.g., `1.0`).
7431
+ */
7378
7432
  privilegeModelVersion?: pulumi.Input<string>;
7379
7433
  /**
7380
7434
  * Region of the metastore
@@ -7384,9 +7438,21 @@ export interface GetMetastoreMetastoreInfoArgs {
7384
7438
  * Path on cloud storage account, where managed `databricks.Table` are stored.
7385
7439
  */
7386
7440
  storageRoot?: pulumi.Input<string>;
7441
+ /**
7442
+ * UUID of storage credential to access the metastore storage_root.
7443
+ */
7387
7444
  storageRootCredentialId?: pulumi.Input<string>;
7445
+ /**
7446
+ * Name of the storage credential to access the metastore storage_root.
7447
+ */
7388
7448
  storageRootCredentialName?: pulumi.Input<string>;
7449
+ /**
7450
+ * Time at which the metastore was last modified, in epoch milliseconds.
7451
+ */
7389
7452
  updatedAt?: pulumi.Input<number>;
7453
+ /**
7454
+ * Username of user who last modified the metastore.
7455
+ */
7390
7456
  updatedBy?: pulumi.Input<string>;
7391
7457
  }
7392
7458
  export interface GetMlflowExperimentProviderConfig {
@@ -14112,11 +14178,11 @@ export interface MwsNetworksGcpNetworkInfo {
14112
14178
  */
14113
14179
  networkProjectId: pulumi.Input<string>;
14114
14180
  /**
14115
- * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc
14181
+ * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-vpc
14116
14182
  */
14117
14183
  podIpRangeName?: pulumi.Input<string>;
14118
14184
  /**
14119
- * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc
14185
+ * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-vpc
14120
14186
  */
14121
14187
  serviceIpRangeName?: pulumi.Input<string>;
14122
14188
  /**
@@ -14177,11 +14243,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
14177
14243
  }
14178
14244
  export interface MwsWorkspacesGcpManagedNetworkConfig {
14179
14245
  /**
14180
- * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
14246
+ * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
14181
14247
  */
14182
14248
  gkeClusterPodIpRange?: pulumi.Input<string>;
14183
14249
  /**
14184
- * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
14250
+ * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
14185
14251
  */
14186
14252
  gkeClusterServiceIpRange?: pulumi.Input<string>;
14187
14253
  subnetCidr: pulumi.Input<string>;
@@ -15352,7 +15418,7 @@ export interface ShareObject {
15352
15418
  */
15353
15419
  partitions?: pulumi.Input<pulumi.Input<inputs.ShareObjectPartition>[]>;
15354
15420
  /**
15355
- * A user-provided new name for the data object within the share. If this new name is not provided, the object's original name will be used as the `sharedAs` name. The `sharedAs` name must be unique within a Share. Change forces creation of a new resource.
15421
+ * A user-provided alias name for **table-like data objects** within the share. Use this field for: `TABLE`, `VIEW`, `MATERIALIZED_VIEW`, `STREAMING_TABLE`, `FOREIGN_TABLE`. **Do not use this field for volumes, models, notebooks, or functions** (use `stringSharedAs` instead). If not provided, the object's original name will be used. Must be a 2-part name `<schema>.<table>` containing only alphanumeric characters and underscores. The `sharedAs` name must be unique within a share. Change forces creation of a new resource.
15356
15422
  */
15357
15423
  sharedAs?: pulumi.Input<string>;
15358
15424
  /**
@@ -15363,6 +15429,9 @@ export interface ShareObject {
15363
15429
  * Status of the object, one of: `ACTIVE`, `PERMISSION_DENIED`.
15364
15430
  */
15365
15431
  status?: pulumi.Input<string>;
15432
+ /**
15433
+ * A user-provided alias name for **non-table data objects** within the share. Use this field for: `VOLUME`, `MODEL`, `NOTEBOOK_FILE`, `FUNCTION`. **Do not use this field for tables, views, or streaming tables** (use `sharedAs` instead). Format varies by type: For volumes, models, and functions use `<schema>.<name>` (2-part name); for notebooks use the file name. Names must contain only alphanumeric characters and underscores. The `stringSharedAs` name must be unique for objects of the same type within a share. Change forces creation of a new resource.
15434
+ */
15366
15435
  stringSharedAs?: pulumi.Input<string>;
15367
15436
  }
15368
15437
  export interface ShareObjectPartition {
package/types/output.d.ts CHANGED
@@ -8249,9 +8249,21 @@ export interface GetMaterializedFeaturesFeatureTagsFeatureTag {
8249
8249
  value: string;
8250
8250
  }
8251
8251
  export interface GetMetastoreMetastoreInfo {
8252
+ /**
8253
+ * Cloud vendor of the metastore home shard (e.g., `aws`, `azure`, `gcp`).
8254
+ */
8252
8255
  cloud?: string;
8256
+ /**
8257
+ * Time at which the metastore was created, in epoch milliseconds.
8258
+ */
8253
8259
  createdAt?: number;
8260
+ /**
8261
+ * Username of metastore creator.
8262
+ */
8254
8263
  createdBy?: string;
8264
+ /**
8265
+ * Unique identifier of the metastore's default data access configuration.
8266
+ */
8255
8267
  defaultDataAccessConfigId?: string;
8256
8268
  /**
8257
8269
  * The organization name of a Delta Sharing entity. This field is used for Databricks to Databricks sharing.
@@ -8265,7 +8277,13 @@ export interface GetMetastoreMetastoreInfo {
8265
8277
  * Used to enable delta sharing on the metastore. Valid values: INTERNAL, INTERNAL_AND_EXTERNAL. INTERNAL only allows sharing within the same account, and INTERNAL_AND_EXTERNAL allows cross account sharing and token based sharing.
8266
8278
  */
8267
8279
  deltaSharingScope?: string;
8280
+ /**
8281
+ * Whether to allow non-DBR clients to directly access entities under the metastore.
8282
+ */
8268
8283
  externalAccessEnabled?: boolean;
8284
+ /**
8285
+ * Globally unique metastore ID across clouds and regions, of the form `cloud:region:metastore_id`.
8286
+ */
8269
8287
  globalMetastoreId?: string;
8270
8288
  /**
8271
8289
  * ID of the metastore
@@ -8279,6 +8297,9 @@ export interface GetMetastoreMetastoreInfo {
8279
8297
  * Username/groupname/sp applicationId of the metastore owner.
8280
8298
  */
8281
8299
  owner?: string;
8300
+ /**
8301
+ * Privilege model version of the metastore, of the form `major.minor` (e.g., `1.0`).
8302
+ */
8282
8303
  privilegeModelVersion?: string;
8283
8304
  /**
8284
8305
  * Region of the metastore
@@ -8288,9 +8309,21 @@ export interface GetMetastoreMetastoreInfo {
8288
8309
  * Path on cloud storage account, where managed `databricks.Table` are stored.
8289
8310
  */
8290
8311
  storageRoot?: string;
8312
+ /**
8313
+ * UUID of storage credential to access the metastore storage_root.
8314
+ */
8291
8315
  storageRootCredentialId?: string;
8316
+ /**
8317
+ * Name of the storage credential to access the metastore storage_root.
8318
+ */
8292
8319
  storageRootCredentialName?: string;
8320
+ /**
8321
+ * Time at which the metastore was last modified, in epoch milliseconds.
8322
+ */
8293
8323
  updatedAt?: number;
8324
+ /**
8325
+ * Username of user who last modified the metastore.
8326
+ */
8294
8327
  updatedBy?: string;
8295
8328
  }
8296
8329
  export interface GetMlflowExperimentProviderConfig {
@@ -14385,11 +14418,11 @@ export interface MwsNetworksGcpNetworkInfo {
14385
14418
  */
14386
14419
  networkProjectId: string;
14387
14420
  /**
14388
- * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc
14421
+ * @deprecated gcp_network_info.pod_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-vpc
14389
14422
  */
14390
14423
  podIpRangeName?: string;
14391
14424
  /**
14392
- * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-vpc
14425
+ * @deprecated gcp_network_info.service_ip_range_name is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-vpc
14393
14426
  */
14394
14427
  serviceIpRangeName?: string;
14395
14428
  /**
@@ -14450,11 +14483,11 @@ export interface MwsWorkspacesExternalCustomerInfo {
14450
14483
  }
14451
14484
  export interface MwsWorkspacesGcpManagedNetworkConfig {
14452
14485
  /**
14453
- * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
14486
+ * @deprecated gcp_managed_network_config.gke_cluster_pod_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
14454
14487
  */
14455
14488
  gkeClusterPodIpRange?: string;
14456
14489
  /**
14457
- * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.100.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
14490
+ * @deprecated gcp_managed_network_config.gke_cluster_service_ip_range is deprecated and will be removed in a future release. For more information, review the documentation at https://registry.terraform.io/providers/databricks/databricks/1.101.0/docs/guides/gcp-workspace#creating-a-databricks-workspace
14458
14491
  */
14459
14492
  gkeClusterServiceIpRange?: string;
14460
14493
  subnetCidr: string;
@@ -15625,7 +15658,7 @@ export interface ShareObject {
15625
15658
  */
15626
15659
  partitions?: outputs.ShareObjectPartition[];
15627
15660
  /**
15628
- * A user-provided new name for the data object within the share. If this new name is not provided, the object's original name will be used as the `sharedAs` name. The `sharedAs` name must be unique within a Share. Change forces creation of a new resource.
15661
+ * A user-provided alias name for **table-like data objects** within the share. Use this field for: `TABLE`, `VIEW`, `MATERIALIZED_VIEW`, `STREAMING_TABLE`, `FOREIGN_TABLE`. **Do not use this field for volumes, models, notebooks, or functions** (use `stringSharedAs` instead). If not provided, the object's original name will be used. Must be a 2-part name `<schema>.<table>` containing only alphanumeric characters and underscores. The `sharedAs` name must be unique within a share. Change forces creation of a new resource.
15629
15662
  */
15630
15663
  sharedAs?: string;
15631
15664
  /**
@@ -15636,6 +15669,9 @@ export interface ShareObject {
15636
15669
  * Status of the object, one of: `ACTIVE`, `PERMISSION_DENIED`.
15637
15670
  */
15638
15671
  status: string;
15672
+ /**
15673
+ * A user-provided alias name for **non-table data objects** within the share. Use this field for: `VOLUME`, `MODEL`, `NOTEBOOK_FILE`, `FUNCTION`. **Do not use this field for tables, views, or streaming tables** (use `sharedAs` instead). Format varies by type: For volumes, models, and functions use `<schema>.<name>` (2-part name); for notebooks use the file name. Names must contain only alphanumeric characters and underscores. The `stringSharedAs` name must be unique for objects of the same type within a share. Change forces creation of a new resource.
15674
+ */
15639
15675
  stringSharedAs?: string;
15640
15676
  }
15641
15677
  export interface ShareObjectPartition {