kaxil commented on code in PR #64522:
URL: https://github.com/apache/airflow/pull/64522#discussion_r3019061189


##########
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:
   I don't even remember what the `HIDE_ATTRS_FROM_UI` was used for!



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