-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Add option to set user level parameter -> JDBC_QUERY_RESULT_FORMAT
in Snowflake
#3362
Comments
Hey @suren-hf. Thanks for reaching out to us. While we were reworking the |
out of curiosity, and if you can share: why do you even need Maybe it would be possible to address the underlying root cause instead of resorting to workarounds? Since it's related to JDBC, i'm almost sure it has nothing to do with this TF Provider (written in Go), but I'm still curious and I think we can find the proper channels to help you with the underlying root cause, if that's something which is not discovered yet. |
@sfc-gh-asawicki @sfc-gh-dszmolka Thank you both for looking into this issue.
@sfc-gh-asawicki - That sounds like a good idea. I will check with the Snowflake support team why some of these parameters are not documented in their official docs.
@sfc-gh-dszmolka - You are correct. The default result-set format is indeed |
I see, thank you for sharing the details about why you need to use |
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: