Skip to content

Commit 5c1e4c4

Browse files
committed
Fixed Crawl name
1 parent 4b720b9 commit 5c1e4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class TableMigrationStatusRefresher(CrawlerBase[TableMigrationStatus]):
8585
CatalogInfoSecurableKind.CATALOG_SYSTEM,
8686
]
8787

88-
API_LIMIT: ClassVar[int] = 20
88+
API_LIMIT: ClassVar[int] = 25
8989

9090
def __init__(self, ws: WorkspaceClient, sql_backend: SqlBackend, schema, tables_crawler: TablesCrawler):
9191
super().__init__(sql_backend, "hive_metastore", schema, "migration_status", TableMigrationStatus)

0 commit comments

Comments
 (0)