UDFs requiring external_access_integrations - how to specify? #3146
-
I have functions I'd like to manage with terraform that require an external_access_integrations parameter. Is there some way to do that in the current implementation? |
Beta Was this translation helpful? Give feedback.
Answered by
sfc-gh-asawicki
Oct 23, 2024
Replies: 1 comment 1 reply
-
Hey @cwhatley. Thanks for reaching out to us. Functions are currently being reworked and we will add the missing attributes to the resources (resources because we are splitting the existing snowflake_function into dedicated resources - for each type). For now, you can use snowflake_unsafe_execute. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sfc-gh-asawicki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @cwhatley. Thanks for reaching out to us.
Functions are currently being reworked and we will add the missing attributes to the resources (resources because we are splitting the existing snowflake_function into dedicated resources - for each type).
For now, you can use snowflake_unsafe_execute.