dstandish commented on code in PR #32053:
URL: https://github.com/apache/airflow/pull/32053#discussion_r1239035805


##########
airflow/models/taskmixin.py:
##########
@@ -69,6 +70,14 @@ def set_downstream(
         """Set a task or a task list to be directly downstream from the 
current task."""
         raise NotImplementedError()
 
+    def as_setup(self):

Review Comment:
   reason i didn't do this is i don't necessarily want all subclasses to 
implement.  e.g. it's not supported for mapped operator, which is a different 
xcomarg class from PlainXComArg cc @uranusjr if you have thoughts on this PR



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