You can also say a task can only run if the previous run of the task in the previous DAG Run succeeded. To use this, you just need to set the depends_on_past argument on your Task to True. As an example of why this is useful, consider writing a DAG that processes adaily set of […]