Skip to content

Commit c9da729

Browse files
authored
Fixed broken anchors in documentation (#3712)
## Changes Fixed broken anchors in documentation ### Tests - [x] manually tested <img width="1268" alt="image" src="https://github.com/user-attachments/assets/034f7fe5-013c-4023-8e84-3d9ed93946e3" />
1 parent 93ac38d commit c9da729

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/ucx/docs/process/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ On a high level, the steps in migration process are:
88
1. [assessment](/docs/reference/workflows#assessment-workflow)
99
2. [group migration](/docs/reference/workflows#group-migration-workflow)
1010
3. [table migration](/docs/process/#table-migration-process)
11-
4. [HMS Federation](/docs/process/#hms-federation)
11+
4. [HMS Federation](/docs/process/#hive-metastore-federation-process)
1212
5. [data reconciliation](/docs/reference/workflows#post-migration-data-reconciliation-workflow)
1313
6. [code migration](/docs/reference/commands#code-migration-commands)
1414
7. [delta live table pipeline migration](/docs/process#delta-live-table-pipeline-migration-process)
@@ -291,7 +291,7 @@ The [`revert-migrated-tables` command](/docs/reference/commands#revert-migrated-
291291
the `upgraded_to` property on the source object. Use this command to allow for migrating a table or view again.
292292

293293

294-
## HMS Federation
294+
## Hive Metastore Federation Process
295295

296296
Hive Metastore (HMS) Federation is a feature that allows HMS to be federated to a catalog.
297297
More information is available in the [Databricks documentation](https://docs.databricks.com/en/data-governance/unity-catalog/hms-federation/index.html).

docs/ucx/docs/reference/commands/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -676,21 +676,21 @@ $ databricks labs ucx migrate-dlt-pipelines [--include-pipeline-ids <comma separ
676676
These commands are for [Hive Metastore federation](/docs/process#hive-metastore-federation-process) and require the [assessment workflow](/docs/reference/workflows#assessment-workflow) to be completed.
677677
Hive Metastore federation creates a UC catalog that mirrors all the schemas and tables in the source Hive Metastore. It is an alternative to the [table migration process](/docs/process#table-migration-process).
678678

679-
### `enable_hms_federation`
679+
### `enable-hms-federation`
680680

681681
```commandline
682-
$ databricks labs ucx enable_hms_federation
682+
$ databricks labs ucx enable-hms-federation
683683
```
684684

685685
This command sets the `enable_hms_federation` flag in the config.yml file to `True`.<br/>
686686
It is used to enable the Hive Metastore federation process.
687687
It is also used by the `migrate-locations` command to determine whether to set the [Fallback Mode](https://docs.databricks.com/en/data-governance/unity-catalog/hms-federation/hms-federation-internal.html) to "True" in the newly created external locations.
688688
In AWS it also also allows the creation a GLUE role if one is required using the `create-missing-principals` command.
689689

690-
### `create_federated_catalog`
690+
### `create-federated-catalog`
691691

692692
```commandline
693-
$ databricks labs ucx create_federated_catalog
693+
$ databricks labs ucx create-federated-catalog
694694
```
695695

696696
This command performs the following steps:

docs/ucx/docs/reference/workflows/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ A Databricks admin [assigns account groups to workspaces](https://docs.databrick
107107
using [identity federation](https://docs.databricks.com/en/admin/users-groups/index.html#enable-identity-federation)
108108
to manage groups from a single place: your Databricks account. We expect UCX users to create account groups
109109
centrally while most other Databricks resources that UCX touches are scoped to a single workspace.
110-
For extra confidence, run [`validate-groups-membership` command](#validate-groups-membership-command) before running the
110+
For extra confidence, run [`validate-groups-membership` command](/docs/reference/commands#validate-groups-membership) before running the
111111
group migration. If you do not have account groups matching groups in the workspace in which UCX is installed, you can
112112
run [`create-account-groups` command](/docs/reference/commands#create-account-groups) before running the group migration workflow.
113113

0 commit comments

Comments
 (0)