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

add oauth authentication to snowflake adapter (#2050) #2069

Merged
merged 1 commit into from
Jan 30, 2020

Conversation

beckjake
Copy link
Contributor

Fixes #2050

Add oauth support and a unit test.

I don't have any clever way to integration test this (without setting up oauth I guess), but based on my reading of snowflake's docs, this unit test demonstrates that dbt does the right thing.

@cla-bot cla-bot bot added the cla:yes label Jan 24, 2020
Copy link
Contributor

@drewbanin drewbanin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! We can test this out with our own Snowflake instance, but I don't think it's a good idea to make it an automated test at present. I can give this a spin manually, but in the meantime, can you make the base branch for this one dev/0.15.2? That was my bad - I should have noted it in the issue.

I'll follow up here when I've done some functional testing

@beckjake beckjake changed the base branch from dev/barbara-gittings to dev/0.15.2 January 24, 2020 17:28
Copy link
Contributor

@drewbanin drewbanin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Snowflake oauth authentication
2 participants