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 20865fe commit bb63a48Copy full SHA for bb63a48
src/databricks/labs/ucx/contexts/application.py
@@ -430,6 +430,7 @@ def workflow_linter(self) -> WorkflowLinter:
430
self.path_lookup,
431
TableMigrationIndex([]), # TODO: bring back self.tables_migrator.index()
432
self.directfs_access_crawler_for_paths,
433
+ self.used_tables_crawler_for_paths,
434
self.config.include_job_ids,
435
)
436
0 commit comments