-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Labels
P0UDFsWork 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
add a type property to function - “is this function a UDF (scalar), UDAF (aggregate), UDTF (table)?”
Acceptance criteria
- new
typefunction property
functions:
- name: string # Required
description: string # Optional
type: scalar # Optional, defaults to scalar. Will eventually also support aggregate and table
p0support defaultscalarp1support additionalaggregatetype (UDAF)p2support additionaltabletype (UDTF)
Context
No response
Metadata
Metadata
Assignees
Labels
P0UDFsWork related to UDFsWork related to UDFsuser docs[docs.getdbt.com] Needs better documentation[docs.getdbt.com] Needs better documentation