Skip to content

Commit b3590b5

Browse files
committed
Pass used tables crawlers for paths to workflow linter
1 parent f334cfa commit b3590b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ def workflow_linter(self) -> WorkflowLinter:
430430
self.path_lookup,
431431
TableMigrationIndex([]), # TODO: bring back self.tables_migrator.index()
432432
self.directfs_access_crawler_for_paths,
433+
self.used_tables_crawler_for_paths,
433434
self.config.include_job_ids,
434435
)
435436

0 commit comments

Comments
 (0)