Skip to content

Commit c97e413

Browse files
committed
Pass table migration index to WorkflowLinter
1 parent 0d7d2de commit c97e413

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
@@ -601,7 +601,7 @@ def workflow_linter(self) -> WorkflowLinter:
601601
self.jobs_crawler,
602602
self.dependency_resolver,
603603
self.path_lookup,
604-
TableMigrationIndex([]), # TODO: bring back self.tables_migrator.index()
604+
self.table_migration_index,
605605
self.directfs_access_crawler_for_paths,
606606
self.used_tables_crawler_for_paths,
607607
)

0 commit comments

Comments
 (0)