potiuk commented on code in PR #33017:
URL: https://github.com/apache/airflow/pull/33017#discussion_r1289946313


##########
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:
   Besides - there are missing tests for this one it seems



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