-
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
Create new warehouse is failing on v>77 #2272
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:warehouse
Issue connected to the snowflake_warehouse resource
Comments
When I switched to V0.77 it starter working |
bob-zarkoob
changed the title
Create new warehouse is failing on v>78
Create new warehouse is failing on v>77
Dec 14, 2023
Hey @baabaakz. THanks for reporting the issue. Can you share the debug logs? |
Hey @baabaakz. Unfortunately, the logs you gave me do not have the described error. Can you share the logs with the error? |
That error is resolved. |
It's great to hear that! Can we close it then? |
Yes please |
sfc-gh-jcieslak
added
category:resource
resource:warehouse
Issue connected to the snowflake_warehouse resource
labels
May 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:warehouse
Issue connected to the snowflake_warehouse resource
Terraform CLI and Provider Versions
v78, v79 and v80
Terraform CLI: 1.6.5
Terraform Configuration
Expected Behavior
Create a warehouse
Actual Behavior
Error: [errors.go:17] object does not exist or not authorized
with module.snowflake_warehouses.snowflake_warehouse.WH_TABLEAU_DEVELOPMENT
on warehouses/warehouses.tf line 43, in resource "snowflake_warehouse" "WH_TABLEAU_DEVELOPMENT":
resource "snowflake_warehouse" "WH_TABLEAU_DEVELOPMENT" {
On Snowflake I see this error:
SQL compilation error: Object 'null' does not exist or not authorized.
Steps to Reproduce
terraform apply
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: