Skip to content

Commit 2745d3e

Browse files
committed
Addressed review comments
1 parent 654f743 commit 2745d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ def assign_metastore(
4545
else:
4646
metastore_id = list(metastore_choices.values())[0]
4747
self._ac.metastore_assignments.create(workspace_id, metastore_id)
48+
logger.info(f"Metastore {metastore_id} assigned to workspace {workspace_id}")
4849
# set the default catalog using the default_namespace setting API
4950
if default_catalog is not None:
5051
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")
52+
logger.info("Run the 'create-ucx-catalog' command to create the UCX catalog for tracking your migration progress")
5353

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

0 commit comments

Comments
 (0)