terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Databricks Terraform Provider
## Changes This PR adds filtering capabilities to the `databricks_instance_profiles` data source. A new optional block `filter` is introduced that exposes two arguments: 1. `name`: This takes the name of...
This PR fixes the test failure by properly depending on the error from Go's networking stack, which is now propagated by https://github.com/databricks/databricks-sdk-go/pull/699
## Changes ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [...
## Changes ## Tests - [ ] `make test` run locally - [ ] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [...
## Changes Creating a single node pool. Setting num_worker = 0, instance_pool_id and driver_instance_pool_id to the same pool creates a single node pool. However, the UI explicitly says that `spark.databricks.cluster.profile`...
## Changes Enabling the `StorageLocation` property of `databricks_volume` to be computed as well as optional. This will allow the computed value, when no value is provided, to be used in...
## Changes This change introduces Network Connectivity Config object as an account level object. ## Tests - [x] `make test` run locally - [x] relevant change in `docs/` folder -...
## Changes Two changes: - There's no need to keep "EXTERNAL" word in "CREATE EXTERNAL TABLE". If there's a LOCATION parameter provided, it will create EXTERNAL table by default, -...
## Changes If the API call returns 0 `object`s in `si` and there are `object`s in `d` (in existing tfstate), they are not deleted from `d` by `common.StructToData` so TF...