pyapacheatlas.core.glossary.glossaryclient.GlossaryClient.upload_terms#
- GlossaryClient.upload_terms(terms, force_update=False, **kwargs)#
Upload a multiple terms to Apache Atlas.
Provide a list of AtlasGlossaryTerms or dictionaries.
- Parameters
terms (list(Union(
PurviewGlossaryTerm
,AtlasGlossaryTerm
, dict))) – The terms to be uploaded.force_update (bool) – Currently not used.
- Kwargs:
- param dict parameters
The parameters to pass into the url.
- Returns
The uploaded term’s current state.
- Return type
dict