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