JavierLopezT opened a new issue #11739:
URL: https://github.com/apache/airflow/issues/11739


   Right now, if you want to execute a DAG after another, you have to use a 
TriggerDagRunOperator, SubDags... What I propose is a simpler way of making 
this happen. It consists of adding a new parameter to the dag called depend_on, 
so it would be as follow:
   `with DAG(dag_name, default_args=default_args, 
depends_on=dag_name_previous_dag):`
   The parameter `depends_on` would make `schedule_interval` optional, so that 
you can choose just executing the DAG after the previous one finishes its 
execution or including some scheduled executions.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to