Unity Catalog will allow you to bring your own HMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2021 04:31 AM
Anyone know more about how the Unity Catalog will allow you to bring your own HMS (eg Glue)?
Will this be treated as a separate 'catalog', which you can access but you can't use the other features of Unity Catalog on eg ABAC etc
Any reading on this topic?
- Labels:
-
Databricks Unity Catalog
-
Glue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 05:27 PM
@Kunal Gaurav yes, it is treated as a synthetic catalog. You can query it by using the convention "hive_metastore" as the catalog name. i.e. SELECT * FROM hive_metastore.schema_name.table_name
This will work for internal HMS, external HMS and Glue.
You cannot set any Unity ACLs on these HMS/Glue objects currently.
You can use the Upgrade Wizard in the DBSQL Explorer to upgrade HMS/Glue schemas and tables to Unity Catalog.

