[
https://issues.apache.org/jira/browse/AIRFLOW-7035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aditya updated AIRFLOW-7035:
----------------------------
Description:
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 upgrade in the Airflow Docker File, so that
Airflow can also support this (and other) APIs?
was:
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?
> 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
> Priority: Minor
>
> 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 upgrade 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)