pyapacheatlas.core.glossary.glossaryclient.PurviewGlossaryClient.import_terms_status#
- PurviewGlossaryClient.import_terms_status(operation_guid)#
Get the operation status of a glossary term import activity. You get the operation_guid after executing the import_terms method and find the id field in the response dict/json.
- Parameters
operation_guid (str) – The id of the import operation.
- Returns
The status of the import operation as a dict. The dict includes a field called status that will report back RUNNING, SUCCESS, or FAILED. Other fields include the number of terms detected and number of errors.
- Return type
dict