Skip to content

Releases: dbt-labs/dbt-core

dbt-core v1.11.9

06 May 20:01

Choose a tag to compare

dbt-core 1.11.9 - May 06, 2026

Fixes

  • Fix static_analysis: off being interpreted as boolean false instead of string "off" in manifest.json (#12015)
  • Fix state:modified not detecting .yml property changes for resource_type:function (#12547)

Under the Hood

  • Update jsonschemas for more accurate deprecation warnings: macro.config should not warn (#12670)

Dependencies

  • Bump libpq-dev in Docker image from 13.23-0+deb11u1 to 13.23-0+deb11u2 to fix build failure due to superseded package version (#NA)
  • Bump libpq-dev in Docker image from 13.23-0+deb11u2 to 13.23-0+deb11u3 to fix build failure due to superseded package version (#NA)

Contributors

dbt-core v1.11.8

08 Apr 19:00

Choose a tag to compare

dbt-core 1.11.8 - April 08, 2026

Fixes

  • Add @requires.catalogs decorator to compile command to fix REST Catalog-Linked database compilation (#12353)
  • Improve logic for detecting config with missing plus prefix in dbt_project.yml (#12371)
  • Add config and allow meta and docs to exist under it for macros (#12383, #9447)
  • DBT_ENGINE prefixed env vars picked up by CLI (#12583)
  • Allow deferral for UDFs (#12080)
  • Resolve full node description while running udfs for better logging (#12600)
  • Raise PropertyMovedToConfigDeprecation instead of MissingArgumentsPropertyInGenericTestDeprecation (#12572)
  • Add @requires.catalogs decorator to test command to fix custom catalog integration support (#12662)
  • Raise custom key in config deprecation warning for invalid config keys in dbt_project.yml (#12542)
  • Ensure MAX_GROUPING_TOKENS and MAX_GROUPING_DEPTH default to None independently (#12694)
  • Ensure property depr checks check for aliases with plus prefix (#12327)

Docs

Under the Hood

  • Unpin sqlparse dependency, and introduce --sqlparse CLI option for configuring sqlparse limits (#12329)

Contributors

dbt-core v1.11.7

04 Mar 16:15

Choose a tag to compare

dbt-core 1.11.7 - March 04, 2026

Fixes

  • Fix dbt retry for microbatch models to use the original invocation time instead of the current time when recomputing batches (#11423)

Dependencies

  • Bump minimum version of dbt-common to 1.37.3 (#12575)

Contributors

dbt-core v1.10.20

03 Mar 20:25

Choose a tag to compare

dbt-core 1.10.20 - March 03, 2026

Fixes

  • Fix dbt retry for microbatch models to use the original invocation time instead of the current time when recomputing batches (#11423)

Dependencies

  • Bump minimum version of dbt-common to 1.37.3 (#12575)

dbt-core v1.11.6

17 Feb 22:23

Choose a tag to compare

dbt-core 1.11.6 - February 17, 2026

Features

  • add config.meta_get to python model parsing (#12458)

Contributors

dbt-core v1.11.5

13 Feb 17:42

Choose a tag to compare

dbt-core 1.11.5 - February 13, 2026

Fixes

  • Fix false deprecation warning (#12327)
  • Dont fire config problem event if loaded_at_query is defined for adapters that dont support metadata-based freshness (#12451)

Contributors

dbt-core v1.11.4

09 Feb 20:27

Choose a tag to compare

dbt-core 1.11.4 - February 09, 2026

Fixes

  • Skip raising CustomKeyInConfigDeprecation for config key alias in sql (#12396)

Under the Hood

  • sync JSON schemas from dbt-fusion (#N/A)

Contributors

dbt-core v1.11.3

05 Feb 18:16

Choose a tag to compare

dbt-core 1.11.3 - February 05, 2026

Fixes

  • Avoid deadlock edgecases of concurret microbatch/batch execution (#11420)
  • Stop raising deprecation warnings for internal python model configs (#12314)

Dependencies

  • Move click minimum to 8.3.0 (#12378)

Contributors

dbt-core v1.10.19

20 Jan 20:37

Choose a tag to compare

dbt-core 1.10.19 - January 20, 2026

Under the Hood

  • Add add_catalog_integration call even if we have a pre-existing manifest (#12262)

dbt-core v1.10.18

06 Jan 23:06

Choose a tag to compare

dbt-core 1.10.18 - January 06, 2026

Features

  • Implement config.meta_get and config.meta_require (#12012)

Fixes

  • Adds omitted return statement to RuntimeConfigObject.meta_require method (#12288)

Under the Hood

  • Bump lower bound for dbt-common to 1.37.2 (#12284)

Contributors