Search code examples
azureazure-data-factoryazure-purview

Does Purview support lineage information for Inline Datasets of ADF Dataflow?


I was recently exploring Azure Purview and was trying to push lineage information from ADF to Azure purview. However, it seems when we sink data in Delta Format using dataflow in ADF (Which is a inline format for data flow), it doesn't capture the lineage information. Whereas, it captures the lineage information when sinking using "dataset" in "Parquet" format. Is it that I am missing something here or its a bug or a feature that needs to be addressed?

I guess we need some optimization here.


Solution

  • Delta Lake lineage from ADF data flow is not supported in Azure Purview right now. This is a known limitation and we are working to get it released. There is no ETA at this time.

    In response to one of the comments, Inline datasets are sources and sinks in mapping data flows that do not require a dataset resource.