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/01/24 06:19:06 UTC

[GitHub] [airflow] uranusjr commented on issue #20974: Can't pass in **context kwarg to the PythonVirtualenvOperator's python_callable

uranusjr commented on issue #20974:
URL: https://github.com/apache/airflow/issues/20974#issuecomment-1019757652


   It should be possible, but there’s no test for this, and IIRC this has been broken for a while (much earlier than the custom object’s introduction).
   
   I’d very much _not_ recommend using `**context` for PythonVirtualenvOperator (and other operators that run the function with isolation, like DockerOperator) due to how cross-process data interchange works in general, but we should still fix this.


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