pyapacheatlas.core.client.AtlasClient.upload_terms#

AtlasClient.upload_terms(batch, force_update=False)#

AtlasClient.upload_terms is being deprecated. Please use AtlasClient.glossary.upload_terms instead.

Upload terms to your Atlas backed Data Catalog. Supports Purview Term Templates by passing in an attributes field with the term template’s name as a field within attributes and an object of the required and optional fields.

Parameters

batch (list(dict)) – A list of AtlasGlossaryTerm objects to be uploaded.

Returns

A list of AtlasGlossaryTerm objects that are the results from your upload.

Return type

list(dict)