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
I believe it would be useful with a snowflake_tags data source.
The usecase I'm facing is that we're declaring and managing tags in one project, but we'd like to reuse them for tag associations in another project.
Thinking it might look something like this .tf-side
<!-- Feel free to delete comments as you fill this in -->
- add `tags` data source
- add missing examples for `streams` data source
<!-- 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/show-tags#1372
We've just released v0.99.0 (release, migration guide) in which we introduced tags data source. Please upgrade to this version and let us know if you have any issues.
Hi!
I believe it would be useful with a
snowflake_tags
data source.The usecase I'm facing is that we're declaring and managing tags in one project, but we'd like to reuse them for tag associations in another project.
Thinking it might look something like this .tf-side
.. and I guess a decent output will be the result of
show tags in schema my_db.tag_schema
:The text was updated successfully, but these errors were encountered: