Luke Orland
04/22/2020, 5:25 PMApril 22nd 2020 at 12:02:34pm EDT | CloudHandler
CRITICAL
Failed to write log with error: Object of type ndarray is not JSON serializable
Luke Orland
04/22/2020, 5:26 PMnicholas
cloudpickle
to serialize payloads between tasks - that error could be because the DataFrame isn't serializable. I'll also check on the logs side to be sure there's nothing happening in Cloud that could be causing that.nicholas
Crawford Collins
04/22/2020, 6:11 PMnp.int64
or similar which are not serializable also. So you need to make sure both things are converted to serializable types.Luke Orland
04/22/2020, 6:26 PM