From 8ce86c6c8645a24a347c4f7ee9d1abe7c67f72f7 Mon Sep 17 00:00:00 2001 From: frankcash Date: Thu, 14 Oct 2021 09:09:21 -0400 Subject: [PATCH] Airflow 2.2.0 --- Dockerfile | 2 +- config/airflow.cfg | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac4ae60..6bb5f64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive \ TERM=linux # Airflow -ARG AIRFLOW_VERSION=2.1.0 +ARG AIRFLOW_VERSION=2.2.0 ARG AIRFLOW_HOME=/usr/local/airflow ENV AIRFLOW_GPL_UNIDECODE=yes \ AIRFLOW_HOME=/usr/local/airflow diff --git a/config/airflow.cfg b/config/airflow.cfg index 15b83af..72900bf 100644 --- a/config/airflow.cfg +++ b/config/airflow.cfg @@ -28,7 +28,7 @@ fab_logging_level = WARN # Specify the class that will specify the logging configuration # This class has to be on the python classpath # logging_config_class = my.path.default_local_settings.LOGGING_CONFIG -logging_config_class = +# logging_config_class = # Log format # we need to escape the curly braces by adding an additional curly brace diff --git a/requirements.txt b/requirements.txt index e6cc4d3..3605e20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apache-airflow==2.1.2 +apache-airflow==2.2.0 apache-airflow-providers-postgres==2.0.0 apache-airflow-providers-amazon==2.1.0 apache-airflow-providers-elasticsearch \ No newline at end of file