Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing oauth authentication due to sdk framework change #58

Merged

Conversation

s7clarke10
Copy link
Contributor

This PR resolves an issue with OAuth authentication due to changes in the way the SDK framework has been reconfigured for OAuth and setting setting headers. Bumping the Meltano SDK from 0.33 -> 0.44 introduced a breaking change for this tap.

An OAuth token is initially required to authenticate with requests to obtain a schema layout. This change requests a refresh of the token and ensures the OAuth Request is stored in the header for future requests.

This PR resolves #57

@jlloyd-widen jlloyd-widen merged commit f51612e into Widen:main Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authentication failures
2 participants