Open acarter24 opened 11 months ago
Think I have got things working with this pipurl in my meltano.yml
:
pip_url: dagster-ext ... pendulum==2.1.2
But longer term probably need pendulum<3.0
in pyproject.toml
This is fixed in a newer version of dagster: https://github.com/dagster-io/dagster/discussions/18783
Seeing issues trying to run this extension in docker.
I can't see the exact dependency here in pyproject.toml, but I consistently get dagster
v1.4.2
deployed using this extension. The suggestion from the dagster team is to upgrade to1.5.7
or pin pendulum below3.0
to solve the issue.This explains in more detail https://github.com/dagster-io/dagster/discussions/18783