You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
dagster-io/dagster#18783
The text was updated successfully, but these errors were encountered: