We did a Purview Scan
of an Azure SQL Database
. Now many of the SQL tables have been dropped from the database. But those assets (tables in Purview) are still in Purview
. We want to delete those assets using a REST API
.
Using PyApacheAtlas, a delete operation across many assets can be as simple as this delete sample.
Question: If we have an EXCEL
file with a list of assets with their corresponding DUIDs
, is there a way to read that list and delete the assets using the sample code in link 2 above. The link 1 above talks about doing some bulk upload operations using an EXCEL file. I was wondering how can we achive the same for bulk delete of assets of same types. Something similar is explained here. But I've not been able to simulate the same for bulk delete. Maybe, someone can help.