-
Notifications
You must be signed in to change notification settings - Fork 420
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
using partition_by for external table fails #2293
Comments
Hey @oemergenc. Thanks for reporting the issue. There is already an incoming fix: #2284. It will be released with the next version. cc: @sfc-gh-jcieslak |
@sfc-gh-asawicki I was able to update the provider and test the feature. The
I also cannot see the To further clarify: external table created manually
external table created with this Snowflake Terraform provider version 0.82
As you can see from this example the |
From what I can see the |
@sfc-gh-asawicki |
@oemergenc AFAIK it's next item @sfc-gh-jcieslak will work on. |
seems to work with 0.83.1. I am closing this issue. |
Terraform CLI and Provider Versions
❯ terraform --version
Terraform v1.5.5
on darwin_arm64
Terraform Configuration
Expected Behavior
It should be possible to use the
partition_by
feature and the external table should be successfully be created.Actual Behavior
The terraform apply command fails with the following exception:
Steps to Reproduce
How much impact is this issue causing?
High
Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: