I believe the import just needs to be switched to ...
# announcements
d
I believe the import just needs to be switched to
from dagster.core.serdes import ConfigurableClass
in https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-cron/dagster_cron/cron_scheduler.py
p
Are you running the same version for both
dagster
and
dagster-cron
?
I suspect that this is a version mismatch since the PR that changed the import from
dagster.core.serdes
->
dagster.serdes
also changed the location of the import in the
dagster
package.
d
Will confirm
bumping all dagster packages to 0.7.8
Just wanted to circle back, that change got everything working. Thanks for the help!
p
glad it worked out!