Closed mgyucht closed 2 months ago
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).
getWorkspaceClient()
resolve()
Changes
getWorkspaceClient()
clears the account ID from the config, butresolve()
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