uranusjr commented on code in PR #64522:
URL: https://github.com/apache/airflow/pull/64522#discussion_r3019065277
##########
task-sdk/src/airflow/sdk/definitions/_internal/abstractoperator.py:
##########
@@ -113,6 +113,7 @@ class AbstractOperator(Templater, DAGNode):
_on_failure_fail_dagrun = False
is_setup: bool = False
is_teardown: bool = False
+ returns_dag_result: bool = False
Review Comment:
https://github.com/apache/airflow/pull/64560
--
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]