Skip to content
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

Fix document for migrate-locations command #1017

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ See [contributing instructions](CONTRIBUTING.md) to help improve this project.
* [`create-uber-principal` command](#create-uber-principal-command)
* [`migrate-credentials` command](#migrate-credentials-command)
* [`validate-external-locations` command](#validate-external-locations-command)
* [`migrate-locations` command](#migrate-locations-command)
* [`create-table-mapping` command](#create-table-mapping-command)
* [`skip` command](#skip-command)
* [`revert-migrated-tables` command](#revert-migrated-tables-command)
Expand Down Expand Up @@ -489,9 +490,9 @@ This command validates and provides mapping to external tables to external locat
databricks labs ucx migrate-locations
```

Once the [`assessment` workflow](#assessment-workflow) finished successfully, and [storage credentials](#migrate-credentials-command) are configured,
Once the [`assessment` workflow](#assessment-workflow) finished successfully, and [storage credentials](#migrate-credentials-command) are configured,
run this command to have Unity Catalog external locations created. The candidate locations to be created are extracted from guess_external_locations
task in the assessment job. You can run `validate_external_locations` command to check the candidate locations.
task in the assessment job. You can run [validate_external_locations](#validate-external-locations-command) command to check the candidate locations.

[[back to top](#databricks-labs-ucx)]

Expand Down
2 changes: 1 addition & 1 deletion labs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@ commands:
- name: workspace_ids
description: List of workspace IDs to create account groups from.

- name: migrate_locations
- name: migrate-locations
description: Create UC external locations based on the output of guess_external_locations assessment task.
Loading