You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/03/13 14:28:31 UTC

[airflow] branch main updated (4543539 -> a840561)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 4543539  Support Uploading Bigger Files to Google Drive (#22179)
     add a840561  AWS RDS integration fixes (#22125)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/example_dags/example_rds.py         | 10 +++---
 airflow/providers/amazon/aws/operators/rds.py      | 20 ++++++-----
 airflow/providers/amazon/aws/sensors/rds.py        | 14 +++++---
 setup.py                                           |  2 +-
 tests/providers/amazon/aws/operators/test_rds.py   | 42 +++++++++++-----------
 tests/providers/amazon/aws/sensors/test_rds.py     | 20 +++++------
 6 files changed, 57 insertions(+), 51 deletions(-)