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

Databricks Terraform Provider

Results 561 terraform-provider-databricks issues
Sort by recently updated
recently updated
newest added
trafficstars

### Configuration ```hcl resource "databricks_instance_pool" "my_job_pool" { provider = databricks.workspace instance_pool_name = "My Job Pool" min_idle_instances = 2 max_capacity = 8 node_type_id = data.databricks_node_type.smallest.id enable_elastic_disk = false idle_instance_autotermination_minutes = 5...

platform bug

Need support for creating the below resources via Terraform. - Create SQL Alerts. - Configure Data Alerts destination.

feature
needs-api

Hi there, Today the databricks provider can't manage permissions associated with ML Feature Stores. It would be nice to have a way for the provider to set permissions for these,...

feature
needs-api

Unclear how to enable serving via Terraform. Might not be possible? Possible solution includes adding a flag to enable serving at instantiation, but may involve use of private APIs. Databricks...

feature

Hi, I'm getting an error when creating the databricks_git_credential resource. I source the personal_access_token argument from the AZDO_PERSONAL_ACCESS_TOKEN env variable. This env variable is created from a build pipeline variable....

Hi there, Thank you for opening an issue. Please note that we try to keep the Databricks Provider issue tracker reserved for bug reports and feature requests. For general usage...

needs-api

Hi @nfx, I'd like to suggest a new resource to manage UC tables/views owner, this could look like as simple as this: ### Example configuration ```hcl resource "databricks_table_owner" "pnl_report_owner" {...

feature

To prevent hard-coding tables for databases when granting privileges to principals(as detailed in my [previous request](https://github.com/databrickslabs/terraform-provider-databricks/issues/1105)), a data resource that pulls up the tables and views(via separate TF resources ideally)...

feature
hacktoberfest

Hi there, I have a MLFlow model archive locally that I'd like to register with databricks via terraform. I don't see a way for this to work today. Ideally this...

feature

- Added new field to Terraform resource `mws_customer_managed_key` to stop the key from being used to encrypt cluster volumes - The new field defaults to `true` to preserve the existing...