Hi, I have received the below error to report in t...
# ask-community
m
Hi, I have received the below error to report in the dagster slack: Operation name: AssetGraphLiveQuery Message: Attempted to deserialize class "EventLogRecord" which is not in the whitelist. This error can occur due to version skew, verify processes are running expected versions. Descent path: <root:dict> Path: ["assetNodes",0,"assetMaterializations"] Locations: [{"line":35,"column":3}]
o
hi @Mohan Ganeshan! this can happen if your
dagit
version is different (generally lower) than your
dagster
version. can you confirm if that's the case?
m
Hi @owen, thank you for the response, Yes! it was different version Dagster 1.2.7 & Dagit 0.15.5 and I corrected it. Now it looks fine
🌈 1