You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
Describe the feature
I'm setting up Snowflake OAuth authentication in dbt core and it looks like dbt doesn't currently support the refresh_token variable. The token variable asks for an access token value to establish OAuth access. Can dbt add the possibility to enter a refresh token and automatically exchange it for an access token?