Open alexott opened 1 year ago
Option: override env variable for .databrickscfg path to point to nowhere, even if you have a ~/.databrickscfg, it will be ignored.
it's not very friendly as I often use databricks cli from the same session to check results, etc. It would be best to fix on the tests level
Expected Behavior
make test
works without problems even whenDEFAULT
profile is definedActual Behavior
make test
fails with errors since version 1.10.0, and it looks like it's trying to execute against the actual workspace - looks like a behavior change due Go SDK migrationlog is below
Steps to Reproduce
DEFAULT
profilemake test
Terraform and provider versions
provider: 1.10+
logs