Skip to main content

17 docs tagged with "clickhouse"

View all tags

ClickHouse and dbt: Managing the Schema Layer

ClickHouse-specific decisions for a dbt project: MergeTree engine and ORDER BY on source tables, why changing ORDER BY rebuilds the table, schema-scope grants for dbt, and dimension data as code.

Column-Level Data Lineage for ClickHouse

Trace column-level data lineage across tables and views of your ClickHouse database. Visualize how columns are derived, inspect transformation expressions, and map upstream and downstream dependencies.

Database Guides

All common open-source relational database management systems are supported in all versions of Atlas.

Drift Detection for Your Warehouse

Detect when a warehouse stops matching its checked-in schema while dbt keeps rebuilding models: what migrate status misses, how atlas schema diff reports drift, and what excluding dbt's database costs you.

Managing ClickHouse Cloud via Atlas

This guide walks you through managing ClickHouse Cloud databases using Atlas, covering connection setup, development database considerations, and best practices for cloud environments.

Managing ClickHouse Settings with Atlas

Three ways to apply ClickHouse settings to Atlas operations: a settings profile for the Atlas user, connection URL parameters, or settings in migration files.

Safe DDL on Large Warehouse Tables

Which ALTER statements rewrite data on a large warehouse table, which ones are metadata-only, and how to block a destructive change with Atlas lint and a pre-migration check.

Schema Management for dbt Projects

Manage the schema layer a dbt project runs on with Atlas: databases, source tables, lookup data, roles and grants, with dbt's own models left to dbt through exclude patterns in atlas.hcl.

Supported Objects in ClickHouse

Atlas provides comprehensive support for managing ClickHouse database objects using HCL schema definitions. Below is an overview of the objects you can manage.