Skip to content

Commit a15d868

Browse files
committed
Skip "information_schema"
1 parent 5f7892e commit a15d868

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
@@ -105,6 +105,7 @@ def get_seen_tables(self, *, scope: set[Table] | None = None) -> dict[str, str]:
105105
if (
106106
schema.catalog_name is None
107107
or schema.name is None
108+
or schema.name == "information_schema"
108109
or (schema_scope and (schema.catalog_name.lower(), schema.name.lower()) not in schema_scope)
109110
):
110111
continue

0 commit comments

Comments
 (0)