Dec 20, 2023
In that case, I would recommend the solution using PythonOperator since that option gives you the opportunity to find the last successful run of the DAG of interest (using DagRun). Furthermore, there's no retry mechanism which means there's no waiting time (poking, timeout, etc.)