terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[FEATURE] Timeouts for databricks_sql_table

Open markus-raster opened this issue 6 months ago • 0 comments
trafficstars

Use-cases

In order to create views or other tables with databricks_sql_table on selecting a warehouse, the query executed does not wait for the cluster to start and timeouts after 50 seconds.

Attempted Solutions

Setting timeouts for databricks_sql_table. However they are not supported.

Proposal

Allow to set a timeout in databricks_sql_table starting the warehouse that is used for executing the query:

https://github.com/databricks/terraform-provider-databricks/blob/main/catalog/resource_sql_table.go#L23

markus-raster avatar Apr 30 '25 14:04 markus-raster