Skip to content

Commit

Permalink
Update databricks-sdk-java/src/main/java/com/databricks/sdk/core/Data…
Browse files Browse the repository at this point in the history
…bricksConfig.java

Co-authored-by: Miles Yucht <[email protected]>
  • Loading branch information
samikshya-db and mgyucht committed Aug 29, 2024
1 parent 380b382 commit 9e66663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class DatabricksConfig {
* <p><b>Note:</b> This API is experimental and may change or be removed in future releases
* without notice.
*/
@ConfigAttribute(env = "DISCOVERY_URL")
@ConfigAttribute(env = "DATABRICKS_DISCOVERY_URL")
private String discoveryUrl;

@ConfigAttribute(env = "DATABRICKS_USERNAME", auth = "basic")
Expand Down

0 comments on commit 9e66663

Please sign in to comment.