What's Changed
-
fix: when bad delete statements were executed, the error would show the bad delete statements but the name context would say 'update' instead of 'delete'. This is a superficial issue, but could be confusing to users who just encounters an error deleting their snowsql resource.
-
docs: Removed
IF EXISTS
fromsnowsql_exec
examples. Since default terraform behavior is to fail when the resource already exists. Instead, the import section was updated to include an example using idempotent snowsql clauses. -
docs: Added better inline comments to the snowflakeQueryWithMultiStatement method.
Full Changelog: v1.3.2...v1.3.3