Skip to main content

What does Atlan crawl from ClickHouse?

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

Once you have crawled ClickHouse, you can use connector-specific filters for quick asset discovery.

Databases

ClickHouse uses a single-level database hierarchy. Atlan maps the top-level catalog as default to its Database asset type, and maps each ClickHouse database to the Schema asset type.

Source propertyAtlan propertyWhere in Atlan
default (catalog)nameasset preview and profile, overview sidebar
SCHEMA_COUNTschemaCountasset filters

Schemas

Atlan maps ClickHouse databases to its Schema asset type.

Source propertyAtlan propertyWhere in Atlan
system.databases.namenameasset preview and profile, overview sidebar
TABLE_COUNTtableCountasset preview and profile
VIEW_COUNTviewsCountasset preview and profile
default (catalog)databaseNameasset preview and profile, overview sidebar

Tables

Atlan maps tables from ClickHouse to its Table asset type.

Source propertyAtlan propertyWhere in Atlan
system.tables.namenameasset preview and profile, overview sidebar
system.tables.enginedefinition (engine type)asset profile, overview sidebar
COLUMN_COUNTcolumnCountasset preview and profile, overview sidebar
system.tables.total_rowsrowCountasset preview and profile, overview sidebar
system.tables.total_bytessizeBytesasset preview and profile, overview sidebar
system.tables.partition_keypartitionStrategyAPI only
system.tables.sorting_keycustom metadataAPI only
system.tables.primary_keycustom metadataAPI only

Views

Atlan maps views from ClickHouse to its View asset type. This includes both regular views and materialized views.

Source propertyAtlan propertyWhere in Atlan
system.tables.namenameasset preview and profile, overview sidebar
COLUMN_COUNTcolumnCountasset preview and profile, overview sidebar
system.tables.create_table_querydefinitionasset profile and overview sidebar
system.tables.enginesubType (VIEW or MATERIALIZED VIEW)API only

Columns

Atlan maps columns from ClickHouse to its Column asset type.

Source propertyAtlan propertyWhere in Atlan
system.columns.namenameasset profile and filter, overview sidebar
system.columns.commentdescriptionasset profile and filter, overview sidebar
system.columns.positionorderparent asset profile
system.columns.typedataTypeasset preview and filter, overview sidebar, parent asset profile
system.columns.is_in_primary_keyisPrimaryasset preview and filter, overview sidebar, parent asset profile
Nullable(...) type detectionisNullableAPI only
system.columns.numeric_scalenumericScaleAPI only
system.columns.numeric_precisionprecisionAPI only