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
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-
291
291
the `upgraded_to` property on the source object. Use this command to allow for migrating a table or view again.
292
292
293
293
294
-
## HMS Federation
294
+
## Hive Metastore Federation Process
295
295
296
296
Hive Metastore (HMS) Federation is a feature that allows HMS to be federated to a catalog.
297
297
More information is available in the [Databricks documentation](https://docs.databricks.com/en/data-governance/unity-catalog/hms-federation/index.html).
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.
677
677
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).
678
678
679
-
### `enable_hms_federation`
679
+
### `enable-hms-federation`
680
680
681
681
```commandline
682
-
$ databricks labs ucx enable_hms_federation
682
+
$ databricks labs ucx enable-hms-federation
683
683
```
684
684
685
685
This command sets the `enable_hms_federation` flag in the config.yml file to `True`.<br/>
686
686
It is used to enable the Hive Metastore federation process.
687
687
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.
688
688
In AWS it also also allows the creation a GLUE role if one is required using the `create-missing-principals` command.
0 commit comments