Skip to content

dbt-core v1.12.0rc3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Jul 22:48

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