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/06 17:20:37 UTC

[airflow] branch main updated (f968eba -> 80c52a1)

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 f968eba  Added AWS RDS operators (#20907)
     add 80c52a1  Added AWS RDS sensors (#21231)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/example_dags/example_rds.py         |  24 +++
 airflow/providers/amazon/aws/sensors/rds.py        | 150 ++++++++++++++
 airflow/providers/amazon/provider.yaml             |   3 +
 .../operators/rds.rst                              |  37 ++++
 tests/providers/amazon/aws/sensors/test_rds.py     | 227 +++++++++++++++++++++
 5 files changed, 441 insertions(+)
 create mode 100644 airflow/providers/amazon/aws/sensors/rds.py
 create mode 100644 tests/providers/amazon/aws/sensors/test_rds.py