quantile-development / dagster-ext

10 stars 6 forks source link

New version of pendulum preventing extension running #10

Open acarter24 opened 8 months ago

acarter24 commented 8 months ago

Seeing issues trying to run this extension in docker.

AttributeError: module 'pendulum' has no attribute 'Pendulum'. Did you mean: '_pendulum'?

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 to 1.5.7 or pin pendulum below 3.0 to solve the issue.

This explains in more detail https://github.com/dagster-io/dagster/discussions/18783

acarter24 commented 8 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

ReneTC commented 8 months ago

This is fixed in a newer version of dagster: https://github.com/dagster-io/dagster/discussions/18783