-
Notifications
You must be signed in to change notification settings - Fork 54
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
Dbt run returns ‘header info didn’t have x_token_server’ on expired access token #432
Labels
bug
Something isn't working
Comments
Please send trino-python-client debug logs, which trino-python-client version are you using? |
I am using trino python client 0.329.0
|
1 task
As the underlying issue is with trino-python-client, I opened an issue there: trinodb/trino-python-client#484. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
When running dbt commands, authenticating with OAuth and installed keyring...if the cached access token is expired, it should prompt for authentication again to refresh the token. Allowing the dbt command to run after.
Actual behavior
The dbt command fails with
Steps To Reproduce
method: oauth
dbt run
dbt run
againLog output/Screenshots
Operating System
Microsoft Windows [Version 10.0.19045.4780]
dbt version
1.8.5
Trino Server version
449-e
Python version
3.11.5
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: