-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature]Add support for discovery URL (#336)
## Changes - The current state of SDK : OAuth Token and auth endpoints: we build the discovery endpoint from the host url set in DatabricksConfig. - The changed state in SDK : We fetch the token endpoint and auth endpoint from discovery endpoint. This is useful for scenarios when customers have their own auth endpoints. ## Tests - Manually tested using SQL driver - Also added unit tests --------- Co-authored-by: Vikrant Puppala <vikrant.puppala@databricks.com> Co-authored-by: Miles Yucht <miles@databricks.com>
- Loading branch information
1 parent
bea4755
commit e00d328
Showing
2 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters