-
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
snowflake_stage does not work for existing storage_integration #2120
Comments
Any updates here? Having the same issue, I believe. Also, the error message is quite unclear as to what the problem is exactly 🤔 |
Hey @axthosarouris. Thanks for reporting the issue. Could you please provide the complete debug log with the error cause? The snippet you provided is just a result, but the reason is missing. @tiredoak, could you provide yours too? |
I have the same issue with Provider Version both 0.73.0 and 0.84.1. any update here? her eis the errors I founf in the log file :
|
Hey @amofakhar. Could you provide the full debug log for the first error? You can get more output by running terraform with |
Hey @amofakhar, @tiredoak, @axthosarouris. Could any of you provide the full debug log for the errors? You can get more output by running the terraform with the TF_LOG=DEBUG flag. |
Closing due to inactivity. Please open a new issue if the problem persists in the newest provider version. Please remember about the debug log (with |
Provider Version
0.73
Terraform Version
1.6.1
Describe the bug
Given the following code:
The output is
Expected behavior
The stage creation should not fail when the storage integration is provided. The equivalent script that implements the expected behavior is the following:
Code samples and commands
See above
Additional context
Line 63 mentioned in the error is the line starting with
resource "snowflake_stage" "profiles_stage"
.The text was updated successfully, but these errors were encountered: