uranusjr opened a new pull request, #64577:
URL: https://github.com/apache/airflow/pull/64577

   For https://github.com/apache/airflow/issues/51711#issuecomment-4149498083.
   
   When result_task_ids is not explicitly set, default to return XCom values 
with dag_results set to true, which are values set by tasks with the 
returns_dag_result flag set.
   
   The behavior is unchanged if result_task_ids is explicitly set (values from 
those tasks are returned instead), or if there are not tasks authored to return 
dag results (the "results" dict will be absent).


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