pyapacheatlas.core.glossary.glossaryclient.GlossaryClient.get_glossaries#

GlossaryClient.get_glossaries(limit=- 1, offset=0, sort_order='ASC', **kwargs)#

Retrieve all glossaries and the term headers.

Atlas Get Glossaries: https://atlas.apache.org/api/v2/resource_GlossaryREST.html#resource_GlossaryREST_getGlossaries_GET MSFT Purview List Glossaries: https://learn.microsoft.com/en-us/rest/api/purview/catalogdataplane/glossary/list-glossaries?tabs=HTTP

Parameters
  • limit (int) – The maximum number of glossaries to pull back. Does not affect the number of term headers included in the results.

  • offset (int) – The number of glossaries to skip.

  • sort_order (str) – ASC for DESC sort for glossary name.

  • ignoreTermsAndCategories (bool) – Used in Microsoft Purview, ignored in Atlas.

Returns

The requested glossaries with the term headers.

Return type

list(dict)