Nobutaka Kim-Toyoda
03/18/2025, 1:26 PM@flow
and then many other functions decorated with @task
. is this okay?Marvin
03/19/2025, 12:14 AMrun_deployment
method.
3. Task Runners and Parameters: Nested flows allow you to specify task runners for the tasks within them and support parameterization, making it easy to reuse the same group of tasks with different parameters.
4. Prefect 3.x Considerations: Be aware of some changes in Prefect 3.x, such as the replacement of agents with workers and infrastructure blocks with work pools. Ensure that your code is compatible with these updates.
For more details, you can refer to the Prefect documentation on writing flows.
If you have further questions or need specific examples, feel free to ask!