-
Notifications
You must be signed in to change notification settings - Fork 478
chore: Adjust tables documentation #4037
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
Conversation
|
Integration tests success for 9bdebe3edec4d960827f8b2e5aa1b7cee5f76fa4 |
|
Account-level tests success for 9bdebe3edec4d960827f8b2e5aa1b7cee5f76fa4 |
MIGRATION_GUIDE.md
Outdated
| ## v2.1.x ➞ v2.2.0 | ||
| <a id="v210--v220"></a> | ||
|
|
||
| ### *(new feature)* Changes in `snowflake_tables` data source |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new feature or rather a breaking change? It is a preview feature, but still, this is breaking.
|
|
||
| ### *(new feature)* Changes in `snowflake_tables` data source | ||
|
|
||
| We adjusted the `snowflake_tables` data source with the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's emphasize that the output format changed (not only the inputs), you can use similar info like in the link I shared in the issue: https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/MIGRATION_GUIDE.md#new-feature-account-role-data-source
c9f655c
|
Integration tests success for c9f655c5a4f3ca77af4b29b26c04ceecbde3ddff |
|
Account-level tests success for c9f655c5a4f3ca77af4b29b26c04ceecbde3ddff |
|
Account-level tests success for 086597f993c8dd667c1ba78f8d982d966de4ae68 |
|
Integration tests success for 086597f993c8dd667c1ba78f8d982d966de4ae68 |
🤖 I have created a release *beep* *boop* --- ## [2.8.0](v2.7.0...v2.8.0) (2025-10-06) ### 🎉 **What's new:** * add integration tests for semantic views ([#3978](#3978)) ([79482ea](79482ea)) * add semantic view resource - 1 ([#4029](#4029)) ([f0df2ab](f0df2ab)) * Add use_private_link_endpoint option to storage integrations ([#3913](#3913)) ([8853d9a](8853d9a)) ### 🔧 **Misc** * Add [@sfc-gh-mkowalski](https://github.com/sfc-gh-mkowalski) to the protected users list ([#4057](#4057)) ([d316ea2](d316ea2)) * Add common filtering flags to each generator ([#4050](#4050)) ([84568f0](84568f0)) * Adjust integration tests ([#4052](#4052)) ([d6e9e2c](d6e9e2c)) * Adjust tables documentation ([#4037](#4037)) ([f8416ee](f8416ee)) * Adjust warehouses after the changes in Snowflake ([#4038](#4038)) ([89d9da1](89d9da1)) * Bump driver to v1.17.0 ([#4053](#4053)) ([14f723f](14f723f)) * Generate DTO builders in SDK generator ([#4049](#4049)) ([1f2d9d8](1f2d9d8)) * Handle BCR 2025-06 ([#4036](#4036)) ([a009b16](a009b16)) * Improve bcr handling in tests ([#4042](#4042)) ([d21c1b3](d21c1b3)) * Improve imports handling in generators ([#4043](#4043)) ([cf7dcd3](cf7dcd3)) * Set dependabot target branch to dev ([#4056](#4056)) ([4b83f08](4b83f08)) * Stabilize acceptance tests ([#4044](#4044)) ([d15cbab](d15cbab)) * Use common generator setup in SDK generator ([#4048](#4048)) ([e0bc273](e0bc273)) ### 🐛 **Bug fixes:** * Bug fixes and documentation improvements ([#4045](#4045)) ([3c3819b](3c3819b)) * Handle REPLICABLE_WITH_FAILOVER_GROUPS in snowflake_object_parameter ([#4062](#4062)) ([9b28486](9b28486)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: terraform-provider-release[bot] <205196624+terraform-provider-release[bot]@users.noreply.github.com>
References: #4033