greg_goltsov
05/03/2023, 3:25 PMtap-postgres
(the default one) and target-duckdb
. I’m getting the unexpected keyword argument 'request_timeout'
error. Full context:
RUN meltano install extractor tap-postgres && meltano install loader target-duckdb 0.8s
------
> [7/8] RUN meltano install extractor tap-postgres && meltano install loader target-duckdb:
#0 0.645 Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
#0 0.645 join our friendly Slack community.
#0 0.645
#0 0.645 __init__() got an unexpected keyword argument 'request_timeout'
I’m using python:3.9-bullseye
base image.Henning Holgersen
05/03/2023, 3:31 PMmeltano.yml
file and run meltano install
in the Dockerfile. Also, about the syntax, isn’t it meltano add
?jan_soubusta
05/03/2023, 3:32 PMjan_soubusta
05/03/2023, 3:32 PMuser
05/03/2023, 3:34 PMgreg_goltsov
05/03/2023, 3:35 PMgreg_goltsov
05/03/2023, 3:35 PMpipx
for installing it…user
05/03/2023, 3:57 PMpipx
, and make it clear that installing into a virtual environment alongside other packages is fraught. https://github.com/meltano/meltano/pull/7639hitesh
05/11/2023, 7:56 AMuser
05/11/2023, 12:26 PM