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

Rename SQL Endpoints to SQL Warehouse

Open amansehgal82 opened this issue 3 years ago • 1 comments

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 endpoint to warehouse in sample code snippets.
  • [ ] Replace resource name in support matrix from endpoint to warehouse. Eg: databricks_sql_endpoint to databricks_sql_warehouse

Important Factoids

Change in name documentation: Databricks SQL Endpoints

amansehgal82 avatar Jul 11 '22 13:07 amansehgal82

it's not only doc issue - changing the resource name could be a bit amount of work to maintain compatibility

alexott avatar Jul 11 '22 13:07 alexott