You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by on...@apache.org on 2023/03/01 19:50:12 UTC

[airflow] branch main updated (5de47910f3 -> 181a825259)

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

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


    from 5de47910f3 Allow to specify which connection, variable or config are being looked up in the backend using *_lookup_pattern parameters (#29580)
     add 181a825259 Use waiters in ECS Operators instead of inner sensors (#29761)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/ecs.py          |   7 +-
 airflow/providers/amazon/aws/operators/ecs.py      | 177 +++++++++----
 airflow/providers/amazon/aws/waiters/ecs.json      |  87 +++++++
 tests/providers/amazon/aws/operators/test_ecs.py   | 275 ++++++++++++++++-----
 .../amazon/aws/waiters/test_custom_waiters.py      | 142 ++++++++++-
 5 files changed, 564 insertions(+), 124 deletions(-)
 create mode 100644 airflow/providers/amazon/aws/waiters/ecs.json