You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Aditya (Jira)" <ji...@apache.org> on 2020/03/10 18:22:00 UTC

[jira] [Created] (AIRFLOW-7035) Increment the pip version in Airflow Dockerfile

Aditya created AIRFLOW-7035:
-------------------------------

             Summary: Increment the pip version in Airflow Dockerfile
                 Key: AIRFLOW-7035
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-7035
             Project: Apache Airflow
          Issue Type: Improvement
          Components: ci
    Affects Versions: 1.10.9
            Reporter: Aditya


The current pip version in ([https://github.com/apache/airflow/blob/master/Dockerfile#L298)] does not support some  APIs in Airflow.

Eg: tableauhyperapi gets the following error while being installed in GCP Composer environemnt.

```

No matching distribution found for tableauhyperapi (from -r requirements.txt (line 3))"

```

This same error gets resolved when we locally upgrade pip to 20.0.2 .

Will it be possible to do the same in the Airflow Docker File, so that Airflow can also support this (and other) APIs? 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)