Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2021 06:05 AM
One can create a Cluster(s) using CLuster API @ https://docs.databricks.com/dev-tools/api/latest/clusters.html#create
However, REST API 2.0 doesn't provide certain features like "Enable Table Access Control", which has been introduced after REST API 2.0. Given said that one can always enable those features using spark config:
spark.databricks.acl.sqlOnly true