From 517ffcdda630ae174fff3ab501bdc76893c73dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:11:50 -0800 Subject: [PATCH] Bump apache-airflow[amazon,http,postgres] from 2.4.1 to 2.4.2 (#842) * Bump apache-airflow[amazon,http,postgres] from 2.4.1 to 2.4.2 Bumps [apache-airflow[amazon,http,postgres]](https://github.com/apache/airflow) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/apache/airflow/releases) - [Changelog](https://github.com/apache/airflow/blob/main/RELEASE_NOTES.rst) - [Commits](https://github.com/apache/airflow/compare/2.4.1...2.4.2) --- updated-dependencies: - dependency-name: apache-airflow[amazon,http,postgres] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add expose_stacktrace option to dockerfile Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Madison Swain-Bowden Co-authored-by: Olga Bulat --- docker/airflow/Dockerfile | 1 + requirements_prod.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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