-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't create a file format TOK_CONSTANT_LIST does not exist #168
Comments
I see the same issue as well. The actual SQL that seems to be executed on Snowflake's side is to the effect Working version: |
I went through the snowflake documentation one more time. Turns out, the value for file_format can be a list denoted within In your case, you might have to change the stage resource to something like
|
@brewkode That is correct! The only thing I will mention is that
|
Has anyone else got the had trouble creating a snowflake stage with this provider? I keep getting the following error:
I know for a fact that the file format does indeed exist because I was able to create the stage manually in a snowflake worksheet. The only caveat being that I had to provide the fully qualified file_format:
Here is my stage resource:
When I try adding
{DB}.{SCHEMA}.{TABLE}
to the file_format in terraform I get the following error:The text was updated successfully, but these errors were encountered: