[Feature]: Support is_memoizable for SQL functions #2859
Labels
feature-request
Used to mark issues with provider's missing functionalities
resource:function
Issue connected to the snowflake_function resource
Use Cases or Problem Statement
We are using a memoizable function that returns an array of ids which is extensively used in many sqls to validate existence.
It is currently not supported to pass memoizable boolean parameters in the snowflake provider however SDK implementation does exist for it.
Category
category:resource
Object type(s)
resource:function
Proposal
We want to be able to pass a boolean
is_memoizable
in resource block. Same way how it is currently supported foris_secure
flag.How much impact is this issue causing?
Medium
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: