D

dbt Core

D
dbt Core Database v2.0.0-alpha

v2.0.0-alpha.5

2.0.0-alpha.5 Released July 20, 2026 Features Migrate Redshift catalog macros to SHOW TABLES and SVV_REDSHIFT_COLUMNS when datasharing is enabled, so catalog generation works for cross-database relation Adds defer_job_id support via DBT_CLOUD_DEFER_JOB_ID env var. When set alongside defer_env_id, appends ?job_id= to the manifest download URL for job-specific deferral. Add catalog_database support…

D
dbt Core Database v1.12.0

dbt-core v1.12.0

dbt-core 1.12.0 - Alecia Beth Moore-Hart (P!NK) (July 16, 2026) Breaking Changes Remove the experimental dbt login command and the bundled dbt-state plugin (including --manage-state/manage_state and the DBT_ENGINE_STATE_* env vars), reverting PRs (#NA) Flags introduced in 1.9 and 1.10 defaults to true (#12713) Features Make MAXIMUM_SEED_SIZE_MIB configurable (#7117, #7124) Support partial parsing…

D
dbt Core Database v1.12.0rc3

dbt-core v1.12.0rc3

dbt-core 1.12.0-rc3 - July 14, 2026 Features Add hints for cli users based on dbt usage (#15510) Fixes Carry ref/source/function dependencies declared inside an overloaded UDF's overload body onto the root function node, so they are not dropped from the DAG when the overload SQL file is absorbed (#15501) Update reuse relations hint text (#15510) Under the Hood Reduce parse-time memory and macro-ge…

D
dbt Core Database v1.12.0rc2

dbt-core v1.12.0rc2

dbt-core 1.12.0-rc2 - July 09, 2026 Breaking Changes Flags introduced in 1.9 and 1.10 defaults to true (#12713) Features Add catalog_database field to CatalogWriteIntegrationConfig (v1) so catalogs.yml can set a database-name override for any catalog type; works in conjunction with the dbt-adapters get_catalog_database_override method to give catalog_database highest priority in generate_database_…

D
dbt Core Database v1.12.0rc1

dbt-core v1.12.0rc1

dbt-core 1.12.0-rc1 - July 07, 2026 Breaking Changes Remove the experimental dbt login command and the bundled dbt-state plugin (including --manage-state/manage_state and the DBT_ENGINE_STATE_* env vars), reverting PRs (#NA) Features Tolerate dbt Fusion-specific warn_error_options names instead of erroring, emitting a note that they are ignored because they are specific to the dbt Fusion engine (#…

D
dbt Core Database v2.0.0-alpha

v2.0.0-alpha.4

2.0.0-alpha.4 Released July 06, 2026 Features [dbt-fusion] DuckDB: read-write Horizon and Unity (Iceberg REST) catalogs via duckdb 1.5.4 / duckdb-iceberg#1017 write-compat ATTACH options (stage_create_tables, disable_multi_table_commit, etc.). Upgrades the read-only support from the base PR. [dbt-fusion] DuckDB catalogs.yml v2: DuckLake, Iceberg REST, and local filesystem catalogs with catalog-awa…

D
dbt Core Database v1.11.12

dbt-core v1.11.12

dbt-core 1.11.12 - July 01, 2026 Fixes Stop emitting spurious deprecation warnings for state model configs (pre_clone, lag_tolerance, require_fresh_data_from, etc.) by adding the ModelState schema to the bundled jsonschemas (#13016) Contributors @tauhid621 (#13016)

D
dbt Core Database v2.0.0-alpha

v2.0.0-alpha.3

2.0.0-alpha.3 Released June 29, 2026 Features [dbt-fusion] Sqlfluff parity [dbt-fusion] For versioned models, automatically create a view at the unsuffixed model name (e.g. dim_customers) pointing to the latest version (e.g. dim_customers_v2). Enabled by default; disable per-model with latest_version_pointer: {enabled: false} or globally with the project flag latest_version_pointer_enabled_by_defa…

D
dbt Core Database v2.0.0-alpha

v2.0.0-alpha.2

2.0.0-alpha.2 Released June 18, 2026 Features [dbt-fusion] Added --empty support in seed command. [dbt-fusion] Homebrew distribution: install the dbt Fusion CLI with brew install dbt from the official tap. [dbt-fusion] GET /api/v1/models: add catalog field (row_count_stat, bytes_stat, last_modified_stat from warehouse INFORMATION_SCHEMA) and materialized field; dbt build --write-index now queries…

D
dbt Core Database v1.12.0b3

dbt-core v1.12.0b3

dbt-core 1.12.0-b3 - June 15, 2026 Fixes Allow for setting of OSI documents directory as project config (#13088) Support lowercase "osi" directory (#13087) Add a direct_parents attribute to model nodes carrying the nearest public ancestors only, and emit it in dbt ls --output=json for models. Lineage consumers can now render DAG edges from direct_parents instead of depends_on.nodes, which carries…

D
dbt Core Database v1.12.0b2

dbt-core v1.12.0b2

dbt-core 1.12.0-b2 - June 01, 2026 Features Make MAXIMUM_SEED_SIZE_MIB configurable (#7117, #7124) automatically create a latest-version pointer (e.g. dim_customers) for versioned models, opt-in via latest_version_pointer_enabled_by_default flag or per-model latest_version_pointer config (#7442) Add support for private git packages in packages.yml and dependencies.yml. Resolves URLs from a configu…

D
dbt Core Database v2.0.0-alpha

v2.0.0-alpha.1

What's Changed fix(#12947): handle float NodeVersion in version_to_str by @tauhid621 in #12948 Add latest_version_view for versioned models by @aahel in #12779 Revert "Add latest_version_view for versioned models" by @aahel in #12953 Add AI summary to docs issue workflow by @mirnawong1 in #12882 regen json_schema by @aahel in #12961 chore: sync JSON schemas from dbt-fusion by @fa-assistant in #129…

D
dbt Core Database v1.11.11

dbt-core v1.11.11

dbt-core 1.11.11 - May 20, 2026 Under the Hood Annotate PARAM_TYPE_MAP to fix mypy failure with click 8.4.0 (#N/A) Dependencies Restore dbt-adapters upper bound to <2.0 (reverting the temporary <1.24 cap) now that the breaking change in dbt-adapters 1.24.0 has been addressed. (#NA) Contributors @colin-rogers-dbt (#N/A) @sriramr98 (#NA)

D
dbt Core Database v1.10.22

dbt-core v1.10.22

dbt-core 1.10.22 - May 20, 2026 Dependencies Restore dbt-adapters upper bound to <2.0 (reverting the temporary <1.24 cap) now that the breaking change in dbt-adapters 1.24.0 has been addressed. (#NA)

D
dbt Core Database v1.11.10

dbt-core v1.11.10

dbt-core 1.11.10 - May 14, 2026 Dependencies Pinned dbt-adapters<1.24 to avoid breaking changes in 1.24 JS UDFs. Ref dbt-labs/dbt-adapters#1926 (#12960) Cap dbt-adapters to <1.24 to prevent KeyError on dbt parse when older dbt-core encounters the JS UDF macro change shipped in dbt-adapters 1.24.0 (see dbt-labs/dbt-adapters#1926) (#NA) Contributors @sriramr98 (#12960, #NA)

D
dbt Core Database v1.10.21

dbt-core v1.10.21

dbt-core 1.10.21 - May 14, 2026 Under the Hood Fix docker os dependency install issue (#11934) Dependencies Cap dbt-adapters to <1.24 to prevent KeyError on dbt parse when older dbt-core encounters the JS UDF macro change shipped in dbt-adapters 1.24.0 (see dbt-labs/dbt-adapters#1926) (#NA)