https://dagster.io/ logo
d

Doug Binder

04/29/2020, 2:12 AM
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

prha

04/29/2020, 2:39 AM
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

Doug Binder

04/29/2020, 4:07 PM
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

prha

04/29/2020, 9:24 PM
glad it worked out!