How can we move purview entities between collections using API's?
Asked
Active
Viewed 435 times
1 Answers
0
Please refer to this Azure Purview REST API documentation which has description with sample: Collection - Move Entities To Collection
Moving existing entities to a target collection:
POST {Endpoint}/catalog/api/collections/{collection}/entity/moveHere?api-version=2021-05-01-preview

Kranthi Pakala
- 1,288
- 5
- 10
-
Thanks, I was able to solve this by following the instruction in below link--> https://azure.github.io/azure-sdk/releases/latest/all/python.html – KDeen Feb 10 '22 at 02:00
-
https://azuresdkdocs.blob.core.windows.net/$web/python/azure-purview-catalog/1.0.0b2/index.html – KDeen Feb 10 '22 at 02:00