Noah Holm
04/09/2021, 9:41 AMAmanda Wee
04/09/2021, 10:00 AMPREFECT__FLOWS__CHECKPOINTING
env var to false. I haven't tried this myself, but it's what I figured out from:
https://docs.prefect.io/core/concepts/results.html#pipeline-persisted-resultsNoah Holm
04/09/2021, 11:13 AMDylan
result=None
in your Task decorator.Noah Holm
04/09/2021, 3:04 PM@task(result=None)
but it didn’t make any difference. I guess it shouldn’t since that’s the default value so how would it know that I explicitly set it to None and that it wasn’t the default when the flow is evaluated.Dylan
Dylan
Dylan
Dylan
checkpoint=False
Dylan
Noah Holm
04/09/2021, 3:08 PM