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(
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 )
You can’t perform that action at this time.
0 commit comments