From 026a328a781ebebfc4b29a22b4b041b05acdb544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:59:20 -0700 Subject: [PATCH] Bump apache-airflow[amazon,http,postgres] from 2.6.2 to 2.6.3 in /catalog (#2748) * Bump apache-airflow[amazon,http,postgres] in /catalog Bumps [apache-airflow[amazon,http,postgres]](https://github.com/apache/airflow) from 2.6.2 to 2.6.3. - [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.6.2...2.6.3) --- updated-dependencies: - dependency-name: apache-airflow[amazon,http,postgres] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Url encode enpoint_url in aws connection --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Staci Cooper --- catalog/env.template | 2 +- catalog/requirements_prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/env.template b/catalog/env.template index 67138290bf7..c1df4bd87a3 100644 --- a/catalog/env.template +++ b/catalog/env.template @@ -46,7 +46,7 @@ AIRFLOW_VAR_API_KEY_WALTERS_ART_MUSEUM=not_set AIRFLOW__DATABASE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@upstream_db:5432/airflow # Remote logging connection ID # Replace "access_key" and "secret+key" with the real values. Secret key must be URL-encoded -AIRFLOW_CONN_AWS_DEFAULT=aws://test_key:test_secret@?region_name=us-east-1&endpoint_url=http://s3:5000 +AIRFLOW_CONN_AWS_DEFAULT=aws://test_key:test_secret@?region_name=us-east-1&endpoint_url=http%3A%2F%2Fs3%3A5000 # Catalog DB connection. Change the following line in prod to use the appropriate DB AIRFLOW_CONN_POSTGRES_OPENLEDGER_UPSTREAM=postgres://deploy:deploy@upstream_db:5432/openledger diff --git a/catalog/requirements_prod.txt b/catalog/requirements_prod.txt index 970680ed0a7..be2f35ba51d 100644 --- a/catalog/requirements_prod.txt +++ b/catalog/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.6.2 +apache-airflow[amazon,postgres,http]==2.6.3 lxml psycopg2-binary requests-file==1.5.1