ephraimbuddy commented on code in PR #32099:
URL: https://github.com/apache/airflow/pull/32099#discussion_r1243515404
##########
airflow/models/taskmixin.py:
##########
@@ -112,6 +115,22 @@ def __rlshift__(self, other: DependencyMixin |
Sequence[DependencyMixin]):
self.__rshift__(other)
return self
+ def set_setup_teardown_ctx_dependencies(self, other):
Review Comment:
Fixed. You can check again
--
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]