-
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
[Feature]: Improve documentation for snowflake_grant_privileges_to_account_role #2994
Comments
Hi @bdumford-OM1 👋 Thanks for the feedback. These things can be added to our docs. Currently we're reworking essential objects on our road to v1. We welcome community contributions based on our contribution guide. MIGRATION_GUIDE is updated manually, and |
<!-- Feel free to delete comments as you fill this in --> - fix permadiff when columns are not specified - adjust row access policy signature in describe_output and move parsing to sdk - adjust the identifier doc - add procedure id <!-- summary of changes --> ## Test Plan <!-- detail ways in which this PR has been tested or needs to be tested --> * [x] acceptance tests <!-- add more below if you think they are relevant --> * [ ] … ## References <!-- issues documentation links, etc --> #3073 #2994
<!-- Feel free to delete comments as you fill this in --> - fix permadiff when columns are not specified - adjust row access policy signature in describe_output and move parsing to sdk - adjust the identifier doc - add procedure id <!-- summary of changes --> ## Test Plan <!-- detail ways in which this PR has been tested or needs to be tested --> * [x] acceptance tests <!-- add more below if you think they are relevant --> * [ ] … ## References <!-- issues documentation links, etc --> #3073 #2994
Hi, we've released v0.96.0, which adjusts the documentation. We've added an example to https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/guides/identifiers. Also, we've decided not to include a separate example in Let us know if this works for you! |
Closing the issue due to inactivity. Please create a new one if you have more suggestions. |
Use Cases or Problem Statement
This is not a huge deal, but could the documentation for snowflake_grant_privileges_to_account_role be improved? Specifically, there needs to be better documentation for how to migrate from the deprecated snowflake_procedure_grant resource to
snowflake_grant_privileges_to_account_role
.When migrating from the
snowflake_procedure_grant
resource, it was not at all obvious as to where to put the argument_data_types. After a lot of searching, I found the answer in issue #2375 and on the CREATING_ISSUES page. Since there is a solution available, it would make sense to document it in the appropriate places.Category
category:other
Object type(s)
No response
Proposal
An example for migrating from the
snowflake_procedure_grant
should be added to the MIGRATION_GUIDE. Additionally, an example like the one here should be added to the Terraform registry page forsnowflake_grant_privileges_to_account_role
.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: