terraform-provider-databricks
terraform-provider-databricks copied to clipboard
[FEATURE] Timeouts for databricks_sql_table
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