We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cae5a commit b7a4be0Copy full SHA for b7a4be0
databricks-sdk-java/src/main/java/com/databricks/sdk/core/DatabricksConfig.java
@@ -27,9 +27,7 @@ public class DatabricksConfig {
27
@ConfigAttribute(env = "DATABRICKS_ACCOUNT_ID")
28
private String accountId;
29
30
- /**
31
- * Workspace ID for unified host operations.
32
- */
+ /** Workspace ID for unified host operations. */
33
@ConfigAttribute(env = "DATABRICKS_WORKSPACE_ID")
34
private String workspaceId;
35
0 commit comments