-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yuriy Natarov
committed
Oct 18, 2023
1 parent
28b95f2
commit 34cfcee
Showing
4 changed files
with
72 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG AIRFLOW_TAG | ||
FROM apache/airflow:${AIRFLOW_TAG} | ||
COPY versions/${AIRFLOW_VERSION}/requirements.txt /requirements.txt | ||
RUN pip install --no-cache-dir "apache-airflow==${AIRFLOW_VERSION}" -r /requirements.txt | ||
RUN pip install --no-cache-dir -r /requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,30 @@ | ||
apache-airflow-providers-amazon==8.1.0 | ||
apache-airflow-providers-celery==3.2.0 | ||
apache-airflow-providers-cncf-kubernetes==7.0.0 | ||
apache-airflow-providers-elasticsearch==4.5.0 | ||
apache-airflow-providers-google==10.1.1 | ||
apache-airflow-providers-http==4.4.1 | ||
apache-airflow-providers-microsoft-azure==6.1.1 | ||
apache-airflow-providers-postgres==5.5.0 | ||
apache-airflow-providers-redis==3.2.0 | ||
apache-airflow-providers-snowflake==4.1.0 | ||
astro-sdk-python==1.6.1 | ||
astronomer-cosmos==0.7.5 | ||
openlineage-airflow==0.28.0 | ||
# python_version=3.9 | ||
# apache-airflow version MUST be equal to airflow version | ||
apache-airflow[async,azure,amazon,elasticsearch,google,password,cncf.kubernetes,mysql,postgres,redis,slack,ssh,statsd,virtualenv]==2.5.3 | ||
apache-airflow-providers-amazon==8.6.0 | ||
apache-airflow-providers-apache-hive==6.2.0 | ||
apache-airflow-providers-apache-livy==3.6.0 | ||
apache-airflow-providers-celery==3.3.3 | ||
apache-airflow-providers-cncf-kubernetes==7.5.0 | ||
apache-airflow-providers-common-sql==1.7.1 | ||
apache-airflow-providers-databricks==4.6.0 | ||
apache-airflow-providers-datadog==3.4.0 | ||
apache-airflow-providers-dbt-cloud==3.4.0 | ||
apache-airflow-providers-elasticsearch==5.0.1 | ||
apache-airflow-providers-ftp==3.5.1 | ||
apache-airflow-providers-google==10.7.0 | ||
apache-airflow-providers-http==4.5.1 | ||
apache-airflow-providers-imap==3.3.1 | ||
apache-airflow-providers-microsoft-azure==6.3.0 | ||
apache-airflow-providers-microsoft-mssql==3.5.0 | ||
apache-airflow-providers-postgres==5.6.0 | ||
apache-airflow-providers-redis==3.3.1 | ||
apache-airflow-providers-sftp==4.7.0 | ||
apache-airflow-providers-snowflake==5.0.1 | ||
apache-airflow-providers-sqlite==3.4.3 | ||
apache-airflow-providers-ssh==3.8.0 | ||
astro-sdk-python==1.7.0 | ||
astronomer-cosmos==1.2.0 | ||
astronomer-providers[all]==1.17.3 | ||
openlineage-airflow==1.1.0 | ||
requests==2.31.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,30 @@ | ||
apache-airflow-providers-amazon==8.1.0 | ||
apache-airflow-providers-celery==3.2.0 | ||
apache-airflow-providers-cncf-kubernetes==7.0.0 | ||
apache-airflow-providers-elasticsearch==4.5.0 | ||
apache-airflow-providers-google==10.1.1 | ||
apache-airflow-providers-http==4.4.1 | ||
apache-airflow-providers-microsoft-azure==6.1.1 | ||
apache-airflow-providers-postgres==5.5.0 | ||
apache-airflow-providers-redis==3.2.0 | ||
apache-airflow-providers-snowflake==4.1.0 | ||
astro-sdk-python==1.6.1 | ||
astronomer-cosmos==0.7.5 | ||
openlineage-airflow==0.28.0 | ||
# python_version=3.11 | ||
# apache-airflow version MUST be equal to airflow version | ||
apache-airflow[async,azure,amazon,elasticsearch,google,password,cncf.kubernetes,mysql,postgres,redis,slack,ssh,statsd,virtualenv]==2.7.1 | ||
apache-airflow-providers-amazon==8.6.0 | ||
apache-airflow-providers-apache-hive==6.2.0 | ||
apache-airflow-providers-apache-livy==3.6.0 | ||
apache-airflow-providers-celery==3.3.3 | ||
apache-airflow-providers-cncf-kubernetes==7.5.0 | ||
apache-airflow-providers-common-sql==1.7.1 | ||
apache-airflow-providers-databricks==4.6.0 | ||
apache-airflow-providers-datadog==3.4.0 | ||
apache-airflow-providers-dbt-cloud==3.4.0 | ||
apache-airflow-providers-elasticsearch==5.0.1 | ||
apache-airflow-providers-ftp==3.5.1 | ||
apache-airflow-providers-google==10.7.0 | ||
apache-airflow-providers-http==4.5.1 | ||
apache-airflow-providers-imap==3.3.1 | ||
apache-airflow-providers-microsoft-azure==6.3.0 | ||
apache-airflow-providers-microsoft-mssql==3.5.0 | ||
apache-airflow-providers-postgres==5.6.0 | ||
apache-airflow-providers-redis==3.3.1 | ||
apache-airflow-providers-sftp==4.7.0 | ||
apache-airflow-providers-snowflake==5.0.1 | ||
apache-airflow-providers-sqlite==3.4.3 | ||
apache-airflow-providers-ssh==3.8.0 | ||
astro-sdk-python==1.7.0 | ||
astronomer-cosmos==1.2.0 | ||
astronomer-providers[all]==1.17.3 | ||
openlineage-airflow==1.1.0 | ||
requests==2.31.0 |