snowflake_stage
errors don't bubble up (always shows generic error creating stage S3_STAGE
instead)
#2188
Labels
snowflake_stage
errors don't bubble up (always shows generic error creating stage S3_STAGE
instead)
#2188
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
A clear and concise description of what the bug is.
Expected behavior
The errors returned by Snowflake server doesn't get bubbled up on the console - you just get the generic "error creating stage blah" instead. To be able to see the error, you'd have to set the env var
TF_LOG=debug
and runterraform apply
again, which is suboptimal.Code samples and commands
Please add code examples and commands that were run to cause the problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: