dabla commented on code in PR #59087:
URL: https://github.com/apache/airflow/pull/59087#discussion_r2672994103


##########
providers/standard/src/airflow/providers/standard/operators/python.py:
##########
@@ -115,9 +120,9 @@ def from_executable(cls, executable: str) -> 
_PythonVersionInfo:
         return cls(*_parse_version_info(result.strip()))
 
 
-class PythonOperator(BaseOperator):
+class PythonOperator(BaseAsyncOperator):

Review Comment:
   The do automatically as they inherit from PythonOperator which is an async 
operator by default.  The BaseBranchOperator operator should not be async.



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