-
Notifications
You must be signed in to change notification settings - Fork 427
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
fix: Deleting a snowflake_user and their associated snowlfake_role_grant causes an error #1142
Conversation
e2aa86b
to
7b3cc25
Compare
Hi @sfc-gh-swinkler - could you pls kick off gh actions? |
Hi @sfc-gh-jalin maybe you could take a look as well - this is sth that really makes it hard to manage users/roles from Terraform and already a few persons have upvoted this issue as well. Thx! |
Hi @mwiewior We plan to take a look at this but we currently have very low bandwidth on the team. |
ok, thx - just ping me if can help you somehow |
@sfc-gh-jlove hey any chance you will have some time for this one ? |
@mwiewior sorry i was on grievance leave. my wife died last month and there wasn't anyone else on the team who could approve PRs. i am catching up now. |
/ok-to-test sha=7a986e6 |
thank you for your contribution |
Integration tests success for 7a986e6 |
This is to fix #889 by checking a Snowflake SQL error code and printing a warning instead of failing in case of non-existing user.
Test Plan
References