francis_niu
10/20/2021, 2:59 PMmeltano==1.84.0
dbt-postgres==0.21.0
It reports:
The conflict is caused by:
meltano 1.84.0 depends on jsonschema<3.0.0 and >=2.6.0
hologram 0.0.14 depends on jsonschema<3.2 and >=3.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
Is that possible to make meltano use jsonschema>=3.0, which was released in two yeas ago?edgar_ramirez_mondragon
10/20/2021, 3:11 PMmeltano add --custom transformer dbt # and use 'dbt-postgres' for the pip_url
aaronsteers
10/20/2021, 3:24 PMfrancis_niu
10/21/2021, 12:59 AM