-
Notifications
You must be signed in to change notification settings - Fork 76
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
Incomplete Connection Instructions on page /integrations/snowflake.html #963
Comments
hey @edglazer do you have any suggestions on what information we should add? |
Yes! I was able to get things working, with help from this section of the Snowflake docs: Specifically, the more detailed URL string description: I followed your excellent instructions on adding password to keyring, then used this code to connect:
Then super simple test: Also, this might be out of scope, but: For me this was enough to connect correctly, but wouldn't let me actually query. My DBA needed to also |
I also periodically get an error about needing to select the warehouse with USE WAREHOUSE command, so I periodically have to re-run: Again, maybe out of scope for your instructions, but if it's helpful to get others querying successfully I figure it's worth sharing. |
thanks a lot for sharing this, I'll keep this issue open so we remember to incorporate your findings in our user guide. feel free to share any other feedback! It's pretty difficult for us to find all these weird config edge cases for all databases so we really appreciate it when our community helps us document them! |
If I think of anything else, I'll share it here! Glad to help, I think the work you're doing on JupySQL is great! |
I'm looking at instructions for other databases (Redshift, MySQL) and comparatively it seems as though the Snowflake instructions are incomplete. The instructions seem to load the Penguins CSV into memory, and doesn't actually show any interaction with Snowflake? I'm struggling to get Snowflake working with JupyterLab and JupySQL, but this configuration page seems to be missing crucial data.
Any help is appreciated!
The text was updated successfully, but these errors were encountered: