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/07/28 17:45:59 UTC

[airflow] branch main updated (c3adf3e65d -> c6d3b48d5d)

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 c3adf3e65d fix - resolve bash by absolute path (#25331)
     add c6d3b48d5d Convert ECS Fargate Sample DAG to System Test (#25316)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/example_dags/example_ecs_fargate.py |  62 ---------
 airflow/providers/amazon/aws/operators/ecs.py      |   7 +-
 .../operators/ecs.rst                              |   2 +-
 tests/providers/amazon/aws/operators/test_ecs.py   |   7 +-
 .../providers/amazon/aws/example_ecs_fargate.py    | 144 +++++++++++++++++++++
 .../system/providers/amazon/aws/utils/__init__.py  |  23 +++-
 6 files changed, 177 insertions(+), 68 deletions(-)
 delete mode 100644 airflow/providers/amazon/aws/example_dags/example_ecs_fargate.py
 create mode 100644 tests/system/providers/amazon/aws/example_ecs_fargate.py