ephraimbuddy commented on code in PR #32053:
URL: https://github.com/apache/airflow/pull/32053#discussion_r1239005511
##########
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:
Should we mark this and the other one as an `abstractmethod`? I think with
this, we are also going to have people try to use task_group as setup/teardown
--
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]