Laura Moraes
05/11/2021, 3:40 PMsandy
05/11/2021, 4:00 PMhandle_output
and load_input
is the information inside the OutputContext
.
So you have a couple options:
• Run the same calculation inside both handle_output
and load_input
to determine the file path.
• Store the calculated file path in some location that both handle_output
and load_input
know about. For that, you could do something like wrap the PickledObjectS3IOManager
to store the file path.Laura Moraes
05/11/2021, 4:05 PMJeff Hulbert
05/11/2021, 4:06 PMLaura Moraes
05/12/2021, 1:47 PMsandy
05/12/2021, 3:02 PMJeff Hulbert
05/12/2021, 6:25 PMAlex Kerney
06/10/2021, 2:22 PM