-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In dependency graph, support dependencies other than notebooks #1343
Closed
ericvergnaud
wants to merge
53
commits into
databrickslabs:main
from
ericvergnaud:detect-import-dependencies
Closed
In dependency graph, support dependencies other than notebooks #1343
ericvergnaud
wants to merge
53
commits into
databrickslabs:main
from
ericvergnaud:detect-import-dependencies
Conversation
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
add sample with RUN cell fix issue where non-PI comments preceding language PI would prevent language PI detection
* main: remove `isort` (databrickslabs#1280) Addressed Issue with Disabled Feature in certain regions (databrickslabs#1275) Improve documentation (databrickslabs#1162) Add roadmap workflows and tasks to Table Migration Workflow document (databrickslabs#1274) Fix integration test with new DeployedWorkflows (databrickslabs#1250) Document troubleshooting guide (databrickslabs#1226) Split `DeployedWorkflows` out of `WorkflowsDeployment` (databrickslabs#1248) Inject `_TASKS` via constructor to `WorkflowsDeployment` instead of a global variable (databrickslabs#1247) Decouple `InstallState` from `WorkspaceDeployment` constructor Add document for table migration workflow (databrickslabs#1229) Decouple `InstallState` from `WorkflowsDeployment` constructor (databrickslabs#1246)
* main: Build notebook dependency graph for `%run` cells (databrickslabs#1279) # Conflicts: # src/databricks/labs/ucx/source_code/notebook.py # tests/unit/source_code/test_notebook.py
Co-authored-by: Cor <[email protected]>
Co-authored-by: Cor <[email protected]>
* main: Adding CSV, JSON and include path in mounts (databrickslabs#1329) Add missing step sync-workspace-info (databrickslabs#1330) disable annotation-unchecked mypy warning (databrickslabs#1331) Use service factory to resolve object dependencies (databrickslabs#1209)
…f-notebook-dependencies * detect-dbutils.notebook.run: address code review comments move PythonLinter to python_linter file renamed from astlinter change model to avoid clashing ownership patterns address code review comments Adding CSV, JSON and include path in mounts (databrickslabs#1329) Add missing step sync-workspace-info (databrickslabs#1330) disable annotation-unchecked mypy warning (databrickslabs#1331) Use service factory to resolve object dependencies (databrickslabs#1209) # Conflicts: # src/databricks/labs/ucx/source_code/notebook.py # tests/unit/source_code/test_notebook.py
* main: Integrate detection of notebook dependencies (databrickslabs#1338) # Conflicts: # src/databricks/labs/ucx/source_code/notebook.py # src/databricks/labs/ucx/source_code/notebook_migrator.py # tests/unit/source_code/test_notebook.py # tests/unit/source_code/test_notebook_migrator.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Refactor
DependencyGraph
Introduce 'DependencyLoader' and utility classes
Linked issues
#1202
Resolves #1342
Functionality
databricks labs ucx ...
...
...
Tests