We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4c57e commit 69920f8Copy full SHA for 69920f8
README.md
@@ -62,20 +62,6 @@ locals {
62
]
63
}
64
65
-# Prerequisite module.
66
-# NOTE! It is required to assign Metastore to Workspace before creating Unity Catalog resources.
67
-module "metastore_assignment" {
68
- source = "data-platform-hq/metastore-assignment/databricks"
69
- version = "~> 1.0.0"
70
-
71
- workspace_id = data.databricks_workspace.example.id
72
- metastore_id = local.metastore_id
73
74
- providers = {
75
- databricks = databricks.workspace
76
- }
77
-}
78
79
module "unity_catalog" {
80
source = "data-platform/unity-catalog/databricks"
81
version = "~> 2.0.0"
0 commit comments