pyapacheatlas.core.client.PurviewClient.upload_entities#
- PurviewClient.upload_entities(batch, batch_size=None)#
Upload entities to your Atlas backed Data Catalog.
- Parameters
batch (Union(dict,
AtlasEntity
, list(dict), list(AtlasEntity
) )) – The batch of entities you want to upload. Supports a single dict, AtlasEntity, list of dicts, list of atlas entities.batch_size (int) – The number of entities you want to send in bulk
- Returns
The results of your bulk entity upload.
- Return type
dict