You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/06 07:37:22 UTC

[airflow] branch master updated (4847460 -> 32b3cfb)

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 4847460  Add CeleryKubernetesExecutor to helm chart (#11288)
     add 32b3cfb  Strict type check for all hooks in amazon (#11250)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/amazon/aws/hooks/aws_dynamodb.py |   2 +-
 airflow/providers/amazon/aws/hooks/batch_client.py |  10 +-
 .../providers/amazon/aws/hooks/batch_waiters.py    |   4 +-
 .../providers/amazon/aws/hooks/cloud_formation.py  |   6 +-
 airflow/providers/amazon/aws/hooks/datasync.py     |  45 +++++----
 airflow/providers/amazon/aws/hooks/glue_catalog.py |  17 +++-
 airflow/providers/amazon/aws/hooks/kinesis.py      |   2 +-
 airflow/providers/amazon/aws/hooks/sagemaker.py    | 101 ++++++++++++++-------
 airflow/providers/amazon/aws/hooks/sns.py          |  11 ++-
 9 files changed, 131 insertions(+), 67 deletions(-)