Cristian Fadón

Results 5 issues of Cristian Fadón

### Affected Resource(s) [cluster](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/cluster) ### Expected Details cluster_log_conf says you can use s3a:// but you get an error if you use it, telling you to use s3:// ### List of...

docs

Hi. Is there a parameter to silent the output a little bit? the amount of warnings and metrics is flooding my CI output, for example: ``` WARNING Removed paths list:...

I have successfully logged in to Azure by using OIDC: ```yaml permissions: contents: read id-token: write [...] steps: - name: Checkout code uses: actions/checkout@v4 - name: Configure Azure credentials uses:...

question

hello, is ARM support in the roadmap? for the record, I built the container with ARM and it worked, the only line I changed was the wget of fixuid to...

### Configuration ```hcl # Databricks (Workspaces management) provider "databricks" { alias = "mws" host = "https://accounts.cloud.databricks.com" account_id = local.databricks_account_id client_id = var.databricks_client_id client_secret = var.databricks_client_secret } ``` ### Expected Behavior...