[Feature]: Add option to set user level parameter -> JDBC_QUERY_RESULT_FORMAT
in Snowflake
#3362
Labels
category:documentation
category:resource
feature-request
Used to mark issues with provider's missing functionalities
resource:user
Issue connected to the snowflake_user resource
Company Name
Hellofresh
Use Cases or Problem Statement
Problem Statement
The
snowflake_user
resource currently lacks support for managing user-specific parameter ->JDBC_QUERY_RESULT_FORMAT
. This forces teams to manually execute SQL scripts like:This gap hinders automation and consistency.
Use Case
Extending the
snowflake_user
resource to supportJDBC_QUERY_RESULT_FORMAT
parameter would simplify IaC workflows by combining user creation and parameter management in a single resource.Category
category:resource
Object type(s)
resource:user
Proposal
Enhance the
snowflake_user
resource to allow settingJDBC_QUERY_RESULT_FORMAT
parameter directly.For example:
This improvement streamlines automation and aligns user management with Terraform's IaC principles.
How much impact is this issue causing?
Low
Additional Information
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: