Skip to content

Commit c48353e

Browse files
committed
Added logging message
1 parent f9dbfac commit c48353e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/databricks/labs/ucx/hive_metastore/table_migrate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ def _convert_wasbs_table_to_abfss(self, src_table: Table) -> bool:
404404
table_location.compressed(),
405405
table_location.properties(),
406406
)
407+
logger.info(f"Updating table {src_table.name} location from {src_table.location} to {new_table_location}")
407408
if 'collation' in dir(old_table):
408409
new_table = self._catalog_table(
409410
old_table.identifier(),

0 commit comments

Comments
 (0)