Is there some general logic for what code should be @prefect.task'd and what code can be left in the @prefect.flow without tasks? (talking strictly prefect 2)
a
Anna Geller
11/23/2022, 8:05 PM
use tasks when you need more fine-granular visibility or task specific features such as running tasks in parallel/concurrently + caching + concurrency limit (tags)