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:
| Column | Description |
|---|---|
guid | The asset's globally-unique identifier |
asset_type | The type of glossary asset (for example, Glossary, GlossaryTerm, GlossaryCategory) |
status | The asset's status (for example, ACTIVE, DELETED) |
terms | List of term GUIDs that belong to the glossary or glossary category |
categories | List of category GUIDs that belong to the glossary, or the glossary categories the term is attached to |
assigned_entities | List of asset GUIDs that the glossary term has been assigned to |
readme_guid | The GUID for the asset's readme |
anchor_guid | The GUID of the glossary that the term or category belongs to |