PurviewCollectionsClient#

PurviewCollectionsClient(endpoint_url, …)

Some support for purview collections api.

The PurviewCollectionsClient class supports creating and moving entities into specific collections as per the catalog data plane collections and it provides a subset of support for the account data plane collections APIs.

PurviewCollectionsClient.upload_single_entity(…)

Creates or updates a single atlas entity in a purview collection.

PurviewCollectionsClient.upload_entities(…)

Creates or updates a batch of atlas entities in a purview collection.

PurviewCollectionsClient.move_entities(…)

Move one or more entities based on their guid to the provided collection.

PurviewCollectionsClient.list_collections([…])

List the collections in the account.

PurviewCollectionsClient.create_or_update_collection(…)

Create or update a collection.