我創建了統一目錄使用AWS起程拓殖,並且能夠用相同的用戶創建manualy元店。
當試圖創建metsastore起程拓殖,我得到授權的錯誤:
錯誤:無法創建metastore:未經授權的
│
│module.unity_catalog_metastore.databricks_metastore.this,
│模塊/ uc_metastore /主要。tf 1號線,在資源“databricks_metastore”“這”:
│1:資源“databricks_metastore”這種“{
供應商:
磚= {
源= "磚/磚"
version = " ~ " > 1.2.1 "
}
我使用了多工作站係統提供者與用戶和密碼:
供應商“磚”{
別名= "多工作站係統"
主機= " https://accounts.cloud.www.eheci.com "
account_id = var.databricks_account_id
用戶名= var.databricks_username
密碼= var.databricks_password
}
我的用戶賬戶管理(否則我將能夠創建目錄本身. .)
資源配置:
資源“databricks_metastore””這個“{
name = "主"
storage_root = " s3: / / $ {var.unity_metastore_bucket} / metastore”
老板= var.unity_admin_group
force_destroy = true
}
任何想法?
謝謝,
阿米特
你好@Amit Cahanovich,
你需要使用工作區提供者創建UC metastore時使用TF。請使用本指南-https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/unity-catalog創造……
一些事情需要注意
https://api docs.www.eheci.com/rest/latest/unity -目錄- api規格- 2 - 1. - html
為了更好的理解,你也可以檢查類似的查詢,https://discuss.hashicorp.com/t/databricks-unity-catalog-account-vs-workspace-level-understanding/42..。
你好@Amit Cahanovich,
你需要使用工作區提供者創建UC metastore時使用TF。請使用本指南-https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/unity-catalog創造……
一些事情需要注意
https://api docs.www.eheci.com/rest/latest/unity -目錄- api規格- 2 - 1. - html
為了更好的理解,你也可以檢查類似的查詢,https://discuss.hashicorp.com/t/databricks-unity-catalog-account-vs-workspace-level-understanding/42..。