Open deanmorin opened 2 months ago
I want to create a function that has an optional/default argument, as specified in the Snowflake Documentation.
category:resource
resource:function
Add a default argument to the arguments block in the snowflake_function resource. This is identical to the same proposal for procedures.
default
arguments
snowflake_function
Medium
No response
Hi @deanmorin 👋 Functions and procedures are currently being reworked, and this will be supported in one of the next releases. cc @sfc-gh-asawicki
Use Cases or Problem Statement
I want to create a function that has an optional/default argument, as specified in the Snowflake Documentation.
Category
category:resource
Object type(s)
resource:function
Proposal
Add a
default
argument to thearguments
block in thesnowflake_function
resource. This is identical to the same proposal for procedures.How much impact is this issue causing?
Medium
Additional Information
No response
Would you like to implement a fix?