Replies: 1 comment 1 reply
-
|
Hi @dycw are you running this flow locally or with a supported backend API (server or cloud)? If running local only you need to enable checkpointing for your flows by either setting this in your or setting the environment variable export PREFECT__FLOWS__CHECKPOINTING=True |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am a long time luigi user. Therefore I was pleased when I say in the Output Caching based on a file target section that luigi was mentioned.
The
LocalResultobject is not making sense to me.I thought, like luigi, I would be expected to write something to
~/.prefect/func_task_target.txtat some point. And supposedly, a downstream task would be able to read from the cached value offunc_taskautomatically.Some help please.
Beta Was this translation helpful? Give feedback.
All reactions