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


##########
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:
   Should we separate it out to a separate PR @jens-scheffler-bosch ? That 
seems rather unrelated and it would be nice to  have it as a separate changelog 
entry.



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