Skip to content

Bump dbt-core from 1.11.12 to 1.12.2 - #16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/dbt-core-1.12.2
Open

Bump dbt-core from 1.11.12 to 1.12.2#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/dbt-core-1.12.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown

Bumps dbt-core from 1.11.12 to 1.12.2.

Release notes

Sourced from dbt-core's releases.

dbt-core v1.12.2

dbt-core 1.12.2 - August 12, 2026

Features

  • Warn users if they are using a deprecated dbt version (#15964)

Fixes

  • Recognize Databricks adapter config keys (query_tags, zorder, options, unique_tmp_table_suffix, skip_optimize) in jsonschema validation so they no longer raise spurious CustomKeyInConfigDeprecation warnings (dbt-databricks#1540, dbt-databricks#1302) (#N/A)

Under the Hood

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

Contributors

dbt-core v1.12.1

dbt-core 1.12.1 - August 12, 2026

Features

  • Add OpenTelemetry span instrumentation for node and hook execution, gated behind the --snowflake-projects-otel flag (off by default) (#11367)

Fixes

  • Fix dbt build node count ("X of Y") being inflated when unit tests are selected, by adding the unit test count to num_nodes exactly once instead of on every dequeue while run_count is still 0 (#11185)
  • Stop resolving a unit test's tested model eagerly at parse time; resolve it only in the single deterministic post-parse pass so resolution no longer depends on filesystem parse order at all (deeper fix for (#11139)
  • Re-parse adapter macros from the installed adapter package after loading a Fusion-generated manifest, ensuring the user's installed dbt- version is used instead of Fusion's compile-time bundled copy (#15527)
  • Fix OpenTelemetry hook spans: name them by hook and transaction phase, skip calls that run no hooks, and add node context and status. (#11367)

Dependencies

  • Bump dbt-core-experimental-parser to 2.0.0b1 lowerbound (#)

Contributors

dbt-core v1.12.0

dbt-core 1.12.0 - Alecia Beth Moore-Hart (P!NK) (July 16, 2026)

Breaking Changes

... (truncated)

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.12.2 - August 12, 2026

Features

  • Warn users if they are using a deprecated dbt version (#15964)

Fixes

  • Recognize Databricks adapter config keys (query_tags, zorder, options, unique_tmp_table_suffix, skip_optimize) in jsonschema validation so they no longer raise spurious CustomKeyInConfigDeprecation warnings (dbt-databricks#1540, dbt-databricks#1302) (#N/A)

Under the Hood

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

Contributors

dbt-core 1.12.1 - August 12, 2026

Features

  • Add OpenTelemetry span instrumentation for node and hook execution, gated behind the --snowflake-projects-otel flag (off by default) (#11367)

Fixes

  • Fix dbt build node count ("X of Y") being inflated when unit tests are selected, by adding the unit test count to num_nodes exactly once instead of on every dequeue while run_count is still 0 (#11185)
  • Stop resolving a unit test's tested model eagerly at parse time; resolve it only in the single deterministic post-parse pass so resolution no longer depends on filesystem parse order at all (deeper fix for (#11139)
  • Re-parse adapter macros from the installed adapter package after loading a Fusion-generated manifest, ensuring the user's installed dbt- version is used instead of Fusion's compile-time bundled copy (#15527)
  • Fix OpenTelemetry hook spans: name them by hook and transaction phase, skip calls that run no hooks, and add node context and status. (#11367)

Dependencies

  • Bump dbt-core-experimental-parser to 2.0.0b1 lowerbound (#)

Contributors

dbt-core 1.12.0 - July 16, 2026

Breaking Changes

  • Flags introduced in 1.9 and 1.10 defaults to true (#12713)

... (truncated)

Commits
  • 851c4af Bumping version to 1.12.2 and generate changelog
  • 3f903c9 Recognize Databricks adapter config keys in jsonschema validation (#15305) (#...
  • 738c326 chore: sync JSON schemas from dbt-fusion (#15313) (#15911)
  • 7e0b6c8 add mechanism for version deprecation warning (#15897) (#15902)
  • 8d12ea8 [Automated] Merged prep-release/1.12.1_31575471488 into target 1.12.latest du...
  • 4b16ceb Bumping version to 1.12.1 and generate changelog
  • e65e1a6 Bump dbt-core-experimental-parser lowerbound to 2.0.0b1 (#15875) (#15879)
  • 30ea5fe Improvements in the OpenTelemetry instrumentation (#15826) (#15867)
  • 3fdb4b7 Add opentelemetry trace instrumentation for DBT executions (#15551) (#15863)
  • ed5d938 fix: re-parse adapter macros from installed package after loading Fusion mani...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dbt-core](https://github.com/dbt-labs/dbt-core) from 1.11.12 to 1.12.2.
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.12.2/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.11.12...v1.12.2)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-version: 1.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants