File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
489490databricks 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,
493494run 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments