Skip to main content
Community Hub

What does Atlan crawl from Trino?

TL;DR

Atlan crawls and maps the following assets and properties from Trino.

Your AI can read this via Docs MCPcurl -fsSL "https://docs.atlan.com/install-docs-mcp" | bashConnect

Atlan crawls and maps the following assets and properties from Trino.

Databases​

Atlan maps databases from Trino to its Database asset type.

Source propertyAtlan property
TABLE_CATALOGname
SCHEMA_COUNTschemaCount

Schemas​

Atlan maps schemas from Trino to its Schema asset type.

Source propertyAtlan property
TABLE_SCHEMAname
TABLE_COUNTtableCount
VIEW_COUNTviewsCount
TABLE_CATALOGdatabaseName

Tables​

Atlan maps tables from Trino to its Table asset type.

Source propertyAtlan property
TABLE_NAMEname
REMARKSdescription
COLUMN_COUNTcolumnCount
ROW_COUNTrowCount
BYTESsizeBytes

Views​

Atlan maps views from Trino to its View asset type.

Source propertyAtlan property
TABLE_NAMEname
REMARKSdescription
COLUMN_COUNTcolumnCount
EXTRA_INFO (CREATE VIEW)definition

Columns​

Atlan maps columns from Trino to its Column asset type.

Source propertyAtlan property
COLUMN_NAMEname
REMARKSdescription
ORDINAL_POSITIONorder
TYPE_NAMEdataType
NULLABLEisNullable
DECIMAL_DIGITSprecision
NUMERIC_SCALEnumericScale

Stored procedures​

Atlan maps stored procedures in Trino to its Procedure asset type.

Source propertyAtlan property
PROCEDURE_NAMEname
REMARKSdescription
PROCEDURE_TYPEsubType
ROUTINE_DEFINITIONdefinition