diff --git a/docker/airflow/Dockerfile b/docker/airflow/Dockerfile index db64d79b7..2a4200dc9 100644 --- a/docker/airflow/Dockerfile +++ b/docker/airflow/Dockerfile @@ -25,6 +25,7 @@ ENV AIRFLOW__CORE__DAGS_FOLDER=${DAGS_FOLDER} ENV AIRFLOW__CORE__LOAD_EXAMPLES=False ENV AIRFLOW__CORE__LOAD_DEFAULT_CONNECTIONS=False ENV AIRFLOW__CORE__ENABLE_XCOM_PICKLING=True +ENV AIRFLOW__WEBSERVER__EXPOSE_STACKTRACE=True # TODO: Test if moving this to .env changes anything! ENV AIRFLOW__LOGGING__REMOTE_LOGGING=True diff --git a/requirements_prod.txt b/requirements_prod.txt index 6c20b8124..3093bc6cc 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -2,7 +2,7 @@ # Note: Unpinned packages have their versions determined by the Airflow constraints file -apache-airflow[amazon,postgres,http]==2.4.1 +apache-airflow[amazon,postgres,http]==2.4.2 lxml psycopg2-binary requests-file==1.5.1