paul_tiplady
02/19/2022, 2:12 AMRUN .meltano/transformers/dbt/venv/bin/pip install -U MarkupSafe==2.0.1
(Wondering if there’s a cleaner way to pin deps for things that Meltano creates venvs for?)nino_mueller
02/19/2022, 11:55 AMedgar_ramirez_mondragon
02/20/2022, 2:19 AM(Wondering if there’s a cleaner way to pin deps for things that Meltano creates venvs for?)
You can override the plugin's
pip_url
to something like pip_url: dbt-core==1.0.1 MarkupSafe<2.1.0
I'd still hope that pinning the latest dbt version should also solve the problem pip_url: dbt-core==1.0.2