Skip to main content

GLOSSARY_DETAILS table

The GLOSSARY_DETAILS table contains information about glossaries, glossary categories, and glossary terms in your Atlan tenant.

note

This table contains only glossary-specific columns. Common asset attributes (name, description, owners, etc.) are available in the ASSETS table. Join on guid to enrich glossary data with these attributes.

Columns

The GLOSSARY_DETAILS table includes the following columns:

ColumnDescription
guidThe asset's globally-unique identifier
asset_typeThe type of glossary asset (for example, Glossary, GlossaryTerm, GlossaryCategory)
statusThe asset's status (for example, ACTIVE, DELETED)
termsList of term GUIDs that belong to the glossary or glossary category
categoriesList of category GUIDs that belong to the glossary, or the glossary categories the term is attached to
assigned_entitiesList of asset GUIDs that the glossary term has been assigned to
readme_guidThe GUID for the asset's readme
anchor_guidThe GUID of the glossary that the term or category belongs to

See also