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
-
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
LocalResult
object is not making sense to me.I thought, like luigi, I would be expected to write something to
~/.prefect/func_task_target.txt
at some point. And supposedly, a downstream task would be able to read from the cached value offunc_task
automatically.Some help please.
Beta Was this translation helpful? Give feedback.
All reactions