proomt

Search

Search posts, papers, and topics

All posts

ClickHouseAditya Chidurala, José Muñoz, Alex Francoeur8 min readintermediate

ClickHouse is now available on the dbt platform

Summary

ClickHouse released a public‑beta dbt v2 adapter written in Rust that ships inside the dbt binary and talks to ClickHouse via the new ADBC driver. The adapter promises up to 30× faster dbt parsing and leverages ClickHouse’s sub‑second, high‑concurrency engine (e.g., materialized views, MCP server). A private‑beta integration on the dbt Platform now lets users develop, schedule, and catalog ClickH…

  • Rust‑based dbt v2 adapter is bundled with the dbt binary; no separate pip package needed.
  • Connectivity uses the ClickHouse ADBC driver (Apache Arrow) and is auto‑downloaded on first use.
  • Public beta (Sept 16 2026) – still missing some v1 features; test coverage ~81 % of dbt v1 suite, 92 % for ClickHouse‑specific tests.
  • Performance claims: dbt parse times up to 30× faster; ClickHouse Cloud 412× better real‑time performance‑per‑dollar vs Snowflake (42 ms P99 latency on aggregate queries).

Bringing ClickHouse into dbt v2 and the dbt Platform gives data teams a single, open‑source stack for both ELT model definition and sub‑second analytics, enabling real‑time dashboards and AI agents to query fresh data without the latency of traditional batch warehouses.

6/10

Related reading

  1. September 2026 newsletter

    ClickHouse's September 2026 newsletter highlights the 26.8 release with features like pipelined SQL and custom HTTP handlers, alongside previews for On-Demand Compute and a PromQL-compatible TimeSeries engine. It also covers new Postgres integration tools and a cost-performance benchmark for cloud data warehouses.

    ClickHouseclickhouse.com7 min
  2. Replica-aware routing public beta

    Replica‑aware routing (public beta) lets ClickHouse Cloud users pin a query stream to a specific replica by sending a custom header (HTTP) or overriding the TLS SNI (native). The proxy (Envoy) hashes the tag and consistently forwards all requests with the same tag to that replica, giving read‑after‑write consistency for temporary tables, session objects, and warm replica caches. Stickiness is bes…

    ClickHouseclickhouse.com6 min
  3. The official ClickHouse provider for Apache Airflow is now available

    The post announces the official ClickHouse provider for Apache Airflow, showing how to install it, configure a ClickHouse connection, and run queries using standard SQL operators or a ClickHouseHook. It includes examples for both self‑hosted Airflow and the Astronomer managed platform.

    ClickHouseclickhouse.com5 min
  4. ClickHouse welcomes RunReveal

    ClickHouse announced it has acquired RunReveal, a security data platform built on ClickHouse, to deepen its expertise in security workloads. The deal promises better guidance for security teams while keeping RunReveal's product unchanged for existing customers.

    ClickHouseclickhouse.com2 minHN7
  5. Postgres week in the Netherlands: PGDay Lowlands & Percona Live 2026

    The author recaps two Dutch conferences where they presented ClickHouse‑Postgres extensions and discussed PostgreSQL 19 monitoring enhancements. The post explains how pg_clickhouse provides transparent query push‑down to ClickHouse and how pg_stat_ch streams per‑query metrics, plus new logging defaults and system views in PG 19.

    ClickHouseclickhouse.com7 min