Replies: 3 comments 2 replies
-
@padbk Thanks for starting the discussion! I left a reply on the regression report issue: But I think the ultimate resolution to this question ("why do I need to install |
Beta Was this translation helpful? Give feedback.
-
@jtcohen6 Agree, thanks. |
Beta Was this translation helpful? Give feedback.
-
@jtcohen6
Could you say if the resolution will be released any time soon? |
Beta Was this translation helpful? Give feedback.
-
This PR introduced Psycopg2 as a dependecy for dbt-postgres.
I only use dbt-postgres as it is a depedency of dbt-redshift
And dbt-redshift can function perfectly well without Psycopg2 as it uses redshift-connector
Therefore when, inside a docker container, I installed dbt-redshift 1.8.0 and dbt-postgres 1.8.0, Psycopg2 was also attempted to be installed, when I have not needed it previously. This installation then failed as the docker container I was using did not have the build prerequisites to build Psycopg2 from source code.
I changed the Dockerfile to the following using an alpine image:
This works, but I have outstanding questions:
Beta Was this translation helpful? Give feedback.
All reactions