Skip to content

Commit 2d903ae

Browse files
committed
Pass table migration index to WorkflowLinter
1 parent 908b041 commit 2d903ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/labs/ucx/contexts/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def workflow_linter(self) -> WorkflowLinter:
600600
self.workspace_client,
601601
self.dependency_resolver,
602602
self.path_lookup,
603-
TableMigrationIndex([]), # TODO: bring back self.tables_migrator.index()
603+
self.table_migration_index,
604604
self.directfs_access_crawler_for_paths,
605605
self.used_tables_crawler_for_paths,
606606
self.config.include_job_ids,

0 commit comments

Comments
 (0)