ucx
ucx copied to clipboard
Adds type hints with `CrawlerBase` for the table crawlers where required #2819
## Changes
Adds type hints with CrawlerBase for the table crawlers where required #2819
Linked issues
(https://github.com/databrickslabs/ucx/pull/2813/files#r1786418356)
why do we need this?
I request Pritish to solve the missing type hint for the table crawlers, what you suggested in a comment is a good approach
Used superclass CrawlerBase for type hints. Had to add a placeholder method 'load_one' for one of the usages of TableCrawler