Do you know that you can add flows under another flow in Prefect 2.0?
This video▾
will explain the difference between task, flow, subflow, and how to create a subflow.
🙌 8
:party-parrot: 7
r
redsquare
07/11/2022, 4:56 PM
Hey @Khuyen Tran thanks for this, being new to python & prefect it would be really cool if you could do a demo showing how I could decorate the decorator - e.g I want to build in checkpointing to my prefect tasks - to read a value from s3 prior to the task, pass it into the task and then save the latest value from the task back to s3 - I assume I have the right idea to decorate the decorator
👀 2
k
Khuyen Tran
07/11/2022, 6:42 PM
Hi @redsquare, thank you for the request, I assume you want to do this with 2.0 right? Which decorator you are thinking about using?