terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Databricks Terraform Provider
### Configuration ```hcl resource "databricks_metastore_assignment" "this" { metastore_id = databricks_metastore.this.id workspace_id = var.workspace_id } ``` ### Expected Behavior Import should work. ``` terraform import databricks_metastore_assignment.this /12345678 ``` ### Actual Behavior...
Hi there, I love the new Repos in the Databricks Workspace. However our ambition is to have it automated. So if one merges and PR to the MAIN branch, we...
Whenever special environment variable is set, log API calls into a more readable file. Also, need to log query string as well: https://github.com/databrickslabs/terraform-provider-databricks/blob/master/common/http.go#L485-L487
* Return `mountRemoteInfo` from MountPoint#Mount * Change signature of MountPoint#Source - expect `Mount`/`Client` as arguments, return `mountRemoteInfo` instead of mount source string * remote acceptance tests for deprecated resources, that...
This PR is aiming at re-creating DBFS file from local resource if modification is detected on remote storage. Current state 
### Terraform Version Terraform 0.14.6 Databricks provider: any version (v0.3.0 or older) ### Affected Resource(s) Please list the resources as a list, for example: - databricks_secret - databricks_azure_adls_gen2_mount - possibly...
Terraform removes manually configured `spark_env_vars` every time any change to a `databricks_cluster` needs to be done even though `spark_env_vars` is not configured/maintained by terraform. Even while trying to use `lifecycle`...
Hi can "reuse_key_for_cluster_volumes" be added under "databricks_mws_customer_managed_keys" key_info to bring it in line with the databricks service? Thank you