Skip to content

Commit 6257fd3

Browse files
committed
Added count message
1 parent 79d19d1 commit 6257fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def get_seen_tables(self, *, scope: set[Table] | None = None) -> dict[str, str]:
117117
)
118118
)
119119
tables: list = []
120+
logger.info(f"Scanning {len(tasks)} schemas for tables")
120121
table_lists = Threads.gather("list tables", tasks, self.API_LIMIT)
121122
# Combine tuple of lists to a list
122123
for table_list in table_lists[0]:

0 commit comments

Comments
 (0)