You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2022/01/04 20:52:53 UTC

[airflow] branch main updated (f864d14 -> 9c0ba1b)

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

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


    from f864d14  Fix precedence of affinity, nodeSelector, and tolerations (#20641)
     add 9c0ba1b  Standardize AWS ECS naming (#20332)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/example_dags/example_ecs_fargate.py |  6 +-
 airflow/providers/amazon/aws/exceptions.py         | 19 +++++-
 airflow/providers/amazon/aws/operators/ecs.py      | 75 ++++++++++++++++++----
 .../operators/ecs.rst                              |  6 +-
 tests/providers/amazon/aws/operators/test_ecs.py   | 42 ++++++------
 .../amazon/aws/operators/test_ecs_system.py        |  2 +-
 6 files changed, 108 insertions(+), 42 deletions(-)