---
collection: data-engineering
collection_name: Data & Analytics Engineering
week_start: 2026-09-14
title: dbt v2 goes GA and the analytics engine gets a Rust rewrite
release_count: 33
generated: 2026-09-21
canonical: https://releases.sh/collections/data-engineering/digest/2026-09-14
---

# dbt v2 goes GA and the analytics engine gets a Rust rewrite

dbt v2, a full Rust rewrite of the dbt engine, and dbt State both reached general availability alongside a Fivetran Context Layer, dbt Charts, and an open lakehouse vision, while the ClickHouse adapter arrived on the dbt platform in beta.

### dbt v2 ships as a Rust engine

The week's dominant story is dbt Labs' [GA release of dbt v2 and dbt State](/release/rel_FDYEnuQ1kDTazPbmT58mh-fivetran-dbt-labs-makes-dbt-v2-and-dbt-state-ga-debuts-fivetran-context-layer), announced at dbt Summit 2026. dbt v2 is a full Rust rewrite that parses a 10,000-model project up to 10x faster than v1, distributed as the superset `dbt` and the Apache 2.0 subset `dbt-oss`. BigQuery, Databricks, DuckDB, Redshift, and Snowflake adapters are GA; ClickHouse and Spark remain in beta. Alongside it came Fivetran Context Layer in private beta with the open source Agents Schema standard, dbt Charts in public beta for version-controlled BI as YAML, and a set of Wizard experiences plus Lake Compute, a DuckDB-based single-node engine for Apache Iceberg tables. The [summit keynote framing](/release/rel_kFObsv1gF15VPtrs5bcgx-dbt-summit-2026-dbt-v2-ga-dbt-state-ga-lake-compute-and-anthropic-chatgpt) positions all of this as infrastructure for AI-driven analytics engineering — an engine fast enough to keep up with agents writing and rewriting models.

The practical payoff for teams is [dbt State going GA](/release/rel_MwmBuJdOFZnf_bE5g9qqy-dbt-state-now-ga-across-snowflake-bigquery-databricks-and-redshift) across Snowflake, BigQuery, Databricks, and Redshift. Instead of a schedule, it inspects model SQL and warehouse metadata each run to decide whether to build, skip, clone, or defer a node — no selection syntax, no manifest scripts — and works with your own orchestrator, including Airflow, Dagster, GitHub Actions, or a laptop. Pricing is consumption-based on daily active target tables, with reuse after the first in a day free.

### ClickHouse deepens its dbt integration

ClickHouse's own [adapter for dbt v2 entered public beta](/release/rel_KuM4Br2k2xlxxznAs1sSp-clickhouse-is-now-available-on-the-dbt-platform), powered by the Rust engine, and ClickHouse joined the dbt platform in private beta for both open-source ClickHouse and ClickHouse Cloud. On the core side, [dbt-core v2.0.1](/release/rel_I9HGc3TvZ5loUehx_PgSA-dbt-core-v2-0-1-renames-cli-branding-to-dbt-proprietary-and-dbt-oss) renamed CLI branding from Fusion/dbt-core to `dbt` (proprietary) and `dbt-oss`, and the [2.0.0 release](/release/rel_TaC3PQnhOtMxAqJOHYYBQ-dbt-core-v2-0-0-adds-agent-skills-gating-databricks-metric-views-clickhouse) added agent skills installation gated behind a new `ai_provider` flag, native Databricks metric view materializations, and an `adbc_clickhouse` driver. The [2.0.5 patch](/release/rel_bYcnMU3ELUTn0nLrqNzEp-dbt-core-v2-0-5-fixes-bigquery-incremental-tables-using-replace-instead-of-merge) fixed BigQuery incremental tables that could be written with REPLACE TABLE instead of MERGE.

### Observability and orchestration converge on ClickHouse

ClickHouse's other announcements all point the same direction: bring metrics, logs, and traces under one query engine. The new [TimeSeries Engine](/release/rel_HudS2E3RwgBxnUNXSSU0G-introducing-clickhouse-s-new-timeseries-engine-your-drop-in-prometheus) offers PromQL support as a drop-in Prometheus replacement, letting you query Prometheus metrics in ClickHouse Cloud without rewriting them in SQL. [Replica-aware routing reached public beta](/release/rel_G89Wm8geWiRZZviQJN6y--replica-aware-routing-public-beta), pinning requests to a single replica so temporary tables and named sessions stay visible over HTTP or the native protocol. The official [ClickHouse provider for Apache Airflow](/release/rel_33uYyBnUmd_Hw0G3XFchV-the-official-clickhouse-provider-for-apache-airflow-is-now-available) landed with standard SQL operators, bulk inserts, and shared setup across self-managed Airflow and Astronomer, while [ClickStack's August update](/release/rel_8NgxSSSSlM4QpCeGTZZAm-what-s-new-in-clickstack-aug-26) added dashboard variables, chart formulas, PromQL support, and LLM observability. Orchestration also moved at [Dagster](/release/rel_Hmv42Y25ZsPCwP6-XyZk_-1-13-23-core-0-29-23-libraries), which added deployment capacity alert policies in Dagster+.

