We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 134c417 commit 7efab1fCopy full SHA for 7efab1f
1 file changed
databricks-sdk-java/src/main/java/com/databricks/sdk/core/ApiClient.java
@@ -52,7 +52,7 @@ public Builder withDatabricksConfig(DatabricksConfig config) {
52
this.getAuthTypeFunc = v -> config.getAuthType();
53
this.httpClient = config.getHttpClient();
54
this.debugTruncateBytes = config.getDebugTruncateBytes();
55
- this.accountId = config.getAccountId();
+ this.accountId = config.getAccountId();
56
this.workspaceId = config.getWorkspaceId();
57
this.isDebugHeaders = config.isDebugHeaders();
58
0 commit comments