Skip to content

Commit 654f743

Browse files
committed
Added a message to assign-metastore command.
1 parent d98adf8 commit 654f743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/databricks/labs/ucx/account/metastores.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ def assign_metastore(
4848
# set the default catalog using the default_namespace setting API
4949
if default_catalog is not None:
5050
self._set_default_catalog(workspace_id, default_catalog)
51+
logger.info(f"Metastore {metastore_id} assigned to workspace {workspace_id}")
52+
logger.info("Run the 'create-ucx-catalog' command to create the UCX catalog in case it does not exist")
5153

5254
def _get_region(self, workspace_id: int) -> str | None:
5355
workspace = self._ac.workspaces.get(workspace_id)

0 commit comments

Comments
 (0)