We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908b041 commit 2d903aeCopy full SHA for 2d903ae
src/databricks/labs/ucx/contexts/application.py
@@ -600,7 +600,7 @@ def workflow_linter(self) -> WorkflowLinter:
600
self.workspace_client,
601
self.dependency_resolver,
602
self.path_lookup,
603
- TableMigrationIndex([]), # TODO: bring back self.tables_migrator.index()
+ self.table_migration_index,
604
self.directfs_access_crawler_for_paths,
605
self.used_tables_crawler_for_paths,
606
self.config.include_job_ids,
0 commit comments