I need to create a power bi report with the lineage of assets in Azure Purview. Below are the steps to be done for report creation from the scanned data model Purview studio.
1. Record the Lineage of the Scanned data model.
2. Use Rest APIs to extract the DataModel, Classifications, Glossary, Lineage in json/parquet format.
3. Build Power BI Report using json/parquet format.
I was able to extract the guid of all Azure SQL DB entities by using the below mentioned link.
https://docs.microsoft.com/en-us/azure/sql-database/scripts/sql-database-import-purview-labels
Now I am stuck extracting the lineage for all the guids taken in the previous step dynamically in postman client/powershell. Kindly let me know how to solve this.