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