-
Notifications
You must be signed in to change notification settings - Fork 59
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
[Bug] psycopg2 dependency is not installed correctly #839
Comments
@Auric-Manteo On Ubuntu, I expect this would be a result of: Which we're going to resolve by:
However, on MacOS, I would expect the install to work successfully (with
|
Oh, nice. It's inside a docker container which I guess is why it doesn't work on my Mac either. |
Ah yes, that would explain it! The easiest way to fix this is by adding the I'm going to close this issue as a duplicate in the meantime |
Adding psycopg2 didn't work in my case, but reverting to dbt-redshift 1.7.7 does, which is fine for now. |
Is this a new bug in dbt-redshift?
Current Behavior
When I install the following Pipfile and run
dbt seed
afterwards I get an import error.Expected Behavior
dbt seed
should run successfully.Steps To Reproduce
Relevant log output
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: