You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/14 05:26:02 UTC

[GitHub] [airflow] dstandish commented on pull request #15359: Operator to run a Python callable against an arbitrary Python interpreter

dstandish commented on pull request #15359:
URL: https://github.com/apache/airflow/pull/15359#issuecomment-819237323


   just a comment here....
   
   one thing is we now have a SubprocessHook which has worked out a way to reliably execute subprocesses from airflow.   you might consider using it so you don't have to manage that stuff here.
   
   the other thought i have is, if you're going to run something in a different python interpreter, what's the benefit of using this operator instead of bash operator?


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org