Skip to main content

What does Atlan sync to Glean?

The Glean connector syncs Atlan glossary terms (AtlasGlossaryTerm) into Glean as two asset types: index documents for search and curated Answers for direct answers in search results.

Only terms from glossaries matched by the configured glossary regex filter and matching the configured term certificate status are synced.

Index documents

Every synced term is pushed to Glean as a searchable index document via the Glean Indexing API.

Field mapping

Atlan fieldGlean document fieldNotes
guididStable unique identifier for the document
nametitleDisplayed as the search result title
descriptionbody.mimeType=HTMLRich text body shown in the search result snippet
readme_contentAppended to bodyMarkdown README content appended to description
qualified_nameurlDeep link back to the term in Atlan
glossary_namecontainer.displayNameGroups terms under their parent glossary
categoriescontainer.displayNameFirst category path used if no glossary container
certificate_statusCustom propertySurfaced as a document property
certificate_updated_byCustom propertySurfaced as a document property
owner_usersCustom propertySurfaced as a document property
owner_groupsCustom propertySurfaced as a document property
see_alsoCustom propertyRelated term GUIDs

Curated answers

When Enable Curated Answers is toggled on, the connector additionally creates Glean curated Answers for synced terms. Curated Answers appear as direct answers at the top of Glean search results.

Answer field mapping

Atlan fieldGlean Answer fieldNotes
namequestionDisplayed as the answer question/title
description + readme_contentbodyTextCombined answer body
qualified_namedocTitle / urlSource link shown on the Answer card

See also