You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Susannah Doss (JIRA)" <ji...@apache.org> on 2019/01/31 20:09:00 UTC

[jira] [Created] (AIRFLOW-3795) provide_context is not a passable parameter for PythonVirtualenvOperator

Susannah Doss created AIRFLOW-3795:
--------------------------------------

             Summary: provide_context is not a passable parameter for PythonVirtualenvOperator
                 Key: AIRFLOW-3795
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3795
             Project: Apache Airflow
          Issue Type: Improvement
          Components: operators
            Reporter: Susannah Doss


`PythonVirtualenvOperator` does not allow me to specify `provide_context=True`: https://github.com/apache/airflow/blob/83cb9c3acdd3b4eeadf1cab3cb45d644c3e9ede0/airflow/operators/python_operator.py#L242

However, I am able to do so when I use the plain `PythonOperator`. I can't see a reason why I wouldn't be allowed to have it be set to `True` when using a `PythonVirtualenvOperator`.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)