-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stack of dependency resolvers (#1560)
## Changes Implement resolvers as a stack Implements an initial version of SysPathProvider Eliminates horrible hacks introduced in previous PRs ### Linked issues #1202 Resolves #1499 Resolves #1421 ### Functionality - [ ] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs ucx ...` - [ ] added a new workflow - [ ] modified existing workflow: `...` - [ ] added a new table - [ ] modified existing table: `...` ### Tests - [ ] manually tested - [x] added unit tests - [ ] added integration tests - [ ] verified on staging environment (screenshot attached) @nfx this PR does not address the tactical `problem_collector` parameter, I have created a specific issue for that #1559 --------- Co-authored-by: Serge Smertin <serge.smertin@databricks.com>
- Loading branch information
1 parent
5af13a8
commit da71371
Showing
24 changed files
with
1,129 additions
and
662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 0 additions & 112 deletions
112
src/databricks/labs/ucx/source_code/dependency_loaders.py
This file was deleted.
Oops, something went wrong.
95 changes: 0 additions & 95 deletions
95
src/databricks/labs/ucx/source_code/dependency_resolvers.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.