ale
07/07/2023, 4:35 PMset_upstream_tasks
(in Prefect v2 I would use wait_for
).
The result is that, once the orchestrator flow is deployed, the Schematic view provides a very clear and useful DAG of all dbt flows.
In Prefect v2 thereās no concept of a pre-defined DAG, hence itās not possible to have this kind of view before running the flow.
And if you made a mistake in setting dependencies, you will only discover it at runtime, which is not nice š
However, for an orchestrator flow, I think it would make a lot of sense to have a sort of Schematic view similarly to what is available in Prefect v1.