You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep in mind that we've introduced the fully_qualified_name field, which is a preferred way of referencing other resources. If you manage this procedure in Terraform as well, simply use
<!-- Feel free to delete comments as you fill this in -->
- add new `snowflake_stream_on_directory_table` resource
- adjust SDK to handle non-qualified names for streams' tables
- address open comments from the previous
[pr](#3122)
- recreate streams when they are stale (ref
#1150)
- change diff suppress on copy_grants
- improve procedure grants documentation (ref
#3139)
<!-- 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 -->
https://docs.snowflake.com/en/sql-reference/sql/create-stream
## TODO
- add streams on views
- add streams data source
sfc-gh-jmichalak
added
docs
Used to mark issues with documentation remark/questions
and removed
bug
Used to mark issues with provider's incorrect behavior
labels
Nov 12, 2024
Terraform CLI Version
0.97.0
Terraform Provider Version
1.9.7
Terraform Configuration
The identifier for functions and procedures described in the documentation (https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/guides/identifiers) doesn't work for the resources
snowflake_grant_privileges_to_account_role
andsnowflake_grant_ownership
According to the documentation, the correct identifier format is:
The identifier format that actually works:
Category
category:resource
Object type(s)
resource:snowflake_grant_privileges_to_account_role
resource:snowflake_grant_ownership
Expected Behavior
The documented identifier
Actual Behavior
The documented identifier format works.
Steps to Reproduce
Terraform code:
Run
terraform apply -auto-approve
How much impact is this issue causing?
Low
Logs
No response
Additional Information
Unsure if the error is with the documentation or the resource behaviour, but surely they should match.
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: