vatsrahul1001 commented on code in PR #68928:
URL: https://github.com/apache/airflow/pull/68928#discussion_r3464691051


##########
airflow-core/newsfragments/64563.feature.rst:
##########
@@ -0,0 +1 @@
+Add ``@result`` decorator to mark a TaskFlow task as the DAG's result task. 
When ``@dag`` is used, returning a task's ``XComArg`` from the decorated 
function also designates it as the result automatically. The result task's 
return value is included in the ``/dags/{dag_id}/dagRuns/{dag_run_id}/wait`` 
API response by default when the ``result`` query parameter is not explicitly 
set.

Review Comment:
   Added label



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