uranusjr commented on code in PR #38054:
URL: https://github.com/apache/airflow/pull/38054#discussion_r1521962702
##########
airflow/models/baseoperator.py:
##########
@@ -719,6 +724,8 @@ class derived from this one results in the creation of a
task object,
"on_skipped_callback",
"do_xcom_push",
"multiple_outputs",
+ # TODO: should executor go here? I think so
+ "executor",
Review Comment:
I said this before, the entire dict is pretty sketchy.
--
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]