Skip to content

Commit 8e893f6

Browse files
committed
Addressed FMT issue.
1 parent c48353e commit 8e893f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def _convert_wasbs_table_to_abfss(self, src_table: Table) -> bool:
457457
old_table.parentTableUuid(),
458458
old_table.isArclightTableCreation(),
459459
old_table.resourceName(),
460-
old_table.governanceMetadata()
460+
old_table.governanceMetadata(),
461461
)
462462
else:
463463
new_table = self._catalog_table(

0 commit comments

Comments
 (0)