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

Question: Snowflake backend? #70

Open
andrewcstewart opened this issue Apr 1, 2020 · 2 comments
Open

Question: Snowflake backend? #70

andrewcstewart opened this issue Apr 1, 2020 · 2 comments
Labels
feature a feature request or enhancement

Comments

@andrewcstewart
Copy link

Hi there. I seem to recall early on that tidypredict had a specified list of supported db backends? (Though I could be misremembering)

I see the documentation refers to dbplyr as managing the db connections. Do you by any chance know if this would work with Snowflake?

(Snowflake adapters for R are a bit confusing bc their main documentation instructs to use the jdbc driver but the odbc driver works just as well)

@topepo
Copy link
Member

topepo commented Apr 3, 2020

No idea. Can you make a reprex to test?

@topepo topepo added the feature a feature request or enhancement label Apr 3, 2020
@edgararuiz
Copy link
Collaborator

The cool thing about tidypredict is that it uses nothing but dplyr commands to produce the output, so adding support of a new database will depend on the backend. For Snowflake specifically, it should work now thanks to dbplyr recently adding support for that database: https://github.com/tidyverse/dbplyr/blob/master/NEWS.md#dbplyr-211

I think we should be able to close this issue, unless you wish to test it first.

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

No branches or pull requests

3 participants