Hello all,
I would like to ask for your recommendations on structuring flows/subflows/tasks. We are working with dbt and Prefect and would like to define as many steps as possible as tasks, so that the radar displays the entire job as meaningfully as possible (without having to jump from flow to flow or subflow; instead, we want to see an overall picture). We run into the problem that dbt_cli() itself is also a task (correct me if I'm wrong).
What are your recommendations here? How do you proceed with the interaction of Prefect and dbt?
Many thanks in advance
@Florian Pape, fyi