-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
use psycopg2-binary dep #704
Comments
Is this issue on the roadmap? I recently ran into the same error as described here: As a workaround, I tried cloning That did seem to fix the error, and I am able to use this version of dbt to compile and run our dbt projects without any errors. I'm happy to send along a pull request for this, but I wanted to check if perhaps I should be testing anything else? |
@michael-erasmus thanks for the additional info. I'd like to get up-to-date with psycopg2, but we've had some rough experiences bumping deps in the past, so I want to make sure that we're not going to break anything in the process! I went through the list of changes from psycopg2 v2.7.1 to v2.7.5 (here) and it doesn't look to me like there's anything problematic in there. In fact, I think there are some fixes around closed connections that might help out dbt users with long-running queries. .... I'm doing some reading about the updates, and I'm seeing some conflicting information on the binary package. The installation docs indicate that the
But the 2.7.4 article seems to indicate that
So, I think I'd like to bump to Definitely keen to hear your thoughts @michael-erasmus. When you installed |
Hey @drewbanin! I installed just |
great, thanks @michael-erasmus. I think that's what we'll do for the next release. Check the above PR for more info :) Thanks for your help! |
That's awesome, thanks @drewbanin! |
Merged in #807 - closing |
via http://initd.org/psycopg/articles/2018/02/08/psycopg-274-released/
The text was updated successfully, but these errors were encountered: