terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Databricks Terraform Provider
### Configuration ```hcl resource "databricks_job" "this" { max_concurrent_runs =1 name = "test" retry_on_timeout = false timeout_seconds = 0 webhook_notifications { on_start { id = var.webhook_id } on_failure { id =...
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...
Right now, references are resolved only for attributes of string, int, and list types. We need to support resolving references in maps as well.
Customers are not happy with the doc:https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/catalog_workspace_binding#securable_name As the resource has deprecated some attributes, however, the Terraform documentation doesn’t have any migration instructions, and also, per the Terraform plan, the...
I'm trying to create withouth success a `databricks_external_location` that is supposed to be using a `databricks_storage_credential`. I found at least 3 different problems with the `databricks_storage_credential` I'm deploying it in...
### Use-cases We would like to provide business units with their own catalogs, and to have a `sensitive` schema for their PII data which we grant less access to. So...
### Use-cases Microsoft introduces Partner-powered AI assistive features for Databricks, which is enabled by default now. I was not able to locate in provider feature to disable it, while I...
### Use-cases It would be useful to output the current permissions of an object while importing the databricks permissions for the object. This because databricks_permissions will OVERWRITE any existing permissions...
### Use-cases It would be useful to output the current grants ofa Unity Catalog object while importing the databricks grants for the object ### Attempted Solutions ### Proposal Create a...
### Use-cases We are deploying our serving endpoints using a service principle for production. Our model training pipeline will dynamically create a new version of mlflow model and create/update a...