dbt Core
Analytics engineering framework for transforming data in the warehouse
Two engines in one repo: the Python 1.x line tightens while Fusion 2.0 goes lakehouse-catalog native
◆Recent moves
- 12d ago
Fusion alpha 5: Redshift datasharing catalogs and job-specific deferral
The fifth 2.0 alpha continues the catalog theme: Redshift catalog macros move to SHOW TABLES and SVV_REDSHIFT_COLUMNS so generation works across shared databases, catalog_database support lands, and DBT_CLOUD_DEFER_JOB_ID enables job-specific deferral. Incremental filling-in of the Fusion track rather than a new direction.
View source ↗ - 15d ago
dbt-core 1.12.0 drops `dbt login` and the dbt-state plugin
⚡ SPARKThe 1.12.0 stable release removes the experimental `dbt login` command and the bundled dbt-state plugin, including --manage-state and the DBT_ENGINE_STATE_* env vars, and flips the 1.9 and 1.10 flags to default true. It is the release where the Python line stops carrying experiments forward, which matters more than the features shipped alongside it.
View source ↗ - 17d ago
1.12.0 release candidate 3
The third release candidate for 1.12.0, adding CLI usage hints and fixing dependency resolution so refs declared inside an overloaded UDF body are carried onto the root function node instead of being dropped from the DAG. Staging work for the stable release two days later.
View source ↗ - 22d ago
1.12.0 release candidate 2
Release candidate 2 for 1.12.0, carrying the flag-default breaking change and adding catalog_database to CatalogWriteIntegrationConfig so catalogs.yml can override the database name for any catalog type. A staging cut of what ships as stable a week later.
View source ↗ - 25d ago
1.12.0 release candidate 1
The first 1.12.0 candidate, where the removal of `dbt login` and dbt-state first appears. It also makes the Python engine tolerate Fusion-specific warn_error_options rather than erroring on them, which is the small signal that the two engines are meant to share project config.
View source ↗ - 26d ago
Fusion gains read-write Iceberg REST catalogs and catalogs.yml v2
⚡ SPARKFusion's DuckDB path gains read-write access to Horizon and Unity catalogs through Iceberg REST, and catalogs.yml v2 adds DuckLake, Iceberg REST and local filesystem catalogs with catalog-aware materialization. This upgrades an earlier read-only integration into a write path, which is the difference between reading a lakehouse and building into one.
View source ↗