You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be combined with creation of High-Concurrency and Single-Node clusters - in this case it should have corresponding `custom_tags` and `spark.databricks.cluster.profile` in Spark configuration as described in [documentation for `databricks_cluster` resource](cluster.md).
23
-
24
-
The created cluster could be referred to by providing its ID as `cluster_id` property.
*`cluster_id` - (Optional) Id of an existing [databricks_cluster](cluster.md), where the appropriate `GRANT`/`REVOKE` commands are executed. This cluster must have the appropriate data security mode (`USER_ISOLATION` or `LEGACY_TABLE_ACL` specified). If no `cluster_id` is specified, a single-node TACL cluster named `terraform-table-acl` is automatically created.
The following arguments are available to specify the data object you need to enforce access controls on. You must specify only one of those arguments (except for `table` and `view`), otherwise resource creation will fail.
64
61
65
62
*`database` - Name of the database. Has default value of `default`.
66
-
*`table` - Name of the table. Can be combined with `database`.
67
-
*`view` - Name of the view. Can be combined with `database`.
63
+
*`table` - Name of the table. Can be combined with `database`.
64
+
*`view` - Name of the view. Can be combined with `database`.
68
65
*`catalog` - (Boolean) If this access control for the entire catalog. Defaults to `false`.
69
66
*`any_file` - (Boolean) If this access control for reading/writing any file. Defaults to `false`.
70
67
*`anonymous_function` - (Boolean) If this access control for using anonymous function. Defaults to `false`.
@@ -100,7 +97,7 @@ The resource can be imported using a synthetic identifier. Examples of valid syn
100
97
*`anonymous function/` - anonymous function. `/` suffix is mandatory.
0 commit comments