Agent ergonomics got attention too: Tinybird's MCP now lets you [choose MCP response formats and inspect query plans](/release/rel_lel1Wd23KNcgOmDikbueY-choose-mcp-response-formats-and-inspect-query-plans), accepting CSVWithNames, JSON, or Markdown and supporting `explain=true` before executing a query. Rounding out the week were routine ClickHouse stable and LTS builds and a handful of low-impact dbt-core patches, including [v1.12.5](/release/rel_3TW5_Y9_3kEUEctwLHuI8-dbt-core-v1-12-5-fixes-dimension-protocol-and-bumps-metricflow-floor) fixing the Dimension protocol and bumping the metricflow floor.

## Releases covered

### ClickHouse

- [ClickHouse is now available on the dbt platform](https://releases.sh/release/rel_KuM4Br2k2xlxxznAs1sSp-clickhouse-is-now-available-on-the-dbt-platform)
- [Introducing ClickHouse's new TimeSeries Engine: Your drop-In Prometheus replacement](https://releases.sh/release/rel_HudS2E3RwgBxnUNXSSU0G-introducing-clickhouse-s-new-timeseries-engine-your-drop-in-prometheus)
- [Replica-aware routing public beta](https://releases.sh/release/rel_G89Wm8geWiRZZviQJN6y--replica-aware-routing-public-beta)
- [The official ClickHouse provider for Apache Airflow is now available](https://releases.sh/release/rel_33uYyBnUmd_Hw0G3XFchV-the-official-clickhouse-provider-for-apache-airflow-is-now-available)
- [What's new in ClickStack - Aug ’26](https://releases.sh/release/rel_8NgxSSSSlM4QpCeGTZZAm-what-s-new-in-clickstack-aug-26)

### Dagster

- [1.13.23 (core) / 0.29.23 (libraries)](https://releases.sh/release/rel_Hmv42Y25ZsPCwP6-XyZk_-1-13-23-core-0-29-23-libraries)

### dbt Labs

- [Fivetran + dbt Labs makes dbt v2 and dbt State GA, debuts Fivetran Context Layer and dbt Charts](https://releases.sh/release/rel_FDYEnuQ1kDTazPbmT58mh-dbt-v2-and-dbt-state-ga-fivetran-context-layer-dbt-charts-debut)
- [dbt Summit 2026: dbt v2 GA, dbt State GA, Lake Compute and Anthropic/ChatGPT integrations](https://releases.sh/release/rel_kFObsv1gF15VPtrs5bcgx-dbt-v2-ga-dbt-state-ga-lake-compute-beta)
- [dbt State now GA across Snowflake, BigQuery, Databricks, and Redshift](https://releases.sh/release/rel_MwmBuJdOFZnf_bE5g9qqy-dbt-state-ga-runs-on-change-not-schedule)
- [dbt-core v2.0.1 renames CLI branding to dbt (proprietary) and dbt-oss](https://releases.sh/release/rel_I9HGc3TvZ5loUehx_PgSA-cli-branding-renamed-to-dbt-proprietary-and-dbt-oss)
- [dbt-core v2.0.0 adds agent skills gating, Databricks metric views, ClickHouse driver](https://releases.sh/release/rel_TaC3PQnhOtMxAqJOHYYBQ-agent-skills-gated-on-ai-provider-databricks-metric-views-supported)
- [dbt-core v2.0.5 fixes BigQuery incremental tables using REPLACE instead of MERGE](https://releases.sh/release/rel_bYcnMU3ELUTn0nLrqNzEp-bigquery-incremental-tables-no-longer-replace-instead-of-merge)
- [dbt-core v1.12.5 fixes Dimension protocol and bumps metricflow floor](https://releases.sh/release/rel_3TW5_Y9_3kEUEctwLHuI8-dimension-protocol-fixed-metricflow-floor-raised-to-0-213-0)

### Tinybird

- [Choose MCP response formats and inspect query plans](https://releases.sh/release/rel_lel1Wd23KNcgOmDikbueY-choose-mcp-response-formats-and-inspect-query-plans)
