File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/databricks/labs/ucx/account Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ def assign_metastore(
45
45
else :
46
46
metastore_id = list (metastore_choices .values ())[0 ]
47
47
self ._ac .metastore_assignments .create (workspace_id , metastore_id )
48
+ logger .info (f"Metastore { metastore_id } assigned to workspace { workspace_id } " )
48
49
# set the default catalog using the default_namespace setting API
49
50
if default_catalog is not None :
50
51
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" )
53
53
54
54
def _get_region (self , workspace_id : int ) -> str | None :
55
55
workspace = self ._ac .workspaces .get (workspace_id )
You can’t perform that action at this time.
0 commit comments