Skip to content

Commit

Permalink
Bump apache-airflow[amazon,http,postgres] from 2.6.2 to 2.6.3 in /cat…
Browse files Browse the repository at this point in the history
…alog (#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](apache/airflow@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] <[email protected]>

* Url encode enpoint_url in aws connection

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Staci Cooper <[email protected]>
  • Loading branch information
dependabot[bot] and stacimc authored Aug 16, 2023
1 parent 1a2d4a6 commit 026a328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion catalog/requirements_prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 026a328

Please sign in to comment.