Kevin Systrom
04/28/2020, 9:06 PMZachary Hughes
04/28/2020, 9:10 PMKevin Systrom
04/28/2020, 9:14 PMZachary Hughes
04/28/2020, 9:23 PMdef flow_state_handler(flow, old_state, new_state):
if new_state.is_finished(): # the flow run is completing
## check prefect.context and do any cache clearing that you want
If you want to give Cloud or Server a shot, you can manually clear the cache by deleting the old cache state.
We're taking a look at the cache_validator
issue, and it looks like we might have a path forward to solve this. But in the meantime, you should be also able to copy/paste the validator code and create your own that handles dataframes more gracefully.Kevin Systrom
04/28/2020, 9:37 PMZachary Hughes
04/28/2020, 9:38 PMChris White
04/28/2020, 9:57 PMMarvin
04/28/2020, 10:00 PMKevin Systrom
04/29/2020, 12:47 AM