Skip to content

intellishore/poc-data-lineage-databricks-to-purview

Repository files navigation

Integrate Databricks Lineage In Azure Purview

Description

The is a repository containing the necessary code to track data lineage from Databricks in Azure Purview. An example can be seen below. Azure Purview is in preview and this code is a prof of concept. It should therefore not be used as is in production.

alt text

We use the Spline module to harvest the Spark executions. We then send the Spline generated data to an Azure Function which converts the data to a format that the Apache Atlas API can read. We can then send this data to an Azure Purview account to track our data lineage. It is illustrated below:

alt text

The code can track lineage for data stored in Azure Data Lake gen 2, but it can easily be adapted to other storage types.

Setup

The setup requires an Azure Account and some knowledge of different Azure Services. To use it you need to deploy the API Converter to an Azure Function and afterwards run the Spark initialization script.

The services used are:

  • Azure Functions
  • Azure Databricks
  • Azure Purview

To deploy the Azure function you must set the environments variable in the Function to point to your Azure Purview service principal and Azure Blob Storage.

To use the Spark Initialization script you need to point the API to your Azure Function.

A full guide how to set it up can be found here: Intellishore Guide To Data Lineage

Usage

Run the Spark Lineage Harvester in the beginning of your Databricks notebook.

%run "Spark Lineage Harvest Init"

Contributing

Pull requests are very welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A proof of concept of how to integrate Spark Lineage in Azure Purview

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages