Releases: Snowflake-Labs/terraform-provider-snowflake
v0.79.0
Release notes 0.79.0
This change introduces fine-grained logs for grant_privileges_to_role resource for easier debugging on the client site.
To turn on the logging an environment variable SF_TF_ADDITIONAL_DEBUG_LOGGING
should be set to a non-empty value, e.g. SF_TF_ADDITIONAL_DEBUG_LOGGING=1
.
README Reference
🎉 What's new:
🔧 Misc
v0.78.0
Release notes v0.78.0
We're still in the process of designing and redesigning grant resources and data sources. Stay tuned for published docs, changes in grants, and new grant resources. if you want to, you can still give us your feedback on granting ownership - here.
For some time we are more responsive in the GitHub issues and provide fixes for some of them. We also have a dedicated Epic for the GitHub issues to provide a standardized process for handling existing and newly created issues.
In the meantime, we're pushing SDK rewrite to make the provider stable to come closer to version 1.0.0.
🎉 What's new:
- Add event tables to sdk (#2215) (66cc80a)
- Add missing parameters to password policy resource (#2231) (c189782)
- Add tables to the SDK (#2042) (c1700de)
🐛 Bug fixes:
v0.77.0
Release notes v0.77.0
Our primary goals are still the SDK rewrite and the provider's stability.
The latter focuses on resolving GH issues but also redesigning and fixing grants.
We will start the GRANT OWNERSHIP
discussion in the upcoming days. All feedback is welcome!
This release's most significant change is the introduction of the snowflake_execute_unsafe
resource.
This is an experimental resource capable of executing ANY SQL statements.
It is not recommended in production environments but opens the possibility of managing resources our provider has yet to support.
Read the docs before use and use with caution!
🎉 What's new:
🐛 Bug fixes:
- cleanup workflows and makefile (#2150) (64335e7)
- documentation for role ownership grant (#2203) (e3d405c)
- Fix workflows (#2206) (6d7f833)
👨🏼💻 Coming soon:
v0.76.0
Release notes 0.76.0 (2023-11-15)
🎉 What's new
- Add "CREATE DYNAMIC TABLE" to schema_grant pr #2144
- Add views to the SDK pr #2171
- Migrate application role to new sdk pr #2149
- Migrate stage to the new sdk pr #2163
- Poc custom error type pr #2052
- Use tasks from the SDK followup pr #2153
🔧 Misc
🐛 Bug fixes
v0.75.0
Changelog
- d33a41c chore(main): release 0.75.0 (#2138)
- 4d4bcdb chore: Return multiple errors in existing validations (#2122)
- 6de32ae fix: view statement update (#2152)
- 7926d8d change comment to NullString (#2148)
- 5db751d fix: cleanup acc tests (#2135)
- 5c633be feat: Use streams from the new SDK in resource / datasource (#2129)
- 16022ef chore: Set up a single warehouse for the SDK integration tests (#2141)
- de23f2b feat: Use task from SDK in resource and data source (#2140)
- 1e6e54f feat: add parse_header option to file format resource (#2132)
- 07b9b4f fix: provider config (#2136)
v0.74.0
Release notes 0.74.0 (2023-10-18)
❗ Migration guide: v0.73.0 -> v0.74.0
🎉 What's new
- Migrations to the new SDK
- Stream pr #2113
- Using new SDK in resources / datasources for
- Tag SDK refactor pr #2079
- New Dynamic table resource + datasource pr #2104
- Move integration tests to separate package pr #2111
- Provider config refactor #2126
👨🏼💻 Coming soon
- Return multiple errors from validations pr #2122
- Terraform plugin framework muxing pr #2130
- Using new SDK in resources / datasources for
- Streams pr #2129
- Views
- Tasks
🔧 Misc
- Adjust integration tests after moving to separate package pr #2115
- Integration tests setup db once pr #2118
- Set up schema once for integration tests pr #2121
- Use helper methods in old unit tests pr #2119
🐛 Bug fixes
- (SDK | internal) Use schema object identifier in external tables pr #2112
v0.73.0
v0.72.0
Release notes v0.72.0 (2023-10-04)
🎉 What's new
- Migrated to the new SDK
- Add Manage Warehouses Account Grant - pr #2017
- Add mfa auth - pr #2077
- Support drop for accounts and fix read race condition - pr #2065
🐛 Bug fixes
- Added privilege for RESOLVE ALL - pr #1861
- Database grant read - pr #2063 - fixes issue #1863
- Fix database role docs - pr #2081 - fixes issue #2018
- Ignore two flaky table tests and disable comment unset for password policy pr #2086
👨🏼💻 Coming soon
- Migrations to the new SDK
- Application role
- Tag
- Task
- Using new SDK in resources / datasources for