Skip to content

Commit 69920f8

Browse files
author
oleh_mykolaishyn
committed
docs: remove unused module
1 parent df4c57e commit 69920f8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,6 @@ locals {
6262
]
6363
}
6464
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-
7965
module "unity_catalog" {
8066
source = "data-platform/unity-catalog/databricks"
8167
version = "~> 2.0.0"

0 commit comments

Comments
 (0)