-
Notifications
You must be signed in to change notification settings - Fork 87
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] Create a ucx
catalog via a cli-command
#2571
Comments
ucx
catalog via a cli-commanducx
catalog via a cli-command
This also needs to be part of the Currently some customers will be (externally) assigning the metastore, so as part of this we will need to:
|
Another requirement, given the metastore can be shared across multiple workspaces is that the catalog may already exist: this is anticipated, and shouldn't be an error. |
## Changes Add `create-ucx-catalog` cli command to create the catalog (going to be) used for migration tracking (possibly) accross multiple workspaces. ### Linked issues Resolves #2571 ### Functionality - [x] added relevant user documentation - [x] added new CLI command: `create-ucx-catalog` ### Tests - [x] manually tested - [x] added unit tests - [x] added integration tests --------- Co-authored-by: Andrew Snare <asnare@users.noreply.github.com>
## Changes Add `create-ucx-catalog` cli command to create the catalog (going to be) used for migration tracking (possibly) accross multiple workspaces. ### Linked issues Resolves databrickslabs#2571 ### Functionality - [x] added relevant user documentation - [x] added new CLI command: `create-ucx-catalog` ### Tests - [x] manually tested - [x] added unit tests - [x] added integration tests --------- Co-authored-by: Andrew Snare <asnare@users.noreply.github.com>
Add a cli command
create-ucx-catalog
to create a catalog calleducx
that is available (for read and write) to all workspacesThe text was updated successfully, but these errors were encountered: