releases.shpreview

Overloaded UDF DAG dependencies fixed; parse-time memory reduced

v1.12.0rc3

July 14, 2026dbt-coreView original ↗
1 feature1 enhancement2 fixesThis release1 featureNew capabilities1 enhancementImprovements to existing features2 fixesBug fixesAI-tallied from the release notes
From the original release noteView original ↗

dbt-core 1.12.0-rc3 - July 14, 2026

Features

  • Add hints for cli users based on dbt usage (#15510)

Fixes

  • Carry ref/source/function dependencies declared inside an overloaded UDF's overload body onto the root function node, so they are not dropped from the DAG when the overload SQL file is absorbed (#15501)
  • Update reuse relations hint text (#15510)

Under the Hood

  • Reduce parse-time memory and macro-generation overhead by virtualizing macros and switching flat_graph/WritableManifest to lazy no-copy views (#15524)

Contributors

Fetched July 15, 2026