You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the [`assessment` workflow](#assessment-workflow) finished successfully, and [storage credentials](#migrate-credentials-command) are configured,
579
579
run this command to have Unity Catalog external locations created. The candidate locations to be created are extracted from guess_external_locations
580
-
task in the assessment job. You can run [validate_external_locations](#validate-external-locations-command) command to check the candidate locations.
580
+
task in the assessment job. You can run [`validate-external-locations` command](#validate-external-locations-command) to check the candidate locations.
581
581
582
-
Once you're done with this command, proceed to the [create-table-mapping](#create-table-mapping-command) command.
582
+
Once you're done with this command, proceed to the [`create-table-mapping` command](#create-table-mapping-command).
583
583
584
584
[[back to top](#databricks-labs-ucx)]
585
585
@@ -639,7 +639,7 @@ This command removes the `upgraded_from` property on a migrated table for re-mig
639
639
This command is useful for developers and administrators who want to revert the migration of a table. It can also be used
640
640
to debug issues related to table migration.
641
641
642
-
Go back to the [create-table-mapping](#create-table-mapping-command) command after you're done with this command.
642
+
Go back to the [`create-table-mapping` command](#create-table-mapping-command) after you're done with this command.
0 commit comments