Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of pendulum preventing extension running #10

Open
acarter24 opened this issue Dec 20, 2023 · 2 comments
Open

New version of pendulum preventing extension running #10

acarter24 opened this issue Dec 20, 2023 · 2 comments

Comments

@acarter24
Copy link

acarter24 commented Dec 20, 2023

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
dagster-io/dagster#18783

@acarter24 acarter24 changed the title New version of pendulum New version of pendulum preventing extension running Dec 20, 2023
@acarter24
Copy link
Author

acarter24 commented Dec 20, 2023

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
Copy link
Contributor

ReneTC commented Jan 4, 2024

This is fixed in a newer version of dagster:
dagster-io/dagster#18783

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants