This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 9e42a97 Mark task as failed when it fails sending in Celery (#10881)
add 383a118 Add more type annotations to AWS hooks (#10671)
No new revisions were added by this update.
Summary of changes:
airflow/providers/amazon/aws/hooks/aws_dynamodb.py | 13 +++++++---
airflow/providers/amazon/aws/hooks/base_aws.py | 30 +++++++++++++---------
airflow/providers/amazon/aws/hooks/ec2.py | 5 ++--
airflow/providers/amazon/aws/hooks/emr.py | 13 ++++++----
airflow/providers/amazon/aws/hooks/kinesis.py | 9 ++++---
.../providers/amazon/aws/hooks/lambda_function.py | 15 ++++++-----
airflow/providers/amazon/aws/hooks/logs.py | 19 ++++++++++----
airflow/providers/amazon/aws/hooks/redshift.py | 5 ++--
airflow/providers/amazon/aws/hooks/sqs.py | 17 +++++++++---
.../providers/amazon/aws/hooks/step_function.py | 5 ++--
10 files changed, 85 insertions(+), 46 deletions(-)