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 c1b5eafc82 Add more info to quicksight error messages (#30466)
add fa4fb1f5fe Revert "Add AWS deferrable BatchOperator (#29300)" (#30489)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/batch_client.py | 239 +--------------------
airflow/providers/amazon/aws/operators/batch.py | 37 ----
airflow/providers/amazon/aws/triggers/batch.py | 123 -----------
.../operators/batch.rst | 5 +-
.../aws/deferrable/hooks/test_batch_client.py | 213 ------------------
.../amazon/aws/deferrable/triggers/test_batch.py | 131 -----------
.../amazon/aws/hooks/test_batch_client.py | 1 -
tests/providers/amazon/aws/operators/test_batch.py | 120 +----------
8 files changed, 3 insertions(+), 866 deletions(-)
delete mode 100644 airflow/providers/amazon/aws/triggers/batch.py
delete mode 100644
tests/providers/amazon/aws/deferrable/hooks/test_batch_client.py
delete mode 100644 tests/providers/amazon/aws/deferrable/triggers/test_batch.py