-
Notifications
You must be signed in to change notification settings - Fork 92
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
[FEATURE]: Enable download and upload of ucx files for a collection of workspaces #1783
Closed
1 task done
Tracked by
#891
Labels
enhancement
New feature or request
Comments
This was referenced Aug 29, 2024
nfx
pushed a commit
that referenced
this issue
Sep 4, 2024
…kspaces (#2523) ## Changes Add a `download` cli command to download file from a collection of workspaces. ### Linked issues Progresses #1783 ### Functionality - [x] added relevant user documentation - [x] added new CLI command: `download` ### Tests - [x] manually tested - [x] added unit tests - [ ] ~added integration tests~ : Covering after #2507
nfx
pushed a commit
that referenced
this issue
Sep 10, 2024
… file to/from a collection of workspaces (#2508) ## Changes Add a `upload` cli command to upload file to a collection of workspaces. ### Linked issues Progresses #1783 ### Functionality - [x] added relevant user documentation - [x] added new CLI command: `upload` ### Tests - [x] manually tested - [x] added unit tests - [ ] ~added integration tests~ : Covering after #2507
Implemented; see linked PRs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Problem statement
Currently, for various ucx commands, there require an option for the user to edit some files (Ex: azure_storage_account_info, uc_roles_access, mapping.csv, aws_instance_profile_info). Currently these files are edited per workspace. For customers having multiple workspaces we have introduced the concept of collection where they could run cli cmd for a collection of workspaces. These customers would also like the option to edit the files for a collection at one go by downloading them locally , editing them, syncing them back in the respective workspace.
Proposed Solution
Add cli cmd to download a file for a given collection
download the file by combining the data from all the workspaces in a collection include workspace ID if not
user uploads the data through cli command
sync the data in each workspace based on workspace id
Additional Context
No response
The text was updated successfully, but these errors were encountered: