Skip to content

Commit

Permalink
Document Unity Catalog limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnson committed Dec 30, 2023
1 parent 2594336 commit ad34bd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions LIMITATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,7 @@ Starting with OpenLineage 0.18.0 and release 2.3.0 of the solution accelerator,

* Delta Merge statements are not supported at this time
* Delta to Delta is NOT supported at this time

# Unity Catalog

Unity Catalog is not supported due to [OpenLineage not yet supporting Unity Catalog](https://github.com/OpenLineage/OpenLineage/issues/2121). Microsoft Purview supports [Unity Catalog metadata scanning](https://learn.microsoft.com/en-us/purview/register-scan-azure-databricks-unity-catalog) and is the preferred approach to handling Unity Catalog.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Gathering lineage data is performed in the following steps:
* Support **column level lineage** for ABFSS, WASBS, and default metastore hive tables (see [Limitations](./LIMITATIONS.md#column-level-mapping-supported-sources) for more detail)
* Once configured, <span style="color: red;">**does not require any code changes to notebooks or jobs**</span>
* Can [add new source support through configuration](./docs/extending-source-support.md)
* Note: Unity Catalog is not supported. [Unity Catalog metadata scanning](https://learn.microsoft.com/en-us/purview/register-scan-azure-databricks-unity-catalog) is supported in Microsoft Purview and is the preferred way to collect metadata and lineage for Unity enabled Databricks Workspaces.

## Videos

Expand Down

0 comments on commit ad34bd1

Please sign in to comment.