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
No error, even if the database and schema don't exist.
Actual Behavior
terraform apply
returns:
data.snowflake_alerts.current: Reading...
╷
│ Error: 001003 (42000): SQL compilation error:
│ syntax error line 1 at position 17 unexpected 'IN'.
│
│ with data.snowflake_alerts.current,
│ on main.tf line 1, in data "snowflake_alerts" "current":
│ 1: data "snowflake_alerts" "current" {
Terraform CLI and Provider Versions
Terraform Configuration
Expected Behavior
No error, even if the database and schema don't exist.
Actual Behavior
returns:
Steps to Reproduce
terraform apply
How much impact is this issue causing?
High
Logs
https://gist.github.com/hieu-cc/8e37ac3556b5b0f0d3589206aec501a5
Additional Information
No response
The text was updated successfully, but these errors were encountered: