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/01/06 21:52:36 UTC

[airflow] branch main updated (088cbf2 -> 0ebd55e)

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 088cbf2  Add Roles from Azure OAUTH Response in security manager as it is currently not able map any AD roles to airflow ones (#20707)
     add 0ebd55e  Standardize AWS Batch naming (#20369)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/batch_client.py | 100 ++++++++++++++-------
 .../providers/amazon/aws/hooks/batch_waiters.py    |  53 +++++++----
 airflow/providers/amazon/aws/operators/batch.py    |  27 ++++--
 airflow/providers/amazon/aws/sensors/batch.py      |  16 ++--
 tests/deprecated_classes.py                        |   2 +-
 .../amazon/aws/hooks/test_batch_client.py          |  16 ++--
 .../amazon/aws/hooks/test_batch_waiters.py         |  32 +++----
 tests/providers/amazon/aws/operators/test_batch.py |  20 ++---
 tests/providers/amazon/aws/sensors/test_batch.py   |  18 ++--
 9 files changed, 175 insertions(+), 109 deletions(-)