Minor: Docs add UnityCatalog integration more prominently (#14111)

This commit is contained in:
Sriharsha Chintalapani 2023-11-24 18:12:05 -08:00 committed by GitHub
parent a2f3134bc5
commit b85f896e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ In this section, we provide guides and references to use the Databricks connecto
Configure and schedule Databricks metadata and profiler workflows from the OpenMetadata UI:
- [Requirements](#requirements)
- [Unity Catalog](#unity-catalog)
- [Metadata Ingestion](#metadata-ingestion)
- [Query Usage](/connectors/ingestion/workflows/usage)
- [Data Profiler](/connectors/ingestion/workflows/profiler)
@ -46,6 +47,17 @@ Configure and schedule Databricks metadata and profiler workflows from the OpenM
To deploy OpenMetadata, check the Deployment guides.
{%/inlineCallout%}
## Unity Catalog
If you are using unity catalog in Data Bricks, You can enable "use Unity catalog" option while configuring the DataBricks connection.
OpenMetadata extracts following metadata from Unity Catalog
1. Table and Column Descriptions
2. Ownership
3. Column Level Lineage
4. Queries
## Metadata Ingestion
{% partial