databricks / databricks-sdk-java

Databricks SDK for Java
https://docs.databricks.com/dev-tools/sdk-java.html
Apache License 2.0
32 stars 23 forks source link

[Internal] Fix nightly test failure #339

Closed mgyucht closed 2 months ago

mgyucht commented 2 months ago

Changes

getWorkspaceClient() clears the account ID from the config, but resolve() may load it again if the account ID is part of the selected .databrickscfg profile or an environment variable (which it is in our integration tests).

Tests