You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the official Snowflake documentation using the optional parameter “VOLATILE/IMMUTABLE” is deprecated in all languages. https://docs.snowflake.com/en/sql-reference/sql/create-procedure#optional-parameters
Currently, this does not result in any major errors when creating/updating a stored procedure via terraform, but it might will in the future.
We did not include these deprecated parameters in the SDK. We will remove it during migrating the resource to use the SDK implementation instead of the old one.
Terraform CLI and Provider Versions
Terraform CLI: 1.0.9
Snowflake-Labs/snowflake Version: 0.47.0 -> 0.80.0
Use Cases or Problem Statement
According to the official Snowflake documentation using the optional parameter “VOLATILE/IMMUTABLE” is deprecated in all languages.
https://docs.snowflake.com/en/sql-reference/sql/create-procedure#optional-parameters
Currently, this does not result in any major errors when creating/updating a stored procedure via terraform, but it might will in the future.
Proposal
Get rid of optional parameter “return_behavior”:
https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/pkg/resources/procedure.go
How much impact is this issue causing?
Low
Additional Information
No response
The text was updated successfully, but these errors were encountered: