microsoft / Purview-ADB-Lineage-Solution-Accelerator

A connector to ingest Azure Databricks lineage into Microsoft Purview
MIT License
90 stars 55 forks source link

Data lineage is missing for synapse notebook #233

Open ghost opened 3 months ago

ghost commented 3 months ago

Open lineage listener is failing and not able to emit the lineage to azure function. Size of the execution plan is too long.

Error Message: "Could not emit lineage w/ exception"

Background: The current set up in the project involves leveraging open lineage listener for Azure Synapse to capture spark pool logs. These logs are then transmitted to an Azure Function via HTTPS requests, containing the body with the function URL equipped with triggers. Subsequently, a python function processes each new file in the Azure Data Lake Storage (ADLS), converting it into Apache Atlas entitities. These entities are then uploaded into Azure Purview as lineage information.