databricks-sdk-go
databricks-sdk-go copied to clipboard
Environment variables should not conflict with `auth_type`
2 similar issues were raised in the Terraform provider:
- https://github.com/databricks/terraform-provider-databricks/issues/2226
- https://github.com/databricks/terraform-provider-databricks/issues/2234
Both have the same root cause, existing env vars ARM_CLIENT_ID and ARM_TENANT_ID leading to the SDK inferring auth_type as azure, and throw and error even though it was already explicitly specified
Curious as to why this does not kick in