nimrodV81 opened a new issue, #39105:
URL: https://github.com/apache/airflow/issues/39105

   ### Description
   
   add a new argument `outlets` to the DAG constructor with the same effect as 
the BaseOperator's outlets argument when the full dag run is successfull
   
   ### Use case/motivation
   
   use case:
   I'm currently maintaining several DAGs with "Dataset Scheduling",  where 
each DAG handles a specific dataset and declares that it is ready for 
downstream DAGs by an EmptyOperator with an `outlets` value
   this means I need to fan-in all the leafs of each DAG:
   
![image](https://github.com/apache/airflow/assets/48283294/311fb3e1-2116-4433-879b-eac55c9c8f17)
   
   suggestion:
   add an `outlets` argument to the `DAG` constructor to mark the Dataset(s) as 
ready when the dag run is successful
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to