feat: Upgrade to 2.6.3 (#1789)
This commit is contained in:
Родитель
a4d65d1a60
Коммит
4a0419fb93
|
@ -1,4 +1,4 @@
|
||||||
FROM apache/airflow:slim-2.5.3-python3.10
|
FROM apache/airflow:slim-2.6.3-python3.10
|
||||||
|
|
||||||
ARG PROJECT_DIR="/opt/airflow"
|
ARG PROJECT_DIR="/opt/airflow"
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ ENV AIRFLOW_HOME=$PROJECT_DIR
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends build-essential default-libmysqlclient-dev
|
&& apt-get install -y --no-install-recommends build-essential
|
||||||
|
|
||||||
# Legacy docker image dependencies to be reviewed
|
# Legacy docker image dependencies to be reviewed
|
||||||
RUN apt-get install -y --no-install-recommends \
|
RUN apt-get install -y --no-install-recommends \
|
||||||
|
|
731
constraints.txt
731
constraints.txt
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,5 +1,5 @@
|
||||||
# Adapted from official docker-compose.yaml
|
# Adapted from official docker-compose.yaml
|
||||||
# https://airflow.apache.org/docs/apache-airflow/2.5.1/docker-compose.yaml
|
# https://airflow.apache.org/docs/apache-airflow/2.6.3/docker-compose.yaml
|
||||||
#
|
#
|
||||||
# WARNING: This configuration is for local development. Do not use it in a production deployment.
|
# WARNING: This configuration is for local development. Do not use it in a production deployment.
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,17 +4,17 @@
|
||||||
--constraint ./constraints.txt
|
--constraint ./constraints.txt
|
||||||
|
|
||||||
# Airflow dependencies
|
# Airflow dependencies
|
||||||
apache-airflow[amazon,async,celery,cncf.kubernetes,github_enterprise,google_auth,jdbc,mysql,password,postgres,redis,statsd]==2.5.3
|
apache-airflow[amazon,async,celery,cncf.kubernetes,github_enterprise,google_auth,jdbc,password,postgres,redis,statsd]==2.6.3
|
||||||
apache-airflow-providers-google
|
apache-airflow-providers-google
|
||||||
apache-airflow-providers-http
|
apache-airflow-providers-http
|
||||||
apache-airflow-providers-slack
|
apache-airflow-providers-slack
|
||||||
airflow-provider-fivetran==1.1.2
|
airflow-provider-fivetran==1.1.2
|
||||||
|
|
||||||
# Code quality
|
# Code quality
|
||||||
pytest==7.2.2
|
pytest==7.4.0
|
||||||
pytest-mock==3.10.0
|
pytest-mock==3.10.0
|
||||||
black==23.1a1
|
black==23.1a1
|
||||||
ruff==0.0.269
|
ruff==0.0.277
|
||||||
|
|
||||||
# Required for backfill UI
|
# Required for backfill UI
|
||||||
flask-admin
|
flask-admin
|
||||||
|
|
424
requirements.txt
424
requirements.txt
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче