Do you know that you can add flows under another f...
# show-us-what-you-got
k
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
🦜 7
r
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
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?
r
Yes @Khuyen Tran with task specifically currently
k
I assume you want a customized decorator?
r
@Khuyen Tran Thanks for the fast turnaround, I will try first thing tomorrow - apologies if this is simple python know how
k
no problem. Let me know if you have any questions. No rush to respond
👍 1