-
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
error on dynamic table refresh during #2484
Comments
Hey @freylafert. Thanks for reaching out to us. Can you share the query you want to run? I suspect that it has multiple There is also an open PR #2438 that will try to solve such problems. We should be able to release it as a part of v0.86.0 (this Wednesday/Thursday). |
Thank you for the quick answer, yes, we have multiple statements like this in the queries: |
Great, then it will be a good test for the change from #2438 (please check it, after we release v0.86.0. |
Hey @freylafert. We have released 0.86.0 yesterday. Could you check if this solves your issue, please? |
Yes, the issue was resolved, closing the ticket. |
Terraform CLI and Provider Versions
Terraform v1.5.5
on darwin_arm64
Provider version 0.85.0
Terraform Configuration
Expected Behavior
expected terraform to be applied
Actual Behavior
Error: too many matches found. There is no way of getting ONLY the 'query' used to create the dynamic table from Snowflake. We try to get it from the whole creation statement but there may be cases where it fails. Please submit the issue on Github (refer to #2329)
#2329
Steps to Reproduce
terraform apply
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: