Azure Oauth Passthrough with the Go Driver
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2024 08:39 AM
Can anyone point me towards some resources for achieving this? I already have the token.
Trying with:
dbsql.WithAccessToken(settings.Token)
But I'm getting the following error:
Unable to load OAuth Config: request error after 1 attempt(s): unexpected HTTP status 400 Bad RequestSo I'm guessing its more of a config mishap either on azure or databricks or both and was wondering if there was a resource for it somewhere?