pyapacheatlas.core.collections.PurviewCollectionsClient.move_entities#
- PurviewCollectionsClient.move_entities(guids: List[str], collection: str, api_version: str = '2022-03-01-preview')#
Move one or more entities based on their guid to the provided collection.
- Parameters
collection (str) – Collection ID of the containing purview collection. Typically a 6-letter pseudo-random string such as “xcgw8s” which can be obtained e.g. by visual inspection in the purview web UI (https://web.purview.azure.com/).
api_version (str) – The Purview API version to use.
- Returns
An entity mutation response.
- Return type
dict