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 245f6ee commit 425efd3Copy full SHA for 425efd3
src/databricks/labs/ucx/account/metastores.py
@@ -48,6 +48,8 @@ def assign_metastore(
48
# set the default catalog using the default_namespace setting API
49
if default_catalog is not None:
50
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")
53
54
def _get_region(self, workspace_id: int) -> str | None:
55
workspace = self._ac.workspaces.get(workspace_id)
0 commit comments