Cedric
Cedric
## Changes Add `databricks_mlflow_experiment` data source ## Tests Created 3 tests for this data source - [x] `make test` run locally - [x] relevant change in `docs/` folder - [x]...
## Changes We need to make a number of changes in `databricks_model_serving` to make it matching to latest API spec: - [x] Document new configuration options: `rate_limits`, `tags`, `config.auto_capture_config` -...
There is a bug on the Databricks Platform that prevents users from changing the ownership of a DLT pipeline that publishes to Unity Catalog. Only when the DLT pipeline is...
### Describe the issue When using `databricks auth login` for configuring an account configuration, if you do not specify https in the `--host` flag, it will be deemed as an...
## Changes Add `databricks_mws_network_connectivity_config` data source Resolves #3614 ## Tests - [x] `make test` run locally - [x] relevant change in `docs/` folder - [x] covered with integration tests in...
Starting v1.40.0, it appears that the `cluster_mount_info` no longer works. Explicitly defining it in the Terraform template, the configuration ends up not being sent. ### Expected Behavior It is expected...
## Changes Add support for account-level [Budget](https://docs.databricks.com/api/account/budgets) resource Example structure ``` resource "databricks_mws_budget" "this" { display_name = "data-science-budget" alert_configurations { time_period = "MONTH" trigger_type = "CUMULATIVE_SPENDING_EXCEEDED" quantity_type = "LIST_PRICE_DOLLARS_USD" quantity_threshold...
## Changes Add `databricks_mlflow_models` data source ## Tests Add integration and acceptance test - [x] `make test` run locally - [x] relevant change in `docs/` folder - [x] covered with...