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


##########
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:
   Now you mention this… I don’t think `HIDE_ATTRS_FROM_UI` is used anywhere 
anymore. (Nothing in AbstractOperator has anything to do with UI since it’s not 
exposed to the API server at all without going through serialization!) I’m 
going to submit a separate PR to remove it.



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