Skip to content

Commit 415400f

Browse files
authored
[Doc] Deprecate data_source_id attribute in databricks_sql_endpoint resource (#4929)
## Changes <!-- Summary of your changes that are easy to understand --> ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [x] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] using Go SDK - [ ] using TF Plugin Framework - [x] has entry in `NEXT_CHANGELOG.md` file
1 parent 5a86014 commit 415400f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
### Documentation
1414

1515
* Document `email_notifications` block in model serving resources ([#4910](https://github.com/databricks/terraform-provider-databricks/pull/4910))
16+
* Deprecate `data_source_id` attribute in `databricks_sql_endpoint` resource ([#4929](https://github.com/databricks/terraform-provider-databricks/pull/4929))
1617
* Deprecate `databricks_sql_visualization` and `databricks_sql_widget` resource. ([#4924](https://github.com/databricks/terraform-provider-databricks/pull/4924))
1718
* Document `APPLY_TAG` privilege for `databricks_volume` grants ([#4928](https://github.com/databricks/terraform-provider-databricks/pull/4928))
1819

docs/resources/sql_endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In addition to all arguments above, the following attributes are exported:
5555
* `id` - the unique ID of the SQL warehouse.
5656
* `jdbc_url` - JDBC connection string.
5757
* `odbc_params` - ODBC connection params: `odbc_params.hostname`, `odbc_params.path`, `odbc_params.protocol`, and `odbc_params.port`.
58-
* `data_source_id` - ID of the data source for this endpoint. This is used to bind an Databricks SQL query to an endpoint.
58+
* `data_source_id` - (Deprecated) ID of the data source for this endpoint. This is used to bind an Databricks SQL query to an endpoint.
5959
* `creator_name` - The username of the user who created the endpoint.
6060
* `num_active_sessions` - The current number of clusters used by the endpoint.
6161
* `num_clusters` - The current number of clusters used by the endpoint.

0 commit comments

Comments
 (0)