Skip to content

Commit 5955333

Browse files
Update GCP auth readme (#470)
## Changes <!-- Summary of your changes that are easy to understand --> - The azure doc link was misplaced. Moving it up under the azure auth section ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [ ] `make fmt` applied - [ ] relevant integration tests applied
1 parent 6a87baf commit 5955333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ w = WorkspaceClient(host=input('Databricks Workspace URL: '),
174174
azure_client_secret=input('AAD Client Secret: '))
175175
```
176176

177+
Please see more examples in [this document](./docs/azure-ad.md).
178+
177179
### Google Cloud Platform native authentication
178180

179181
By default, the Databricks SDK for Python first tries GCP credentials authentication (`auth_type='google-credentials'`, argument). If the SDK is unsuccessful, it then tries Google Cloud Platform (GCP) ID authentication (`auth_type='google-id'`, argument).
@@ -199,8 +201,6 @@ w = WorkspaceClient(host=input('Databricks Workspace URL: '),
199201

200202
```
201203

202-
Please see more examples in [this document](./docs/azure-ad.md).
203-
204204
### Overriding `.databrickscfg`
205205

206206
For [Databricks native authentication](#databricks-native-authentication), you can override the default behavior for using `.databrickscfg` as follows:

0 commit comments

Comments
 (0)