Pritish Pai
Pritish Pai
> this looks good to me - we will need changes in watchdog as well Yes. This only partly covers the issue. Will not be closing the main issue until...
Will work on directly rewriting known locations (dfsa locations for which the tables are known without the mapping). Will revisit this in the future.
Used superclass CrawlerBase for type hints. Had to add a placeholder method 'load_one' for one of the usages of TableCrawler
lint no longer fails with the exception ``` test_lint_error.py:0:0: [implicit-dbfs-usage] The use of default dbfs: references is deprecated: /mnt/foo/bar test_lint_error.py:0:19: [dbfs-usage] Deprecated file system path: /mnt/foo/bar ``` 
Facing the same bug while working on an integration test
Retaining removed code here from `tests.integration.conftest.MockRuntimeContext.make_linting_resources` as pylint complains about commented code. query_1 = self.make_query(sql_query="SELECT * from parquet.`dbfs://mnt/foo2/bar2`") self.make_dashboard(query=query_1)
Related to #4010
@bwreeves Can you specify the type of table (managed, external, etc.) that this bug is occurring for? I am trying to re-create it on my end to debug it.
Unable to recreate
One cause for this error is #2904