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.
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
Added
databricks labs ucx cluster-remap
command to remap legacy cluster configurations to UC-compatible #994Added
databricks labs ucx cluster-remap
command to remap legacy cluster configurations to UC-compatible #994Changes from 26 commits
321f09a
878ac55
6dfa642
89dc542
54ca4db
421c31f
7f685e3
a84421e
41ac6b6
881d54a
81a2af0
d62ae3f
8a4f46b
509f5bf
08a8072
b8b96bb
8724726
40b132f
9aea0f6
5d2a388
4e858f8
126cd0a
cc417fa
2738e90
e283696
57c841b
05101b1
51d45dd
53c5bcb
8b61365
6e82ac8
b65d1a5
9df440a
23a1b68
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 517 in src/databricks/labs/ucx/cli.py
src/databricks/labs/ucx/cli.py#L517
Check warning on line 23 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L23
Check warning on line 30 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L29-L30
Check warning on line 34 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L33-L34
Check warning on line 39 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L38-L39
Check warning on line 53 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L51-L53
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to make this resilient to cluster API changes? The Cluster UI and options are constantly changing, how can this code just focus on the specifics of credentials, spark configs and data security mode and pass through all the other configuration stuff. Will this code break frequently? [I don't know]
Check warning on line 77 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L76-L77
Check warning on line 83 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L83
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spark version may be absent if cluster is using a policy, so this line is not necessary
Check warning on line 89 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L89
Check warning on line 91 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L91
Check warning on line 117 in src/databricks/labs/ucx/workspace_access/clusters.py
src/databricks/labs/ucx/workspace_access/clusters.py#L117