cool-father-88039
04/25/2023, 11:09 PMname is ___getstate___ , which seems like a bug of some kind.
The code would be something like
self.training_data_run: Run = Flow("TrainingDataGenerationFlow").latest_successful_run
self.training_data_run_data: MetaflowData = self.training_data_run.data
self.loaded_data = self.training_data_run_data.loaded_datacool-father-88039
04/26/2023, 1:02 AMself.training_data_run: Run = ...). Removing this makes the flow succeed.
Curiously, I see a custom exception in the source code saying as much, but that exception was never raised for me.square-wire-39606
04/26/2023, 1:24 AMcool-father-88039
04/26/2023, 4:12 AMsquare-wire-39606
04/26/2023, 2:43 PM