Skip to content

Commit 5f1af77

Browse files
committed
feat(docs/ingest): change Databricks example receipe type unity-catalog => databricks
1 parent 1444cc8 commit 5f1af77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata-ingestion/docs/sources/databricks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DataHub supports integration with Databricks ecosystem using a multitude of conn
22

33
## Databricks Unity Catalog (new)
44

5-
The recently introduced [Unity Catalog](https://www.databricks.com/product/unity-catalog) provides a new way to govern your assets within the Databricks lakehouse. If you have Unity Catalog Enabled Workspace, you can use the `unity-catalog` source (aka `databricks` source, see below for details) to integrate your metadata into DataHub as an alternate to the Hive pathway. This also ingests hive metastore catalog in Databricks and is recommended approach to ingest Databricks ecosystem in DataHub.
5+
The recently introduced [Unity Catalog](https://www.databricks.com/product/unity-catalog) provides a new way to govern your assets within the Databricks lakehouse. If you have Unity Catalog Enabled Workspace, you can use the `databricks` source (aka `unity-catalog` source, see below for details) to integrate your metadata into DataHub as an alternate to the Hive pathway. This also ingests hive metastore catalog in Databricks and is recommended approach to ingest Databricks ecosystem in DataHub.
66

77
## Databricks Hive (old)
88

metadata-ingestion/docs/sources/databricks/unity-catalog_recipe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source:
2-
type: unity-catalog
2+
type: databricks
33
config:
44
workspace_url: https://my-workspace.cloud.databricks.com
55
token: "<token>"

0 commit comments

Comments
 (0)