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
Up to v0.98.0, snowflake_tag resource uses SHOW to get tag information, but in v0.99.0 snowflake_tag resource has changed to querying information_schema.
Provider users need to configure warehouse to use snowflake_tag resource.
Most resources don't require warehouse configuration, so I request to update migration guide.
References
No response
Would you like to implement a fix?
Yeah, I'll take it 😎
The text was updated successfully, but these errors were encountered:
<!-- Feel free to delete comments as you fill this in -->
- prove that using network policy with lowercase characters in oauth
integration fails in Snowflake
- update the migration guide regarding migrating provider configuration
- rename `datasource` to `data source`
- add missing examples and fix some examples in the docs
- add notes about missing fields (they will be done in SNOW-1844996)
- adjust documentation for provider configuration
- improve quoting with import and resource configuration examples
- some examples of replication and grants were not changed because they
show a nicer setup, IMO - can discuss about this
- add info about external changes not being detected for certain fields
or resource types
- change infobox format for some notes (`[!WARNING]` -> `!> Note`)
because it isn't rendered properly in the registry
- fix empty `using` in view masking policies
- add links to documentation of the referenced resources
- adjust enum validations to use `sdkValidation` with SDK converter
function instead of `StringInSlice`
- address
#3247
by improving the documentation
- update lists in `v1-preparations` files
<!-- summary of changes -->
## Test Plan
<!-- detail ways in which this PR has been tested or needs to be tested
-->
* [ ] acceptance tests
<!-- add more below if you think they are relevant -->
* [x] integration tests
## References
#3198#3251
## TODO (next PRs):
- check the migration guide once again
Company Name
No response
Object type(s)
resource:tag
Documentation Link
https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/resources/tag
Description
Up to v0.98.0,
snowflake_tag
resource uses SHOW to get tag information, but in v0.99.0snowflake_tag
resource has changed to querying information_schema.Provider users need to configure warehouse to use
snowflake_tag
resource.Most resources don't require warehouse configuration, so I request to update migration guide.
References
No response
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: