Releases: Snowflake-Labs/terraform-provider-snowflake
Releases · Snowflake-Labs/terraform-provider-snowflake
v0.64.0
0.64.0 (2023-05-09)
Features
- Add external functions translators (#1735) (1f67286)
- addition of the on_all option for all remaining resources (#1742) (e3a7710)
- database roles datasource (#1726) (f1cb7f3)
- email notification integration (#1720) (5d21fe1)
- masking policy in v2 sdk (#1777) (6978c42)
Misc
BugFixes
v0.63.0
v0.62.0
0.62.0 (2023-04-19)
Features
- Add gcp_pubsub_topic_name parameter for gcp notification integration (#1687) (a30d0cb)
- added on_all grants for view, stage, schema and materialized view resource (#1686) (f27a9e4)
- alert resource (#1653) (4a84eb9)
- data source shares (#1651) (5dd447f)
- database role resource (#1654) (9f4a516)
- external_oauth_integration.scope_mapping_attribute (#1722) (66d88bd)
- Password policy resource (#1702) (7ee293b)
- provider config support insecureMode (#1703) (e269925)
BugFixes
- Adding double quotes to the column names (#1729) (791dd0b)
- be more cautious when setting db id to empty (#1725) (e78e0c8)
- change incorrect select privilege to usage (#1681) (3d8f5b5)
- don't ignore MUST_CHANGE_PASSWORD on account creation (#1699) (7fcacfa)
- fmt / linting fix (#1694) (d7d910e)
- grant imports (#1713) (19a4156)
- resource monitor import test (#1690) (a4e58bf)
- resource_monitor suspend triggers conflict (#1682) (14d1200)
v0.61.0
v0.60.0
0.34.0 (2023-03-28)
Features
- Add 'snowflake_role' datasource (#986) (6983d17)
- Add a resource to manage sequences (#582) (7fab82f)
- add allowed values (#1006) (e7dcfd4)
- Add allowed values (#1028) (e756867)
- add AWS GOV support in api_integration (#1118) (2705970)
- add column masking policy specification (#796) (c1e763c)
- add connection param for snowhouse (#1231) (050c0a2)
- Add CREATE ROW ACCESS POLICY to schema grant priv list (#581) (b9d0e9e)
- add custom oauth int (#1286) (d6397f9)
- add failover groups (#1302) (687742c)
- Add file format resource (#577) (6b95dcb)
- add GRANT ... ON ALL TABLES IN ... (#1626) (505a5f3)
- Add importer to integration grant (#574) (3739d53)
- add in more functionality for UpdateResourceMonitor (#1456) (2df570f)
- Add INSERT_ONLY option to streams (#655) (c906e01)
- Add manage support cases account grants (#961) (1d1084d)
- add missing PrivateLink URLs to datasource (#1603) (78782b1)
- add new account resource (#1492) (b1473ba)
- add new table constraint resource (#1252) (fb1f145)
- add ON STAGE support for Stream resource (#1413) (447febf)
- add parameters resources + ds (#1429) (be81aea)
- add port and protocol to provider config (#1238) (7a6d312)
- add PREVENT_LOAD_FROM_INLINE_URL (#1612) (4945a3a)
- Add private key passphrase support (#639) (a1c4067)
- add python language support for functions (#1063) (ee4c2c1)
- Add REBUILD table grant (#638) (0b21c66)
- Add replication support (#832) (f519cfc)
- Add SHOW_INITIAL_ROWS to stream resource (#575) (3963193)
- add STORAGE_AWS_OBJECT_ACL support to storage integration (#755) (e136b1e)
- add support for
notify_users
tosnowflake_resource_monitor
resource (#1340) (7094f15) - Add support for
packages
,imports
,handler
andruntimeVersion
tosnowflake_procedure
resource (#1516) (a88f3ad) - Add support for creation of streams on external tables (#999) (0ee1d55)
- Add support for default_secondary_roles (#1030) (ae8f3da)
- Add support for error notifications for Snowpipe (#595) (90af4cf)
- Add support for GCP notification integration (#603) (8a08ee6)
- Add support for is_secure to snowflake_function resource (#1575) (c41b6a3)
- Add support for table column comments and to control a tables data retention and change tracking settings (#614) (daa46a0)
- add the param "pattern" for snowflake_external_table (#657) (4b5aef6)
- Added (missing) API Key to API Integration (#1386) (500d6cf)
- A...