Snowflake view with no reference table #2085
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:view
Issue connected to the snowflake_view resource
Provider Version
The provider version you are using.
Terraform Version
The version of Terraform you were using when the bug was encountered.
Describe the bug
Running Terraform fmt on snowflake_view with no table reference will crash and return code 3
Expected behavior
Creation of a view without table reference should be possible
Code samples and commands
statement = <<-SQL
SELECT NULL AS TYPE;
SQL
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: