You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "CLASSIC" sql warehouse is created normally. ("Serverless" SQL warehouse can be created normally.)
Actual Behavior
1st apply fails after 20 mins:
╷
│ Error: cannot create sql endpoint: failed waiting for warehouse to start: timed out: Clusters are failing to launch. Cluster launch will be retried.
│
│ with databricks_sql_endpoint.this,
│ on main.tf line 1, in resource "databricks_sql_endpoint""this":
│ 1:resource"databricks_sql_endpoint""this" {
│
2nd apply fails with the following error:
╷
│ Error: cannot create sql endpoint: failed creating warehouse: SQL warehouse with name `<my-workspace>-default-sql` already exists
│
│ with databricks_sql_endpoint.this,
│ on main.tf line 1, in resource "databricks_sql_endpoint" "this":
│ 1: resource "databricks_sql_endpoint" "this" {
│
Steps to Reproduce
just run terraform apply for the TF file above.
Terraform and provider versions
1.65.1
Is it a regression?
Debug Output
Important Factoids
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered:
Configuration
We just want to deploy the "CLASSIC" sql warehouse by running
terraform apply
the following:Expected Behavior
The "CLASSIC" sql warehouse is created normally. ("Serverless" SQL warehouse can be created normally.)
Actual Behavior
1st apply fails after 20 mins:
2nd apply fails with the following error:
Steps to Reproduce
just run
terraform apply
for the TF file above.Terraform and provider versions
Is it a regression?
Debug Output
Important Factoids
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: