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
databricks_catalog.dev: Creating...
╷
│ Error: cannot create catalog: User does not have CREATE CATALOG on Metastore 'primary'.
│
│ with databricks_catalog.dev,
│ on main.tf line 140, in resource "databricks_catalog" "dev":
│ 140: resource "databricks_catalog" "dev" {
│
I had to issue couple of grants to the user running Terraform apply. Even though this user is already federated to the workspace and is a metastore admin. He is also in the account_unity_admin group from AD federated down to the workspace.
GRANT CREATE EXTERNAL LOCATION ON METASTORE TO user;
GRANT CREATE CATALOG ON METASTORE TO user;
The text was updated successfully, but these errors were encountered:
databricks_catalog.dev: Creating...
╷
│ Error: cannot create catalog: User does not have CREATE CATALOG on Metastore 'primary'.
│
│ with databricks_catalog.dev,
│ on main.tf line 140, in resource "databricks_catalog" "dev":
│ 140: resource "databricks_catalog" "dev" {
│
I had to issue couple of grants to the user running Terraform apply. Even though this user is already federated to the workspace and is a metastore admin. He is also in the account_unity_admin group from AD federated down to the workspace.
GRANT CREATE EXTERNAL LOCATION ON METASTORE TO
user
;GRANT CREATE CATALOG ON METASTORE TO
user
;The text was updated successfully, but these errors were encountered: