terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Rename SQL Endpoints to SQL Warehouse
Recently, Databricks SQL Endpoints was renamed to SQL Warehouse and hence, all the references to Databricks SQL Endpoints needs to be updated.
Affected Resource(s)
Affected doc pages: https://registry.terraform.io/providers/databricks/databricks/latest/docs https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/sql_endpoint https://registry.terraform.io/providers/databricks/databricks/latest/docs/guides/experimental-exporter
List of things to potentially add/remove:
This is a list of things to manipulate in the docs:
- [ ] Replace URL title for Datarbirkcs SQL Endpoint webpage to SQL Warehouse on above mentioned URLs.
- [ ] Replace
endpointtowarehousein sample code snippets. - [ ] Replace resource name in support matrix from
endpointtowarehouse. Eg:databricks_sql_endpointtodatabricks_sql_warehouse
Important Factoids
Change in name documentation: Databricks SQL Endpoints
it's not only doc issue - changing the resource name could be a bit amount of work to maintain compatibility