Skip to content

fix(deps): Update dbt packages - #1703

Open
cloudquery-ci[bot] wants to merge 1 commit into
mainfrom
renovate/dbt-packages
Open

fix(deps): Update dbt packages#1703
cloudquery-ci[bot] wants to merge 1 commit into
mainfrom
renovate/dbt-packages

Conversation

@cloudquery-ci

@cloudquery-ci cloudquery-ci Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
dbt-clickhouse (changelog) ==1.10.1==1.10.2 age confidence
dbt-core (changelog) ==1.12.0==1.12.3 age confidence

Release Notes

ClickHouse/dbt-clickhouse (dbt-clickhouse)

v1.10.2

Compare Source

Improvements
  • Update refreshable materialized view parameters (interval, randomize, depends_on) in place on dbt run via MODIFY REFRESH. Converting between regular and refreshable MVs, or toggling append, still requires --full-refresh (#​688).
  • Add an optional external_id argument to clickhouse_s3source() for S3 role-based access (#​698).
  • Add a server_host_name profile option so TLS certificate verification can use a different hostname than the connection target (#​687).
  • Add a reuse_connections profile option (default true). When false, dbt opens a fresh connection per model so multi-replica clusters can load-balance connections across replicas (#​670), (#​686).
  • Add an index parameter to the projections model config as syntax sugar for _part_offset index projections (#​651).
Bugs
  • Prevent model-level S3 configuration from mutating profile-level configuration used by subsequent models (#​696).
  • Allow clustered profiles without database_engine (#​697).
  • Fix S3 table function calls that set compression without structure (#​695).
  • Fix snapshots failing with TABLE_ALREADY_EXISTS on an orphaned <snapshot>__dbt_tmp after an interrupted run (#​692).
  • Fall back to DROP + CREATE when replacing views on filesystems that do not support atomic rename (#​684).
  • Fix insert_overwrite failing on ClickHouse 26.6+ when replacing a partition from an empty source (#​680).
  • Fix multiple materialized views breaking when a -- comment precedes the first marker (#​683).
  • Apply model query_settings during contract validation and schema-change introspection (#​689).
  • Create configured projections and indexes on materialized view targets with catchup=false (#​690).
Repository maintenance
  • Extract multi-MV marker parsing into its own macro and add a unit-test harness for macros (#​683).
  • Replace black and isort with ruff (#​679).
dbt-labs/dbt-core (dbt-core)

v1.12.3: dbt-core v1.12.3

Compare Source

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

v1.12.2: dbt-core v1.12.2

Compare Source

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

v1.12.1: dbt-core v1.12.1

Compare Source

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@cloudquery-ci
cloudquery-ci Bot requested a review from a team as a code owner September 1, 2026 00:28
@cloudquery-ci cloudquery-ci Bot added the automerge Automatically merge once required checks pass label Sep 1, 2026
@cloudquery-ci
cloudquery-ci Bot requested review from murarustefaan and removed request for a team September 1, 2026 00:28
@cloudquery-ci cloudquery-ci Bot added the automerge Automatically merge once required checks pass label Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants