Deleting a Databricks Workspace's Default SQL Warehouse with Terraform
What is Databricks’ Default SQL Warehouse? An SQL warehouse in Databricks is a compute resource specifically tailored for handling SQL workloads and queries. It’s designed to support data analysis and BI (Business Intelligence) activities by enabling fast, efficient access to data stored in Databricks’ Delta Lake and other data sources. When you create a new Databricks workspace, it comes with a default warehouse. The default warehouse is automatically created and cannot be bypassed. However, you can remove the default warehouse after it’s been created, either through the Databricks UI, the Databricks CLI, or the Databricks REST API. ...