Skip to content

chore(deps): bump the dbt group with 2 updates - #1328

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

chore(deps): bump the dbt group with 2 updates#1328
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/dbt-b7ccb09c78

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the dbt group with 2 updates: dbt-core and dbt-duckdb.

Updates dbt-core from 1.11.11 to 1.12.3

Release notes

Sourced from dbt-core's releases.

dbt-core v1.12.3

dbt-core 1.12.3 - August 20, 2026

Fixes

  • Send the x-ms-blob-type: BlockBlob header and accept 201 Created when uploading artifacts to an Azure Blob Storage signed URL, so artifact ingestion no longer fails with 400 MissingRequiredHeader on Azure-hosted regions. Upload errors now include the storage provider's error code alongside the status code. (#N/A)

Dependencies

Contributors

dbt-core v1.11.14

dbt-core 1.11.14 - August 20, 2026

Dependencies

Contributors

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.11.13

dbt-core 1.11.13 - August 12, 2026

Features

... (truncated)

Changelog

Sourced from dbt-core's changelog.

dbt-core 1.12.3 - August 20, 2026

Fixes

  • Send the x-ms-blob-type: BlockBlob header and accept 201 Created when uploading artifacts to an Azure Blob Storage signed URL, so artifact ingestion no longer fails with 400 MissingRequiredHeader on Azure-hosted regions. Upload errors now include the storage provider's error code alongside the status code. (#N/A)

Dependencies

Contributors

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 (#)

... (truncated)

Commits
  • 8a5caa7 Bumping version to 1.12.3 and generate changelog
  • d767502 chore(deps): allow sqlparse 0.6.0 to pick up parser DoS fixes (#15989) (#16013)
  • 191a760 fix: send x-ms-blob-type when uploading artifacts to Azure Blob Storage (#159...
  • 4de8669 [Automated] Merged prep-release/1.12.2_31618060626 into target 1.12.latest du...
  • 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
  • Additional commits viewable in compare view

Updates dbt-duckdb from 1.10.1 to 1.11.0

Release notes

Sourced from dbt-duckdb's releases.

1.11.0

Behavior change: partitioned_by/partition_by entries are now emitted in the compiled SQL as written instead of being quoted as identifiers, so partition column names containing space or special characters may break. Quote names yourself if needed, e.g. partitioned_by=['column with space', 'region'] -> partitioned_by=['"column with space"', 'region'].

What's Changed

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dbt group with 2 updates: [dbt-core](https://github.com/dbt-labs/dbt-core) and [dbt-duckdb](https://github.com/duckdb/dbt-duckdb).


Updates `dbt-core` from 1.11.11 to 1.12.3
- [Release notes](https://github.com/dbt-labs/dbt-core/releases)
- [Changelog](https://github.com/dbt-labs/dbt-core/blob/v1.12.3/CHANGELOG.md)
- [Commits](dbt-labs/dbt-core@v1.11.11...v1.12.3)

Updates `dbt-duckdb` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/duckdb/dbt-duckdb/releases)
- [Changelog](https://github.com/duckdb/dbt-duckdb/blob/master/CHANGELOG.md)
- [Commits](duckdb/dbt-duckdb@1.10.1...1.11.0)

---
updated-dependencies:
- dependency-name: dbt-core
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dbt
- dependency-name: dbt-duckdb
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dbt
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 1, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants