Skip to content

Commit e442d63

Browse files
authored
Fix document for migrate-locations command (#1017)
## Changes <!-- Summary of your changes that are easy to understand. Add screenshots when necessary --> ### Linked issues <!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> #100 #1006 #1009 ### Functionality - [ ] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs ucx ...` - [ ] added a new workflow - [ ] modified existing workflow: `...` - [ ] added a new table - [ ] modified existing table: `...` ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] manually tested - [ ] added unit tests - [ ] added integration tests - [ ] verified on staging environment (screenshot attached)
1 parent 6075fec commit e442d63

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ See [contributing instructions](CONTRIBUTING.md) to help improve this project.
4040
* [`create-uber-principal` command](#create-uber-principal-command)
4141
* [`migrate-credentials` command](#migrate-credentials-command)
4242
* [`validate-external-locations` command](#validate-external-locations-command)
43+
* [`migrate-locations` command](#migrate-locations-command)
4344
* [`create-table-mapping` command](#create-table-mapping-command)
4445
* [`skip` command](#skip-command)
4546
* [`revert-migrated-tables` command](#revert-migrated-tables-command)
@@ -489,9 +490,9 @@ This command validates and provides mapping to external tables to external locat
489490
databricks labs ucx migrate-locations
490491
```
491492

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

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

labs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,5 @@ commands:
134134
- name: workspace_ids
135135
description: List of workspace IDs to create account groups from.
136136

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

0 commit comments

Comments
 (0)