Microsoft Purview · Arazzo Workflow
Microsoft Purview Trace Data Asset Lineage
Version 1.0.0
Search for an asset, read its entity, then walk its lineage graph with pagination.
View Spec
View on GitHub
ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation ProtectionArazzoWorkflows
Provider
Workflows
trace-asset-lineage
Find an asset by keyword and walk its lineage graph.
Runs a discovery search, resolves the top result's GUID, reads the entity, retrieves its lineage, and paginates to the next lineage page when the graph indicates additional related entities.
1
search
searchQuery
Search the catalog for assets matching the supplied keywords.
2
getEntity
getEntityByGuid
Read the full entity definition for the top search hit.
3
getLineage
getLineageByGuid
Retrieve the lineage graph for the entity in the requested direction.
4
getLineageNext
getLineageNextPage
Pull the next page of lineage when the graph reports additional children.