-
Notifications
You must be signed in to change notification settings - Fork 90
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 Snowflake support #366
Comments
I'm interested in this as well (from MGB CHoRUS Bridge2AI) -- MGB has moved its data warehouse to Snowflake. Is there anyone who has successfully made a scan of a Snowflake Database? |
@heschmidt04 Would you be willing to help with a more realistic test scenario? |
Sure thing. I just got my sites Snowflake access the last week of Sept and am getting all the OMOP into a workspace. I think I can help with a basic Snowflake setup on a test account if that helps. Feel free to contact me via email about coordinating that. They are using OAUTH and so our Snowflake access is using python modules and a single sign on method that I don't think ODBC can emulate. Open to all options and willing to test. Best regards, Heidi |
Hi Jan, Thanks for providing me a release candidate to test. I replied in email with my results and screen shots. The snowflake connectivity test was a success using "external browser" method. Yeay! <3 The generate scan report at the command line fails for me in the RC on Windows 10 VM using Java 1.8 and using v0.10.8 on my M1 Mac with Java 17. I can take that piece offline with you. I wanted to update here to close the communication loop in case other folks were watching this thread for Snowflake updates. Many thanks! Heidi [email protected] |
The code for WhiteRabbit 1.0, with Snowflake support is currently under review (Pull Request). |
Hi Heidi,
just wanted to share with you that an "official" release candidate for
WhiteRabbit 1.0, with Snowflake support, is now available:
https://github.com/OHDSI/WhiteRabbit/releases/tag/v1.0.0-RC1
Thanks again for helping me with testing for Snowflake! And should you be
able to, a quick smoke test of the release candidate would be highly
appreciated :-)
Best regards,
Jan Blom
…On Thu, Nov 16, 2023 at 5:58 PM Heidi E. Schmidt ***@***.***> wrote:
Hi Jan, Thanks for providing me a release candidate to test. I replied in
email with my results and screen shots. The snowflake connectivity test was
a success using "external browser" method. Yeay! <3 The generate scan
report at the command line fails for me in the RC on Windows 10 VM using
Java 1.8 and using v0.10.8 on my M1 Mac with Java 17. I can take that piece
offline with you. I wanted to update here to close the communication loop
in case other folks were watching this thread for Snowflake updates. Many
thanks! Heidi ***@***.***
—
Reply to this email directly, view it on GitHub
<#366 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYL2KV6QEDS2ZPZFSVV5V3YEZA4DAVCNFSM6AAAAAAUGMZ7HCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJUHA2TGNJTGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Awesome to hear! Thank you again for your time and help.
I'll be able to test more towards April so I'll put this as a reminder in
my calendar to do so.
Best,
Heidi
…On Fri, Mar 1, 2024 at 11:50 AM janblom ***@***.***> wrote:
Hi Heidi,
just wanted to share with you that an "official" release candidate for
WhiteRabbit 1.0, with Snowflake support, is now available:
https://github.com/OHDSI/WhiteRabbit/releases/tag/v1.0.0-RC1
Thanks again for helping me with testing for Snowflake! And should you be
able to, a quick smoke test of the release candidate would be highly
appreciated :-)
Best regards,
Jan Blom
On Thu, Nov 16, 2023 at 5:58 PM Heidi E. Schmidt ***@***.***>
wrote:
> Hi Jan, Thanks for providing me a release candidate to test. I replied
in
> email with my results and screen shots. The snowflake connectivity test
was
> a success using "external browser" method. Yeay! <3 The generate scan
> report at the command line fails for me in the RC on Windows 10 VM using
> Java 1.8 and using v0.10.8 on my M1 Mac with Java 17. I can take that
piece
> offline with you. I wanted to update here to close the communication
loop
> in case other folks were watching this thread for Snowflake updates.
Many
> thanks! Heidi ***@***.***
>
> —
> Reply to this email directly, view it on GitHub
> <#366 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ABYL2KV6QEDS2ZPZFSVV5V3YEZA4DAVCNFSM6AAAAAAUGMZ7HCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJUHA2TGNJTGI>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#366 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYR4GPPAGMKWKT5CDJX6X3YWCWVLAVCNFSM6AAAAAAUGMZ7HCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZTGUZTCMJXHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
"Nothing is for itself, but each thing partaking of the other is living its
greatest possibility . . ." -Robert Henri
|
hi all, I hope you're doing well. I was running a test of this release of WhiteRabbit 1.0 with Snowflake support by @janblom & encountered an error when testing the connection. has anyone dealt with the following error: net.snowflake.client.jdbc.SnowflakeConnectString parse relatively new to Snowflake, so I would greatly appreciate any guidance or support. thanks, |
@matteosanchez-dahl Are you running it with an .ini file or did you run it with the GUI? We have Okta so I have to use "eternal browser" I owe Jan testing so your comment reminded me :) I used the following syntax for RC2 v1 - WhiteRabbit_v1.0.0-rc2 |
Hi @matteosanchez-dahl , could you let me know how (GUI or ini file) and with what parameters (excluding/masking the password of course) you attempt to make a connection? Thanks, |
Is your feature request related to a problem? Please describe.
Snowflake is gaining traction as a data store, and the OHDSI tools "downstream" support Snowflake.
Describe the solution you'd like
WhiteRabbit should be able to access and scan tables in a Snowflake warehouse.
Describe alternatives you've considered
The option to add Snowflake support based on SqlRender was considered and discussed with @schuemie , but this is not a feasible option.
Additional context
The initial implementation will be experimental, but should not affect other databases.
The text was updated successfully, but these errors were encountered: