@pulumi/databricks 1.51.0-alpha.1728383519 → 1.51.0-alpha.1728386684
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/accessControlRuleSet.d.ts +3 -3
- package/accessControlRuleSet.js +3 -3
- package/artifactAllowlist.d.ts +2 -3
- package/artifactAllowlist.js +2 -3
- package/artifactAllowlist.js.map +1 -1
- package/budget.d.ts +150 -0
- package/budget.js +125 -0
- package/budget.js.map +1 -0
- package/catalog.d.ts +1 -1
- package/catalog.js +1 -1
- package/catalogWorkspaceBinding.d.ts +3 -5
- package/catalogWorkspaceBinding.js +3 -5
- package/catalogWorkspaceBinding.js.map +1 -1
- package/connection.d.ts +1 -1
- package/connection.js +1 -1
- package/defaultNamespaceSetting.d.ts +1 -1
- package/defaultNamespaceSetting.js +1 -1
- package/entitlements.d.ts +1 -1
- package/entitlements.js +1 -1
- package/externalLocation.d.ts +1 -1
- package/externalLocation.js +1 -1
- package/getMlflowModels.d.ts +64 -0
- package/getMlflowModels.js +54 -0
- package/getMlflowModels.js.map +1 -0
- package/grant.d.ts +2 -4
- package/grant.js +2 -4
- package/grant.js.map +1 -1
- package/grants.d.ts +2 -4
- package/grants.js +2 -4
- package/grants.js.map +1 -1
- package/group.d.ts +2 -2
- package/group.js +2 -2
- package/groupInstanceProfile.d.ts +1 -1
- package/groupInstanceProfile.js +1 -1
- package/groupRole.d.ts +1 -1
- package/groupRole.js +1 -1
- package/index.d.ts +6 -0
- package/index.js +13 -4
- package/index.js.map +1 -1
- package/instancePool.d.ts +1 -1
- package/instancePool.js +1 -1
- package/instanceProfile.d.ts +1 -1
- package/instanceProfile.js +1 -1
- package/ipAccessList.d.ts +1 -1
- package/ipAccessList.js +1 -1
- package/job.d.ts +1 -1
- package/job.js +1 -1
- package/library.d.ts +3 -3
- package/library.js +3 -3
- package/metastore.d.ts +1 -1
- package/metastore.js +1 -1
- package/metastoreAssignment.d.ts +1 -1
- package/metastoreAssignment.js +1 -1
- package/metastoreDataAccess.d.ts +1 -1
- package/metastoreDataAccess.js +1 -1
- package/metastoreProvider.d.ts +2 -2
- package/metastoreProvider.js +2 -2
- package/mlflowModel.d.ts +1 -1
- package/mlflowModel.js +1 -1
- package/mlflowWebhook.d.ts +1 -1
- package/mlflowWebhook.js +1 -1
- package/modelServing.d.ts +4 -1
- package/modelServing.js +3 -1
- package/modelServing.js.map +1 -1
- package/mount.d.ts +1 -1
- package/mount.js +1 -1
- package/mwsCustomerManagedKeys.d.ts +2 -2
- package/mwsCustomerManagedKeys.js +2 -2
- package/mwsLogDelivery.d.ts +2 -2
- package/mwsLogDelivery.js +2 -2
- package/mwsNccBinding.d.ts +2 -2
- package/mwsNccBinding.js +2 -2
- package/mwsNccPrivateEndpointRule.d.ts +2 -2
- package/mwsNccPrivateEndpointRule.js +2 -2
- package/mwsNetworkConnectivityConfig.d.ts +1 -1
- package/mwsNetworkConnectivityConfig.js +1 -1
- package/mwsNetworks.d.ts +1 -1
- package/mwsNetworks.js +1 -1
- package/mwsPrivateAccessSettings.d.ts +3 -3
- package/mwsPrivateAccessSettings.js +3 -3
- package/mwsStorageConfigurations.d.ts +1 -1
- package/mwsStorageConfigurations.js +1 -1
- package/mwsVpcEndpoint.d.ts +2 -2
- package/mwsVpcEndpoint.js +2 -2
- package/oboToken.d.ts +2 -2
- package/oboToken.js +2 -2
- package/onlineTable.d.ts +8 -3
- package/onlineTable.js +2 -2
- package/onlineTable.js.map +1 -1
- package/package.json +2 -2
- package/permissions.d.ts +9 -9
- package/permissions.js +9 -9
- package/pipeline.d.ts +6 -0
- package/pipeline.js +4 -0
- package/pipeline.js.map +1 -1
- package/recipient.d.ts +1 -1
- package/recipient.js +1 -1
- package/registeredModel.d.ts +1 -1
- package/registeredModel.js +1 -1
- package/repo.d.ts +1 -1
- package/repo.js +1 -1
- package/restrictWorkspaceAdminsSetting.d.ts +2 -2
- package/restrictWorkspaceAdminsSetting.js +2 -2
- package/schema.d.ts +1 -1
- package/schema.js +1 -1
- package/servicePrincipal.d.ts +2 -2
- package/servicePrincipal.js +2 -2
- package/servicePrincipalRole.d.ts +1 -1
- package/servicePrincipalRole.js +1 -1
- package/servicePrincipalSecret.d.ts +1 -1
- package/servicePrincipalSecret.js +1 -1
- package/share.d.ts +2 -2
- package/share.js +2 -2
- package/sqlAlert.d.ts +1 -1
- package/sqlAlert.js +1 -1
- package/sqlDashboard.d.ts +2 -2
- package/sqlDashboard.js +2 -2
- package/sqlPermissions.d.ts +1 -1
- package/sqlPermissions.js +1 -1
- package/sqlQuery.d.ts +1 -1
- package/sqlQuery.js +1 -1
- package/sqlTable.d.ts +44 -0
- package/sqlTable.js +44 -0
- package/sqlTable.js.map +1 -1
- package/sqlWidget.d.ts +2 -2
- package/sqlWidget.js +2 -2
- package/storageCredential.d.ts +1 -1
- package/storageCredential.js +1 -1
- package/systemSchema.d.ts +2 -2
- package/systemSchema.js +2 -2
- package/token.d.ts +1 -1
- package/token.js +1 -1
- package/types/input.d.ts +162 -10
- package/types/output.d.ts +160 -10
- package/user.d.ts +2 -2
- package/user.js +2 -2
- package/userInstanceProfile.d.ts +1 -1
- package/userInstanceProfile.js +1 -1
- package/userRole.d.ts +1 -1
- package/userRole.js +1 -1
- package/vectorSearchEndpoint.d.ts +1 -1
- package/vectorSearchEndpoint.js +1 -1
- package/vectorSearchIndex.d.ts +1 -1
- package/vectorSearchIndex.js +1 -1
- package/volume.d.ts +2 -2
- package/volume.js +2 -2
- package/workspaceBinding.d.ts +3 -5
- package/workspaceBinding.js +3 -5
- package/workspaceBinding.js.map +1 -1
- package/workspaceConf.d.ts +3 -3
- package/workspaceConf.js +3 -3
package/onlineTable.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.OnlineTable = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* >
|
|
9
|
+
* > This resource can only be used on a Unity Catalog-enabled workspace!
|
|
10
10
|
*
|
|
11
11
|
* This resource allows you to create [Online Table](https://docs.databricks.com/en/machine-learning/feature-store/online-tables.html) in Databricks. An online table is a read-only copy of a Delta Table that is stored in row-oriented format optimized for online access. Online tables are fully serverless tables that auto-scale throughput capacity with the request load and provide low latency and high throughput access to data of any scale. Online tables are designed to work with Databricks Model Serving, Feature Serving, and retrieval-augmented generation (RAG) applications where they are used for fast data lookups.
|
|
12
12
|
*
|
|
@@ -73,8 +73,8 @@ class OnlineTable extends pulumi.CustomResource {
|
|
|
73
73
|
const args = argsOrState;
|
|
74
74
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
75
75
|
resourceInputs["spec"] = args ? args.spec : undefined;
|
|
76
|
-
resourceInputs["tableServingUrl"] = args ? args.tableServingUrl : undefined;
|
|
77
76
|
resourceInputs["statuses"] = undefined /*out*/;
|
|
77
|
+
resourceInputs["tableServingUrl"] = undefined /*out*/;
|
|
78
78
|
}
|
|
79
79
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
80
80
|
super(OnlineTable.__pulumiType, name, resourceInputs, opts);
|
package/onlineTable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"onlineTable.js","sourceRoot":"","sources":["../onlineTable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"onlineTable.js","sourceRoot":"","sources":["../onlineTable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;SACjF;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAvEL,kCAwEC;AA1DG,gBAAgB;AACO,wBAAY,GAAG,0CAA0C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/databricks",
|
|
3
|
-
"version": "1.51.0-alpha.
|
|
3
|
+
"version": "1.51.0-alpha.1728386684",
|
|
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.51.0-alpha.
|
|
27
|
+
"version": "1.51.0-alpha.1728386684"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/permissions.d.ts
CHANGED
|
@@ -2,15 +2,15 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* This resource allows you to generically manage [access control](https://docs.databricks.com/security/access-control/index.html) in Databricks
|
|
5
|
+
* This resource allows you to generically manage [access control](https://docs.databricks.com/security/access-control/index.html) in Databricks workspaces. It ensures that only _admins_, _authenticated principal_ and those declared within `accessControl` blocks would have specified access. It is not possible to remove management rights from _admins_ group.
|
|
6
6
|
*
|
|
7
|
-
* >
|
|
7
|
+
* > This resource is _authoritative_ for permissions on objects. Configuring this resource for an object will **OVERWRITE** any existing permissions of the same type unless imported, and changes made outside of Pulumi will be reset.
|
|
8
8
|
*
|
|
9
|
-
* >
|
|
9
|
+
* > It is not possible to lower permissions for `admins`, so Databricks Pulumi Provider removes those `accessControl` blocks automatically.
|
|
10
10
|
*
|
|
11
|
-
* >
|
|
11
|
+
* > If multiple permission levels are specified for an identity (e.g. `CAN_RESTART` and `CAN_MANAGE` for a cluster), only the highest level permission is returned and will cause permanent drift.
|
|
12
12
|
*
|
|
13
|
-
* >
|
|
13
|
+
* > To manage access control on service principals, use databricks_access_control_rule_set.
|
|
14
14
|
*
|
|
15
15
|
* ## Cluster usage
|
|
16
16
|
*
|
|
@@ -305,7 +305,7 @@ import * as outputs from "./types/output";
|
|
|
305
305
|
* });
|
|
306
306
|
* ```
|
|
307
307
|
*
|
|
308
|
-
* >
|
|
308
|
+
* > when importing a permissions resource, only the `notebookId` is filled!
|
|
309
309
|
*
|
|
310
310
|
* ## Workspace file usage
|
|
311
311
|
*
|
|
@@ -362,7 +362,7 @@ import * as outputs from "./types/output";
|
|
|
362
362
|
* });
|
|
363
363
|
* ```
|
|
364
364
|
*
|
|
365
|
-
* >
|
|
365
|
+
* > when importing a permissions resource, only the `workspaceFileId` is filled!
|
|
366
366
|
*
|
|
367
367
|
* ## Folder usage
|
|
368
368
|
*
|
|
@@ -418,7 +418,7 @@ import * as outputs from "./types/output";
|
|
|
418
418
|
* });
|
|
419
419
|
* ```
|
|
420
420
|
*
|
|
421
|
-
* >
|
|
421
|
+
* > when importing a permissions resource, only the `directoryId` is filled!
|
|
422
422
|
*
|
|
423
423
|
* ## Repos usage
|
|
424
424
|
*
|
|
@@ -699,7 +699,7 @@ import * as outputs from "./types/output";
|
|
|
699
699
|
*
|
|
700
700
|
* [SQL queries](https://docs.databricks.com/sql/user/security/access-control/query-acl.html) have three possible permissions: `CAN_VIEW`, `CAN_RUN` and `CAN_MANAGE`:
|
|
701
701
|
*
|
|
702
|
-
* >
|
|
702
|
+
* > If you do not define an `accessControl` block granting `CAN_MANAGE` explictly for the user calling this provider, Databricks Pulumi Provider will add `CAN_MANAGE` permission for the caller. This is a failsafe to prevent situations where the caller is locked out from making changes to the targeted `databricks.SqlQuery` resource when backend API do not apply permission inheritance correctly.
|
|
703
703
|
*
|
|
704
704
|
* ```typescript
|
|
705
705
|
* import * as pulumi from "@pulumi/pulumi";
|
package/permissions.js
CHANGED
|
@@ -6,15 +6,15 @@ exports.Permissions = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* This resource allows you to generically manage [access control](https://docs.databricks.com/security/access-control/index.html) in Databricks
|
|
9
|
+
* This resource allows you to generically manage [access control](https://docs.databricks.com/security/access-control/index.html) in Databricks workspaces. It ensures that only _admins_, _authenticated principal_ and those declared within `accessControl` blocks would have specified access. It is not possible to remove management rights from _admins_ group.
|
|
10
10
|
*
|
|
11
|
-
* >
|
|
11
|
+
* > This resource is _authoritative_ for permissions on objects. Configuring this resource for an object will **OVERWRITE** any existing permissions of the same type unless imported, and changes made outside of Pulumi will be reset.
|
|
12
12
|
*
|
|
13
|
-
* >
|
|
13
|
+
* > It is not possible to lower permissions for `admins`, so Databricks Pulumi Provider removes those `accessControl` blocks automatically.
|
|
14
14
|
*
|
|
15
|
-
* >
|
|
15
|
+
* > If multiple permission levels are specified for an identity (e.g. `CAN_RESTART` and `CAN_MANAGE` for a cluster), only the highest level permission is returned and will cause permanent drift.
|
|
16
16
|
*
|
|
17
|
-
* >
|
|
17
|
+
* > To manage access control on service principals, use databricks_access_control_rule_set.
|
|
18
18
|
*
|
|
19
19
|
* ## Cluster usage
|
|
20
20
|
*
|
|
@@ -309,7 +309,7 @@ const utilities = require("./utilities");
|
|
|
309
309
|
* });
|
|
310
310
|
* ```
|
|
311
311
|
*
|
|
312
|
-
* >
|
|
312
|
+
* > when importing a permissions resource, only the `notebookId` is filled!
|
|
313
313
|
*
|
|
314
314
|
* ## Workspace file usage
|
|
315
315
|
*
|
|
@@ -366,7 +366,7 @@ const utilities = require("./utilities");
|
|
|
366
366
|
* });
|
|
367
367
|
* ```
|
|
368
368
|
*
|
|
369
|
-
* >
|
|
369
|
+
* > when importing a permissions resource, only the `workspaceFileId` is filled!
|
|
370
370
|
*
|
|
371
371
|
* ## Folder usage
|
|
372
372
|
*
|
|
@@ -422,7 +422,7 @@ const utilities = require("./utilities");
|
|
|
422
422
|
* });
|
|
423
423
|
* ```
|
|
424
424
|
*
|
|
425
|
-
* >
|
|
425
|
+
* > when importing a permissions resource, only the `directoryId` is filled!
|
|
426
426
|
*
|
|
427
427
|
* ## Repos usage
|
|
428
428
|
*
|
|
@@ -703,7 +703,7 @@ const utilities = require("./utilities");
|
|
|
703
703
|
*
|
|
704
704
|
* [SQL queries](https://docs.databricks.com/sql/user/security/access-control/query-acl.html) have three possible permissions: `CAN_VIEW`, `CAN_RUN` and `CAN_MANAGE`:
|
|
705
705
|
*
|
|
706
|
-
* >
|
|
706
|
+
* > If you do not define an `accessControl` block granting `CAN_MANAGE` explictly for the user calling this provider, Databricks Pulumi Provider will add `CAN_MANAGE` permission for the caller. This is a failsafe to prevent situations where the caller is locked out from making changes to the targeted `databricks.SqlQuery` resource when backend API do not apply permission inheritance correctly.
|
|
707
707
|
*
|
|
708
708
|
* ```typescript
|
|
709
709
|
* import * as pulumi from "@pulumi/pulumi";
|
package/pipeline.d.ts
CHANGED
|
@@ -103,6 +103,7 @@ export declare class Pipeline extends pulumi.CustomResource {
|
|
|
103
103
|
* Optional boolean flag. If false, deployment will fail if name conflicts with that of another pipeline. default is `false`.
|
|
104
104
|
*/
|
|
105
105
|
readonly allowDuplicateNames: pulumi.Output<boolean | undefined>;
|
|
106
|
+
readonly budgetPolicyId: pulumi.Output<string | undefined>;
|
|
106
107
|
/**
|
|
107
108
|
* The name of catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline.* (Conflicts with `storage`).
|
|
108
109
|
*/
|
|
@@ -167,6 +168,7 @@ export declare class Pipeline extends pulumi.CustomResource {
|
|
|
167
168
|
*/
|
|
168
169
|
readonly photon: pulumi.Output<boolean | undefined>;
|
|
169
170
|
readonly runAsUserName: pulumi.Output<string>;
|
|
171
|
+
readonly schema: pulumi.Output<string | undefined>;
|
|
170
172
|
/**
|
|
171
173
|
* An optional flag indicating if serverless compute should be used for this DLT pipeline. Requires `catalog` to be set, as it could be used only with Unity Catalog.
|
|
172
174
|
*/
|
|
@@ -202,6 +204,7 @@ export interface PipelineState {
|
|
|
202
204
|
* Optional boolean flag. If false, deployment will fail if name conflicts with that of another pipeline. default is `false`.
|
|
203
205
|
*/
|
|
204
206
|
allowDuplicateNames?: pulumi.Input<boolean>;
|
|
207
|
+
budgetPolicyId?: pulumi.Input<string>;
|
|
205
208
|
/**
|
|
206
209
|
* The name of catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline.* (Conflicts with `storage`).
|
|
207
210
|
*/
|
|
@@ -266,6 +269,7 @@ export interface PipelineState {
|
|
|
266
269
|
*/
|
|
267
270
|
photon?: pulumi.Input<boolean>;
|
|
268
271
|
runAsUserName?: pulumi.Input<string>;
|
|
272
|
+
schema?: pulumi.Input<string>;
|
|
269
273
|
/**
|
|
270
274
|
* An optional flag indicating if serverless compute should be used for this DLT pipeline. Requires `catalog` to be set, as it could be used only with Unity Catalog.
|
|
271
275
|
*/
|
|
@@ -293,6 +297,7 @@ export interface PipelineArgs {
|
|
|
293
297
|
* Optional boolean flag. If false, deployment will fail if name conflicts with that of another pipeline. default is `false`.
|
|
294
298
|
*/
|
|
295
299
|
allowDuplicateNames?: pulumi.Input<boolean>;
|
|
300
|
+
budgetPolicyId?: pulumi.Input<string>;
|
|
296
301
|
/**
|
|
297
302
|
* The name of catalog in Unity Catalog. *Change of this parameter forces recreation of the pipeline.* (Conflicts with `storage`).
|
|
298
303
|
*/
|
|
@@ -357,6 +362,7 @@ export interface PipelineArgs {
|
|
|
357
362
|
*/
|
|
358
363
|
photon?: pulumi.Input<boolean>;
|
|
359
364
|
runAsUserName?: pulumi.Input<string>;
|
|
365
|
+
schema?: pulumi.Input<string>;
|
|
360
366
|
/**
|
|
361
367
|
* An optional flag indicating if serverless compute should be used for this DLT pipeline. Requires `catalog` to be set, as it could be used only with Unity Catalog.
|
|
362
368
|
*/
|
package/pipeline.js
CHANGED
|
@@ -116,6 +116,7 @@ class Pipeline extends pulumi.CustomResource {
|
|
|
116
116
|
if (opts.id) {
|
|
117
117
|
const state = argsOrState;
|
|
118
118
|
resourceInputs["allowDuplicateNames"] = state ? state.allowDuplicateNames : undefined;
|
|
119
|
+
resourceInputs["budgetPolicyId"] = state ? state.budgetPolicyId : undefined;
|
|
119
120
|
resourceInputs["catalog"] = state ? state.catalog : undefined;
|
|
120
121
|
resourceInputs["cause"] = state ? state.cause : undefined;
|
|
121
122
|
resourceInputs["channel"] = state ? state.channel : undefined;
|
|
@@ -139,6 +140,7 @@ class Pipeline extends pulumi.CustomResource {
|
|
|
139
140
|
resourceInputs["notifications"] = state ? state.notifications : undefined;
|
|
140
141
|
resourceInputs["photon"] = state ? state.photon : undefined;
|
|
141
142
|
resourceInputs["runAsUserName"] = state ? state.runAsUserName : undefined;
|
|
143
|
+
resourceInputs["schema"] = state ? state.schema : undefined;
|
|
142
144
|
resourceInputs["serverless"] = state ? state.serverless : undefined;
|
|
143
145
|
resourceInputs["state"] = state ? state.state : undefined;
|
|
144
146
|
resourceInputs["storage"] = state ? state.storage : undefined;
|
|
@@ -149,6 +151,7 @@ class Pipeline extends pulumi.CustomResource {
|
|
|
149
151
|
else {
|
|
150
152
|
const args = argsOrState;
|
|
151
153
|
resourceInputs["allowDuplicateNames"] = args ? args.allowDuplicateNames : undefined;
|
|
154
|
+
resourceInputs["budgetPolicyId"] = args ? args.budgetPolicyId : undefined;
|
|
152
155
|
resourceInputs["catalog"] = args ? args.catalog : undefined;
|
|
153
156
|
resourceInputs["cause"] = args ? args.cause : undefined;
|
|
154
157
|
resourceInputs["channel"] = args ? args.channel : undefined;
|
|
@@ -172,6 +175,7 @@ class Pipeline extends pulumi.CustomResource {
|
|
|
172
175
|
resourceInputs["notifications"] = args ? args.notifications : undefined;
|
|
173
176
|
resourceInputs["photon"] = args ? args.photon : undefined;
|
|
174
177
|
resourceInputs["runAsUserName"] = args ? args.runAsUserName : undefined;
|
|
178
|
+
resourceInputs["schema"] = args ? args.schema : undefined;
|
|
175
179
|
resourceInputs["serverless"] = args ? args.serverless : undefined;
|
|
176
180
|
resourceInputs["state"] = args ? args.state : undefined;
|
|
177
181
|
resourceInputs["storage"] = args ? args.storage : undefined;
|
package/pipeline.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline.js","sourceRoot":"","sources":["../pipeline.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiFG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"pipeline.js","sourceRoot":"","sources":["../pipeline.ts"],"names":[],"mappings":"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"}
|
package/recipient.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* >
|
|
5
|
+
* > This resource can only be used with a workspace-level provider!
|
|
6
6
|
*
|
|
7
7
|
* In Delta Sharing, a recipient is an entity that receives shares from a provider. In Unity Catalog, a share is a securable object that represents an organization and associates it with a credential or secure sharing identifier that allows that organization to access one or more shares.
|
|
8
8
|
*
|
package/recipient.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Recipient = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* >
|
|
9
|
+
* > This resource can only be used with a workspace-level provider!
|
|
10
10
|
*
|
|
11
11
|
* In Delta Sharing, a recipient is an entity that receives shares from a provider. In Unity Catalog, a share is a securable object that represents an organization and associates it with a credential or secure sharing identifier that allows that organization to access one or more shares.
|
|
12
12
|
*
|
package/registeredModel.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* >
|
|
3
|
+
* > This resource can only be used with a workspace-level provider!
|
|
4
4
|
*
|
|
5
5
|
* This resource allows you to create [Models in Unity Catalog](https://docs.databricks.com/en/mlflow/models-in-uc.html) in Databricks.
|
|
6
6
|
*
|
package/registeredModel.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.RegisteredModel = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* >
|
|
9
|
+
* > This resource can only be used with a workspace-level provider!
|
|
10
10
|
*
|
|
11
11
|
* This resource allows you to create [Models in Unity Catalog](https://docs.databricks.com/en/mlflow/models-in-uc.html) in Databricks.
|
|
12
12
|
*
|
package/repo.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* This resource allows you to manage [Databricks Git folders](https://docs.databricks.com/en/repos/index.html) (formerly known as Databricks Repos).
|
|
6
6
|
*
|
|
7
|
-
* >
|
|
7
|
+
* > To create a Git folder from a private repository you need to configure Git token as described in the [documentation](https://docs.databricks.com/en/repos/index.html#configure-your-git-integration-with-databricks). To set this token you can use databricks.GitCredential resource.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
package/repo.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This resource allows you to manage [Databricks Git folders](https://docs.databricks.com/en/repos/index.html) (formerly known as Databricks Repos).
|
|
10
10
|
*
|
|
11
|
-
* >
|
|
11
|
+
* > To create a Git folder from a private repository you need to configure Git token as described in the [documentation](https://docs.databricks.com/en/repos/index.html#configure-your-git-integration-with-databricks). To set this token you can use databricks.GitCredential resource.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* >
|
|
5
|
+
* > This resource can only be used with a workspace-level provider!
|
|
6
6
|
*
|
|
7
7
|
* The `databricks.RestrictWorkspaceAdminsSetting` resource lets you control the capabilities of workspace admins.
|
|
8
8
|
*
|
|
@@ -18,7 +18,7 @@ import * as outputs from "./types/output";
|
|
|
18
18
|
* 2. Only change a job owner to themselves.
|
|
19
19
|
* 3. Only change the job runAs setting to themselves a service principal on which they have the Service Principal User role.
|
|
20
20
|
*
|
|
21
|
-
* >
|
|
21
|
+
* > Only account admins can update the setting. And the account admin must be part of the workspace to change the setting status.
|
|
22
22
|
*
|
|
23
23
|
* ## Example Usage
|
|
24
24
|
*
|
|
@@ -6,7 +6,7 @@ exports.RestrictWorkspaceAdminsSetting = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* >
|
|
9
|
+
* > This resource can only be used with a workspace-level provider!
|
|
10
10
|
*
|
|
11
11
|
* The `databricks.RestrictWorkspaceAdminsSetting` resource lets you control the capabilities of workspace admins.
|
|
12
12
|
*
|
|
@@ -22,7 +22,7 @@ const utilities = require("./utilities");
|
|
|
22
22
|
* 2. Only change a job owner to themselves.
|
|
23
23
|
* 3. Only change the job runAs setting to themselves a service principal on which they have the Service Principal User role.
|
|
24
24
|
*
|
|
25
|
-
* >
|
|
25
|
+
* > Only account admins can update the setting. And the account admin must be part of the workspace to change the setting status.
|
|
26
26
|
*
|
|
27
27
|
* ## Example Usage
|
|
28
28
|
*
|
package/schema.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* >
|
|
3
|
+
* > This resource can only be used with a workspace-level provider!
|
|
4
4
|
*
|
|
5
5
|
* Within a metastore, Unity Catalog provides a 3-level namespace for organizing data: Catalogs, Databases (also called Schemas), and Tables / Views.
|
|
6
6
|
*
|
package/schema.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Schema = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* >
|
|
9
|
+
* > This resource can only be used with a workspace-level provider!
|
|
10
10
|
*
|
|
11
11
|
* Within a metastore, Unity Catalog provides a 3-level namespace for organizing data: Catalogs, Databases (also called Schemas), and Tables / Views.
|
|
12
12
|
*
|
package/servicePrincipal.d.ts
CHANGED
|
@@ -7,9 +7,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
7
7
|
* * Databricks-managed - exists only inside the Databricks platform (all clouds) and couldn't be used for accessing non-Databricks services.
|
|
8
8
|
* * Azure-managed - existing Azure service principal (enterprise application) is registered inside Databricks. It could be used to work with other Azure services.
|
|
9
9
|
*
|
|
10
|
-
* >
|
|
10
|
+
* > To assign account level service principals to workspace use databricks_mws_permission_assignment.
|
|
11
11
|
*
|
|
12
|
-
* >
|
|
12
|
+
* > Entitlements, like, `allowClusterCreate`, `allowInstancePoolCreate`, `databricksSqlAccess`, `workspaceAccess` applicable only for workspace-level service principals. Use databricks.Entitlements resource to assign entitlements inside a workspace to account-level service principals.
|
|
13
13
|
*
|
|
14
14
|
* To create service principals in the Databricks account, the provider must be configured with `host = "https://accounts.cloud.databricks.com"` on AWS deployments or `host = "https://accounts.azuredatabricks.net"` and authenticate using the supported authentication method for account operations.
|
|
15
15
|
*
|
package/servicePrincipal.js
CHANGED
|
@@ -13,9 +13,9 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* * Databricks-managed - exists only inside the Databricks platform (all clouds) and couldn't be used for accessing non-Databricks services.
|
|
14
14
|
* * Azure-managed - existing Azure service principal (enterprise application) is registered inside Databricks. It could be used to work with other Azure services.
|
|
15
15
|
*
|
|
16
|
-
* >
|
|
16
|
+
* > To assign account level service principals to workspace use databricks_mws_permission_assignment.
|
|
17
17
|
*
|
|
18
|
-
* >
|
|
18
|
+
* > Entitlements, like, `allowClusterCreate`, `allowInstancePoolCreate`, `databricksSqlAccess`, `workspaceAccess` applicable only for workspace-level service principals. Use databricks.Entitlements resource to assign entitlements inside a workspace to account-level service principals.
|
|
19
19
|
*
|
|
20
20
|
* To create service principals in the Databricks account, the provider must be configured with `host = "https://accounts.cloud.databricks.com"` on AWS deployments or `host = "https://accounts.azuredatabricks.net"` and authenticate using the supported authentication method for account operations.
|
|
21
21
|
*
|
|
@@ -30,7 +30,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
30
30
|
*
|
|
31
31
|
* ## Import
|
|
32
32
|
*
|
|
33
|
-
*
|
|
33
|
+
* !> Importing this resource is not currently supported.
|
|
34
34
|
*/
|
|
35
35
|
export declare class ServicePrincipalRole extends pulumi.CustomResource {
|
|
36
36
|
/**
|
package/servicePrincipalRole.js
CHANGED
|
@@ -36,7 +36,7 @@ const utilities = require("./utilities");
|
|
|
36
36
|
*
|
|
37
37
|
* ## Import
|
|
38
38
|
*
|
|
39
|
-
*
|
|
39
|
+
* !> Importing this resource is not currently supported.
|
|
40
40
|
*/
|
|
41
41
|
class ServicePrincipalRole extends pulumi.CustomResource {
|
|
42
42
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* >
|
|
3
|
+
* > This resource can only be used with an account-level provider.
|
|
4
4
|
*
|
|
5
5
|
* With this resource you can create a secret for a given [Service Principals](https://docs.databricks.com/administration-guide/users-groups/service-principals.html).
|
|
6
6
|
*
|
|
@@ -6,7 +6,7 @@ exports.ServicePrincipalSecret = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* >
|
|
9
|
+
* > This resource can only be used with an account-level provider.
|
|
10
10
|
*
|
|
11
11
|
* With this resource you can create a secret for a given [Service Principals](https://docs.databricks.com/administration-guide/users-groups/service-principals.html).
|
|
12
12
|
*
|
package/share.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* >
|
|
5
|
+
* > This resource can only be used with a workspace-level provider!
|
|
6
6
|
*
|
|
7
7
|
* In Delta Sharing, a share is a read-only collection of tables and table partitions that a provider wants to share with one or more recipients. If your recipient uses a Unity Catalog-enabled Databricks workspace, you can also include notebook files, views (including dynamic views that restrict access at the row and column level), Unity Catalog volumes, and Unity Catalog models in a share.
|
|
8
8
|
*
|
|
@@ -10,7 +10,7 @@ import * as outputs from "./types/output";
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example Usage
|
|
12
12
|
*
|
|
13
|
-
* >
|
|
13
|
+
* > In Pulumi configuration, it is recommended to define objects in alphabetical order of their `name` arguments, so that you get consistent and readable diff. Whenever objects are added or removed, or `name` is renamed, you'll observe a change in the majority of tasks. It's related to the fact that the current version of the provider treats `object` blocks as an ordered list. Alternatively, `object` block could have been an unordered set, though end-users would see the entire block replaced upon a change in single property of the task.
|
|
14
14
|
*
|
|
15
15
|
* Creating a Delta Sharing share and add some existing tables to it
|
|
16
16
|
*
|
package/share.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Share = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* >
|
|
9
|
+
* > This resource can only be used with a workspace-level provider!
|
|
10
10
|
*
|
|
11
11
|
* In Delta Sharing, a share is a read-only collection of tables and table partitions that a provider wants to share with one or more recipients. If your recipient uses a Unity Catalog-enabled Databricks workspace, you can also include notebook files, views (including dynamic views that restrict access at the row and column level), Unity Catalog volumes, and Unity Catalog models in a share.
|
|
12
12
|
*
|
|
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ## Example Usage
|
|
16
16
|
*
|
|
17
|
-
* >
|
|
17
|
+
* > In Pulumi configuration, it is recommended to define objects in alphabetical order of their `name` arguments, so that you get consistent and readable diff. Whenever objects are added or removed, or `name` is renamed, you'll observe a change in the majority of tasks. It's related to the fact that the current version of the provider treats `object` blocks as an ordered list. Alternatively, `object` block could have been an unordered set, though end-users would see the entire block replaced upon a change in single property of the task.
|
|
18
18
|
*
|
|
19
19
|
* Creating a Delta Sharing share and add some existing tables to it
|
|
20
20
|
*
|
package/sqlAlert.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* This resource allows you to manage [Databricks SQL Alerts](https://docs.databricks.com/sql/user/queries/index.html).
|
|
6
6
|
*
|
|
7
|
-
*
|
|
7
|
+
* > To manage [SQLA resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
8
8
|
*
|
|
9
9
|
* ## Example Usage
|
|
10
10
|
*
|
package/sqlAlert.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This resource allows you to manage [Databricks SQL Alerts](https://docs.databricks.com/sql/user/queries/index.html).
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* > To manage [SQLA resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
12
12
|
*
|
|
13
13
|
* ## Example Usage
|
|
14
14
|
*
|
package/sqlDashboard.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* >
|
|
3
|
+
* > Please switch to databricks.Dashboard to author new AI/BI dashboards using the latest tooling.
|
|
4
4
|
*
|
|
5
5
|
* This resource is used to manage [Legacy dashboards](https://docs.databricks.com/sql/user/dashboards/index.html). To manage [SQL resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
6
6
|
*
|
|
7
|
-
* >
|
|
7
|
+
* > documentation for this resource is a work in progress.
|
|
8
8
|
*
|
|
9
9
|
* A dashboard may have one or more widgets.
|
|
10
10
|
*
|
package/sqlDashboard.js
CHANGED
|
@@ -6,11 +6,11 @@ exports.SqlDashboard = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* >
|
|
9
|
+
* > Please switch to databricks.Dashboard to author new AI/BI dashboards using the latest tooling.
|
|
10
10
|
*
|
|
11
11
|
* This resource is used to manage [Legacy dashboards](https://docs.databricks.com/sql/user/dashboards/index.html). To manage [SQL resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
12
12
|
*
|
|
13
|
-
* >
|
|
13
|
+
* > documentation for this resource is a work in progress.
|
|
14
14
|
*
|
|
15
15
|
* A dashboard may have one or more widgets.
|
|
16
16
|
*
|
package/sqlPermissions.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* >
|
|
5
|
+
* > Please switch to databricks.Grants with Unity Catalog to manage data access, which provides a better and faster way for managing data security. `databricks.Grants` resource *doesn't require a technical cluster to perform operations*. On workspaces with Unity Catalog enabled, you may run into errors such as `Error: cannot create sql permissions: cannot read current grants: For unity catalog, please specify the catalog name explicitly. E.g. SHOW GRANT ``your.address@email.com`` ON CATALOG main`. This happens if your `defaultCatalogName` was set to a UC catalog instead of `hiveMetastore`. The workaround is to re-assign the metastore again with the default catalog set to be `hiveMetastore`. See databricks_metastore_assignment.
|
|
6
6
|
*
|
|
7
7
|
* This resource manages data object access control lists in Databricks workspaces for things like tables, views, databases, and [more](https://docs.databricks.com/security/access-control/table-acls/object-privileges.html). In order to enable Table Access control, you have to login to the workspace as administrator, go to `Admin Console`, pick `Access Control` tab, click on `Enable` button in `Table Access Control` section, and click `Confirm`. The security guarantees of table access control **will only be effective if cluster access control is also turned on**. Please make sure that no users can create clusters in your workspace and all databricks.Cluster have approximately the following configuration:
|
|
8
8
|
*
|
package/sqlPermissions.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.SqlPermissions = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* >
|
|
9
|
+
* > Please switch to databricks.Grants with Unity Catalog to manage data access, which provides a better and faster way for managing data security. `databricks.Grants` resource *doesn't require a technical cluster to perform operations*. On workspaces with Unity Catalog enabled, you may run into errors such as `Error: cannot create sql permissions: cannot read current grants: For unity catalog, please specify the catalog name explicitly. E.g. SHOW GRANT ``your.address@email.com`` ON CATALOG main`. This happens if your `defaultCatalogName` was set to a UC catalog instead of `hiveMetastore`. The workaround is to re-assign the metastore again with the default catalog set to be `hiveMetastore`. See databricks_metastore_assignment.
|
|
10
10
|
*
|
|
11
11
|
* This resource manages data object access control lists in Databricks workspaces for things like tables, views, databases, and [more](https://docs.databricks.com/security/access-control/table-acls/object-privileges.html). In order to enable Table Access control, you have to login to the workspace as administrator, go to `Admin Console`, pick `Access Control` tab, click on `Enable` button in `Table Access Control` section, and click `Confirm`. The security guarantees of table access control **will only be effective if cluster access control is also turned on**. Please make sure that no users can create clusters in your workspace and all databricks.Cluster have approximately the following configuration:
|
|
12
12
|
*
|
package/sqlQuery.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* To manage [SQLA resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
6
6
|
*
|
|
7
|
-
*
|
|
7
|
+
* > documentation for this resource is a work in progress.
|
|
8
8
|
*
|
|
9
9
|
* A query may have one or more visualizations.
|
|
10
10
|
*
|
package/sqlQuery.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* To manage [SQLA resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricksSqlAccess` on your databricks.Group or databricks_user.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* > documentation for this resource is a work in progress.
|
|
12
12
|
*
|
|
13
13
|
* A query may have one or more visualizations.
|
|
14
14
|
*
|