We're seeing an error in our scheduler post 0.8 -&...
# announcements
p
We're seeing an error in our scheduler post 0.8 -> 0.9 migration
Copy code
dagster.check.CheckError: Failure condition: Attempted to deserialize class "FileInDirectoryCodePointer" which is not in the serdes whitelist.
Any thoughts?
d
Hi Paul - I think you may need to clear and re-instantiate via "dagster schedule wipe && dagster schedule up" as part of the migration - note that this will wipe out your schedule logs. Sorry, that should probably be part of the migration instructions
sorry, that probably should be part of the migration instructions
p
👍 I'll give it a try
Update: that was the issue. thanks