You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Internal] Add example for workspace unified authentication (#320)
## Changes
This PR adds an extremely simple example to show how to use workspace
unified authentication. This example is meant to be used by external CI
scripts that rely on examples to run integration tests.
Example for authenticating with Databricks Workspace through Databricks' Unified Authentication. Unified
10
+
Authentication takes care of inspecting your environment to determine the best way to authenticate.
11
+
12
+
<p>
13
+
For more details, please see <a href="https://docs.databricks.com/en/dev-tools/sdk-java.html#authenticate-the-databricks-sdk-for-java-with-your-databricks-account-or-workspace">Authenticate with Databricks SDK for Java</a>.
14
+
*/
15
+
publicclassUnifiedAuthWorkspace {
16
+
/**
17
+
Authenticate and retrieve the list of clusters from the workspace
0 commit comments