<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Dbt-Core on Project Wintermute</title><link>https://wintermutecore.com/tags/dbt-core/</link><description>Recent content in Dbt-Core on Project Wintermute</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 08 Sep 2026 10:00:57 +0000</lastBuildDate><atom:link href="https://wintermutecore.com/tags/dbt-core/index.xml" rel="self" type="application/rss+xml"/><item><title>dbt-core v1.12.4 - Fusion Manifest And OTEL IDs</title><link>https://wintermutecore.com/posts/dbt-core-v1-12-4-fusion-manifest-otel/</link><pubDate>Tue, 08 Sep 2026 10:00:57 +0000</pubDate><guid>https://wintermutecore.com/posts/dbt-core-v1-12-4-fusion-manifest-otel/</guid><description>&lt;p&gt;&lt;code&gt;dbt-core&lt;/code&gt; v1.12.4 shipped on 8 September 2026. After a Fusion generated manifest is loaded, the four built in generic tests are parsed again so they are not evicted and left undefined when tests compile. The tag also adds &lt;code&gt;otel_trace_id()&lt;/code&gt; and &lt;code&gt;otel_span_id()&lt;/code&gt; Jinja functions so query comments can carry OpenTelemetry IDs.&lt;/p&gt;</description></item><item><title>dbt-core v1.11.15 - Package Install Path Validation</title><link>https://wintermutecore.com/posts/dbt-core-v1-11-15-package-path-validation/</link><pubDate>Tue, 08 Sep 2026 06:42:56 +0000</pubDate><guid>https://wintermutecore.com/posts/dbt-core-v1-11-15-package-path-validation/</guid><description>&lt;p&gt;&lt;code&gt;dbt-core&lt;/code&gt; &lt;code&gt;v1.11.15&lt;/code&gt; was published on 8 September 2026. The patch validates that a resolved package installation path stays inside the configured &lt;code&gt;packages-install-path&lt;/code&gt;. The notes list that one fix and mark the build as a stable release, not a prerelease.&lt;/p&gt;</description></item><item><title>dbt-core v1.11.14 - sqlparse Parser DoS Dependency Update</title><link>https://wintermutecore.com/posts/dbt-core-v1-11-14-sqlparse-cve-pin/</link><pubDate>Thu, 20 Aug 2026 15:48:47 +0000</pubDate><guid>https://wintermutecore.com/posts/dbt-core-v1-11-14-sqlparse-cve-pin/</guid><description>&lt;p&gt;&lt;code&gt;dbt-core&lt;/code&gt; &lt;code&gt;v1.11.14&lt;/code&gt; was published on August 20, 2026. This stable patch sets the required &lt;code&gt;sqlparse&lt;/code&gt; range to &lt;code&gt;&amp;gt;=0.5.5,&amp;lt;0.7.0&lt;/code&gt;, and its notes identify &lt;code&gt;sqlparse&lt;/code&gt; 0.6.0 as the fixed release for four parser denial of service CVEs.&lt;/p&gt;</description></item><item><title>dbt-core v1.12.2 - Databricks Config Schema Validation</title><link>https://wintermutecore.com/posts/dbt-core-v1-12-2-databricks-schema-validation/</link><pubDate>Wed, 12 Aug 2026 19:27:40 +0000</pubDate><guid>https://wintermutecore.com/posts/dbt-core-v1-12-2-databricks-schema-validation/</guid><description>&lt;p&gt;&lt;code&gt;dbt-core&lt;/code&gt; tag &lt;code&gt;v1.12.2&lt;/code&gt; was published on August 12, 2026. The change operators will see first is JSON schema validation for Databricks adapter config keys. &lt;code&gt;query_tags&lt;/code&gt;, &lt;code&gt;zorder&lt;/code&gt;, &lt;code&gt;options&lt;/code&gt;, &lt;code&gt;unique_tmp_table_suffix&lt;/code&gt;, and &lt;code&gt;skip_optimize&lt;/code&gt; no longer raise spurious &lt;code&gt;CustomKeyInConfigDeprecation&lt;/code&gt; warnings.&lt;/p&gt;</description></item><item><title>dbt-core v1.10.23 - Deprecated Version Warning</title><link>https://wintermutecore.com/posts/dbt-core-v1-10-23-deprecated-version-warning/</link><pubDate>Wed, 12 Aug 2026 16:28:10 +0000</pubDate><guid>https://wintermutecore.com/posts/dbt-core-v1-10-23-deprecated-version-warning/</guid><description>&lt;p&gt;&lt;code&gt;dbt-core&lt;/code&gt; &lt;code&gt;v1.10.23&lt;/code&gt; was published on 12 August 2026. The changelog lists one feature, a warning when the installed dbt version is deprecated. The new check in &lt;code&gt;deprecated_version.py&lt;/code&gt; treats any &lt;code&gt;(major, minor)&lt;/code&gt; pair below &lt;code&gt;(1, 11)&lt;/code&gt; as deprecated, so a 1.10 install including this patch matches.&lt;/p&gt;</description></item><item><title>dbt-core v1.11.13 - Unit Test Parse Order Fixes</title><link>https://wintermutecore.com/posts/dbt-core-v1-11-13-unit-test-parse-fixes/</link><pubDate>Wed, 12 Aug 2026 15:48:56 +0000</pubDate><guid>https://wintermutecore.com/posts/dbt-core-v1-11-13-unit-test-parse-fixes/</guid><description>&lt;p&gt;&lt;code&gt;dbt-core&lt;/code&gt; v1.11.13 shipped on August 12, 2026 as a parse correctness patch on the 1.11 line. Unit tests against versioned models no longer fail with a missing model error when filesystem walk order is not stable, and leftover disabled test nodes no longer raise a false &lt;code&gt;found two data_tests&lt;/code&gt; error on partial parse. The tag also warns when the running dbt is a deprecated version.&lt;/p&gt;</description></item><item><title>dbt Core Execution Correctness Notes For Data Pipelines</title><link>https://wintermutecore.com/posts/dbt-core-execution-correctness-notes/</link><pubDate>Tue, 28 Jul 2026 14:00:07 +0000</pubDate><guid>https://wintermutecore.com/posts/dbt-core-execution-correctness-notes/</guid><description>&lt;p&gt;&lt;a href="https://github.com/dbt-labs/dbt-core"&gt;dbt Core&lt;/a&gt; is the execution and compilation layer behind many analytics pipelines. Its latest activity is worth reading because several small changes tighten the boundary between what dbt selects, what it caches, and what it rejects before warehouse work begins. Across 62 commits, the diff spans 276 files, so the useful signal is in related behavior rather than raw volume.&lt;/p&gt;</description></item><item><title>dbt Core v1.12.0 - Pipeline Controls and State Cleanup</title><link>https://wintermutecore.com/posts/dbt-core-v1-12-0-pipeline-controls-release/</link><pubDate>Thu, 16 Jul 2026 13:56:39 +0000</pubDate><guid>https://wintermutecore.com/posts/dbt-core-v1-12-0-pipeline-controls-release/</guid><description>&lt;p&gt;dbt Core &lt;code&gt;v1.12.0&lt;/code&gt; was published on July 16, 2026. The main operational change is the removal of experimental state management, while the release also adds controls for seed table creation, versioned model routing, and private package retrieval.&lt;/p&gt;</description></item><item><title>dbt Core State And Path Fixes For Data Pipelines</title><link>https://wintermutecore.com/posts/dbt-core-state-path-fixes/</link><pubDate>Sat, 11 Jul 2026 14:00:02 +0000</pubDate><guid>https://wintermutecore.com/posts/dbt-core-state-path-fixes/</guid><description>&lt;p&gt;Recent activity in &lt;a href="https://github.com/dbt-labs/dbt-core"&gt;&lt;code&gt;dbt-labs/dbt-core&lt;/code&gt;&lt;/a&gt; is worth reading if dbt sits in the critical path for build, test, catalog, or docs jobs. The 53 commit window touched 242 files, with path handling, parser compatibility, state selection, and adapter behavior getting most of the useful attention.&lt;/p&gt;</description></item></channel></rss>