-
Notifications
You must be signed in to change notification settings - Fork 420
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
snowflake_user_parameter resource is missing #2938
Comments
Hi @simonepm 👋 There is session_parameter resource which may cover your case, but we're missing some params in SDK. We're adding missing session parameters in #2936. We're currently redesigning user resource, so this should be implemented in the next release. cc @sfc-gh-asawicki |
Unfortunately session_parameter does not cover this use case in particular, but glad to hear that user resource is getting a redesign, thank you! |
Hey @simonepm. I am currently redesigning the user resource. It will support ~60 user parameters (including the requested |
Done in #2968 (not released yet). |
Fix known user resource-connected issues: - Change the sensitiveness of name and login_name (References: #2662 #2668) - Handle "null" properly for the nullable bool text attributes in user (References: #2817) - Fix diff suppression for default_x in user resource (References: #2836) - Update the migration guide (References #2938 #2942) - Fix incorrect state after failed to alter (References #2970) - Confirm the problem with the computed disabled attribute (References #1572) - Confirm that the problem with the null-out password was already solved (References #1535) - Add TODO to handle days to expiry in user (References #1155) The next 2 PRs will contain: - adjusting user resource to our rework conventions (also adding additional fields and handling #1155 and #1572) - adjusting user datasource (will handle #2902) User rework will not include handling new types of users (service, legacy service); this will be done a bit later.
Hey @simonepm. |
Closing the issue due to inactivity. Please create a new one if the issue persists in the newest version of the provider. |
Use Cases or Problem Statement
Hello,
we have snowflake_account_parameter and snowflake_object_parameter.
I see we do not have a way to set parameters at user level e.g. CLIENT_SESSION_KEEP_ALIVE true for Kafka connector users.
I was not able to find it in the roadmap as well, feel free to close this issue if is going to be implemented.
Many thanks!
Category
category:resource
Object type(s)
resource:account_parameter, resource:object_parameter, resource:user
Proposal
No response
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: