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 2022/08/27 20:41:51 UTC

[GitHub] [airflow] raphaelauv commented on pull request #25780: Implement PythonOtherenvOperator

raphaelauv commented on PR #25780:
URL: https://github.com/apache/airflow/pull/25780#issuecomment-1229263521

   Could it be possible that this operator become the new PythonVirtualenvOperator ?
   
   and keep by default the creation of a new venv ( like is already working the exisiting PythonVirtualenvOperator)
   
   meaning
   ```python
   class PythonVirtualenvOperator:
   
     def __ini__(  ...,
                         existingVirtualEnvPath:Optional[str] = None,
                         ....
   
   ```
   
   That way , things stay simple and explicit at the same time


-- 
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: commits-unsubscribe@airflow.apache.org

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