terraform-provider-databricks
terraform-provider-databricks copied to clipboard
Databricks Terraform Provider
There is an edge case when an SQL object (dashboard/query/alert) is in the user home folder, not a subfolder - in this case instead of a reference to a resource,...
### Configuration ```hcl locals { grant_statements = flatten([ for user in var.grants : [ for grant in user.grants : { role_name = grant user_id = user.id } ] ]) }...
### Use-cases databricks_file was added in https://github.com/databricks/terraform-provider-databricks/pull/2495 but then reverted. Our team would like to use databricks_file to upload files to managed volumes. We have a metrics push job written...
Creating a workspace is failing on authentication. It seems to me this is failing post-creation at the validation stage. All our terraform config is deployed using CI/CD which touches on...
### Affected Resource(s) https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/guides/experimental-exporter ### Expected Details I do not find the explanation of the `services` and `listing` arguments clear enough. After reading the descriptions of both I still have...
## Changes - Make `typeToSchema` check and reuse information for registered resources in the `resourceProviderRegistry` - Taking `Library` out of the registry because the only customization is not needed in...
## Changes Terraform manage column type by lower case so if add the Upper case terraform Terraform manages column types in lowercase, so passing them in uppercase results in a...
## Changes Simply removing the migration section of `control_run_state` that is no longer needed and makes [the rendered documentation](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/job#control_run_state) look ugly. Also place the tags section last by Terraform documentation...
I'm encountering an issue with the provider using file_clean_path to calculate the path in the "databricks_notebook" resource. You can a fairly detailed write from this stack overflow post https://stackoverflow.com/questions/75652903/why-does-terraform-plan-fail-with-error-clean-path-required My...
hi team, I was making a change to an instance pool using the new provider version (1.42). It failed to re-create the associated policy with the following error: `│ Error:...