
## What does Atlan crawl from Trino?

URL: https://docs.atlan.com/apps/connectors/database/trino/references/what-does-atlan-crawl-from-trino

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

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

## Databases

Atlan maps databases from Trino to its `Database` asset type.

| Source property | Atlan property |
| --- | --- |
| TABLE\_CATALOG | name |
| SCHEMA\_COUNT | schemaCount |

## Schemas

Atlan maps schemas from Trino to its `Schema` asset type.

| Source property | Atlan property |
| --- | --- |
| TABLE\_SCHEMA | name |
| TABLE\_COUNT | tableCount |
| VIEW\_COUNT | viewsCount |
| TABLE\_CATALOG | databaseName |

## Tables

Atlan maps tables from Trino to its `Table` asset type.

| Source property | Atlan property |
| --- | --- |
| TABLE\_NAME | name |
| REMARKS | description |
| COLUMN\_COUNT | columnCount |
| ROW\_COUNT | rowCount |
| BYTES | sizeBytes |

## Views

Atlan maps views from Trino to its `View` asset type.

| Source property | Atlan property |
| --- | --- |
| TABLE\_NAME | name |
| REMARKS | description |
| COLUMN\_COUNT | columnCount |
| EXTRA\_INFO (CREATE VIEW) | definition |

## Columns

Atlan maps columns from Trino to its `Column` asset type.

| Source property | Atlan property |
| --- | --- |
| COLUMN\_NAME | name |
| REMARKS | description |
| ORDINAL\_POSITION | order |
| TYPE\_NAME | dataType |
| NULLABLE | isNullable |
| DECIMAL\_DIGITS | precision |
| NUMERIC\_SCALE | numericScale |

## Stored procedures

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

| Source property | Atlan property |
| --- | --- |
| PROCEDURE\_NAME | name |
| REMARKS | description |
| PROCEDURE\_TYPE | subType |
| ROUTINE\_DEFINITION | definition |

---
