Files
dbt-core/.changes/unreleased/Fixes-20251106-163514.yaml
Quigley Malcolm 11ada88e48 Stop compiling Python UDFs like they're Python Models (#12154)
* Only do special python model compilation for python models (not other python nodes)

* Test jinja compilation of python udfs

* Add changie doc
2025-11-06 18:47:47 -06:00

7 lines
147 B
YAML

kind: Fixes
body: Stop compiling python udfs like python models
time: 2025-11-06T16:35:14.735442-06:00
custom:
Author: QMalcolm
Issue: "12153"