bryce_arden
06/18/2023, 6:23 PMmeltano add loader <loader>
? I’m running into an issue where the target-duckdb==0.4
loader pulled by meltanohub is incompatible with newer versions of duckdb. The 0.5.0
release addresses these issues (ref), but I haven’t gotten meltano to recognize this version, even after changing the pip_url
.
Thanks in advance!bryce_arden
06/18/2023, 6:24 PMmeltano add extractor tap-jaffle-shop
meltano add loader target-duckdb
meltano run tap-jaffle-shop target-duckb
aaron_phethean
06/18/2023, 6:31 PMbryce_arden
06/18/2023, 7:20 PMaaron_phethean
06/18/2023, 7:27 PMbryce_arden
06/18/2023, 7:33 PMname: target-duckdb--new
inherit_from: target-duckdb
pip_url: target-duckdb==0.5.0
aaron_phethean
06/18/2023, 8:56 PMuser
06/19/2023, 3:40 PMmeltano install loader target-duckdb --clean
. The clean flag will remove previously installed code and reinstalled a fresh version. I wonder if it wasnt overwriting your venv after you updated the pip url. The lock files only contain the metadata in most cases with the pip url not version constrained. Whatever you put in your meltano.yml would override it.