-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Labels
P1UDFsWork related to UDFsWork related to UDFsuser docs[docs.getdbt.com] Needs better documentation[docs.getdbt.com] Needs better documentation
Milestone
Description
Housekeeping
- I am a maintainer of dbt-core
Short description
Right now, we are only supporting "scalar" (UDF) functions. However, there are also aggregate (UDAF) and table (UDTF). We should allow the specification of a function type so that these (and perhaps future new types?) can be supported.
Acceptance criteria
- The YAML definition of a function accepts a
typevalue
Suggested Tests
- Specifying the
typeproperty of a function in YAML properly propagates to the node
Impact to Other Teams
N/A
Will backports be required?
No
Context
No response
Metadata
Metadata
Assignees
Labels
P1UDFsWork related to UDFsWork related to UDFsuser docs[docs.getdbt.com] Needs better documentation[docs.getdbt.com] Needs better documentation