mirror of
https://github.com/dbt-labs/dbt-core
synced 2025-12-17 19:31:34 +00:00
* Fix function node property names `return_type` -> `returns` `return_type.type` -> `returns.data_type` `arguments[x].type` -> `arguments[x].data_type` * Add changie doc
7 lines
188 B
YAML
7 lines
188 B
YAML
kind: Fixes
|
|
body: Fix property names of function nodes (arguments.data_type, returns, returns.data_type)
|
|
time: 2025-10-02T12:14:27.305546-05:00
|
|
custom:
|
|
Author: QMalcolm
|
|
Issue: "12064"
|