You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: