jens-scheffler-bosch commented on code in PR #33017:
URL: https://github.com/apache/airflow/pull/33017#discussion_r1290589659


##########
airflow/operators/python.py:
##########
@@ -599,6 +611,25 @@ def _iter_serializable_context_keys(self):
             yield from self.PENDULUM_SERIALIZABLE_CONTEXT_KEYS
 
 
+class BranchPythonVirtualenvOperator(PythonVirtualenvOperator, SkipMixin):

Review Comment:
   Separated-out the BranchPythonVirtualenvOperator to 
https://github.com/boschglobal/airflow/pull/3 - and you are right - in deep I 
need to think about how I could add a pytest. Not sure how this can be made 
test-able.
   Also a decorated partner feature would be good if I think about 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