Skip to main content
Community Hub

What does Atlan crawl from PrestoSQL?

TL;DR

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

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 PrestoSQL.

Did you know?

Atlan currently only supports PrestoSQL until version 349. PrestoDB is not supported at present.

Databases​

Atlan maps databases from PrestoSQL to its Database asset type.

Source propertyAtlan property
TABLE_CATALOGname
SCHEMA_COUNTschemaCount

Schemas​

Atlan maps schemas from PrestoSQL to its Schema asset type.

Source propertyAtlan property
TABLE_SCHEMAname
TABLE_COUNTtableCount
VIEW_COUNTviewsCount
TABLE_CATALOGdatabaseName

Tables​

Atlan maps tables from PrestoSQL to its Table asset type.

Source propertyAtlan property
TABLE_NAMEname
REMARKSdescription
COLUMN_COUNTcolumnCount
ROW_COUNTrowCount
BYTESsizeBytes

Views​

Atlan maps views from PrestoSQL to its View asset type.

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

Columns​

Atlan maps columns from PrestoSQL 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 PrestoSQL to its Procedure asset type.

Source propertyAtlan property
PROCEDURE_NAMEname
REMARKSdescription
PROCEDURE_TYPEsubType
ROUTINE_DEFINITIONdefinition