`pip_url: dagster-ext==0.1.1 dbt-core~=1.8.0 dbt-s...
# troubleshooting
i
pip_url: dagster-ext==0.1.1 dbt-core~=1.8.0 dbt-snowflake~=1.8.0 pendulum<3
Copy code
55.03 The conflict is caused by:
55.03     dagster-ext 0.1.1 depends on pydantic<2.0.0 and >=1.9.0
55.03     dagster 1.9.0 depends on pydantic<2.10 and >=2
55.03
55.03 To fix this you could try to:
55.03 1. loosen the range of package versions you've specified
55.03 2. remove package versions to allow pip to attempt to solve the dependency conflict
55.03
55.03 ERROR: ResolutionImpossible: for help visit <https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts>
Dagster-ext version is causing my
meltano install
step to fail in my dockerfile. Should I just assume this will be fixed and wait for them to fix this? There doesn't seem to be a newer version of the
dagster-ext
. I only have the version declared in my
pip_url
. Or is there any way to force using one of the 1.8 versions?
1
r
Or is there any way to force using one of the 1.8 versions?
Copy code
pip_url: dagster-ext==0.1.1 dbt-core~=1.8.0  pendulum<3 dagster<1.9
1
👍 1
i
Thank you, Reuben! This fixed it.
e
I logged an issue in the extension repo: https://github.com/quantile-development/dagster-ext/issues/14
j
I've posted a PR there but we'd have to wait until the owner of that repo takes a look. I'll give him a week and then try to poke him.
🤞 2
The owner took a look and merged the PR. Try to see if you c an start using 1.9!
🙌 2
i
Unfortunely still getting this, is 1.9 working for you?
e
You'll want to change your
pip_url
to use
dagster-ext==0.1.2
i
Oh didn't know there was a new dagster-ext
will do!
👍 1
hopefully this fixes another dbt issue im having rn lol
🤞 1