Skip to content
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

Open
1 task
simonepm opened this issue Jul 15, 2024 · 5 comments
Open
1 task

snowflake_user_parameter resource is missing #2938

simonepm opened this issue Jul 15, 2024 · 5 comments
Labels
feature-request Used to mark issues with provider's missing functionalities resource:user Issue connected to the snowflake_user resource

Comments

@simonepm
Copy link

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?

  • Yeah, I'll take it 😎
@simonepm simonepm added the feature-request Used to mark issues with provider's missing functionalities label Jul 15, 2024
@sfc-gh-jmichalak
Copy link
Collaborator

sfc-gh-jmichalak commented Jul 15, 2024

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

@simonepm
Copy link
Author

Unfortunately session_parameter does not cover this use case in particular, but glad to hear that user resource is getting a redesign, thank you!

@sfc-gh-asawicki
Copy link
Collaborator

Hey @simonepm. I am currently redesigning the user resource. It will support ~60 user parameters (including the requested CLIENT_SESSION_KEEP_ALIVE). We will publish the full list in our migration guide when it's ready.

@sfc-gh-asawicki sfc-gh-asawicki added the resource:user Issue connected to the snowflake_user resource label Jul 16, 2024
sfc-gh-asawicki added a commit that referenced this issue Jul 17, 2024
- Remove the deprecation message from the unsafe_execute resource
because it's planned to be supported in V1 (references: #2934)
- Add #2938 to the list of known issues for the user object.
@sfc-gh-asawicki
Copy link
Collaborator

Done in #2968 (not released yet).

sfc-gh-asawicki added a commit that referenced this issue Aug 23, 2024
sfc-gh-asawicki added a commit that referenced this issue Aug 28, 2024
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.
@sfc-gh-asawicki
Copy link
Collaborator

Hey @simonepm.
We have just released v0.95.0 of the provider. It contains a reworked snowflake_user resource. Please consult the migration guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Used to mark issues with provider's missing functionalities resource:user Issue connected to the snowflake_user resource
Projects
None yet
Development

No branches or pull requests

3 participants