pyapacheatlas.core.glossary.glossaryclient.PurviewGlossaryClient.upload_terms#
- PurviewGlossaryClient.upload_terms(terms, includeTermHierarchy=True, force_update=False, **kwargs)#
Upload many terms to Azure Purview. However, if you plan on uploading many terms with many details, you might look at PurviewClient.glossary.import_terms instead which supports a csv upload.
Provide a list of PurviewGlossaryTerms or dictionaries.
- Parameters
terms (list(Union(
PurviewGlossaryTerm
, dict))) – The term to be uploaded.includeTermHierarchy (bool) – Must be True if you are using hierarchy or term templates.
force_update (bool) – Currently not used.
- Kwargs:
- param dict parameters
The parameters to pass into the url.
- Returns
The uploaded terms’ current states.
- Return type
dict