You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2022/01/09 05:51:40 UTC

[airflow] branch main updated (3feb057 -> 6776586)

This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 3feb057  Uses airflow user for build segment of docker image (#20744)
     add 6776586  Standardize AWS SQS classes names (#20732)

No new revisions were added by this update.

Summary of changes:
 airflow/contrib/hooks/aws_sqs_hook.py              | 17 +++++++++++-
 .../contrib/operators/aws_sqs_publish_operator.py  | 18 ++++++++++++-
 airflow/contrib/sensors/aws_sqs_sensor.py          | 18 ++++++++++++-
 .../amazon/aws/example_dags/example_sqs.py         | 14 +++++-----
 airflow/providers/amazon/aws/hooks/sqs.py          | 18 ++++++++++++-
 airflow/providers/amazon/aws/operators/sqs.py      | 25 +++++++++++++++---
 airflow/providers/amazon/aws/sensors/sqs.py        | 30 +++++++++++++++++-----
 .../operators/sqs_publish.rst                      |  4 +--
 docs/apache-airflow/tutorial_taskflow_api.rst      |  6 ++---
 tests/deprecated_classes.py                        |  6 ++---
 tests/providers/amazon/aws/hooks/test_sqs.py       |  6 ++---
 tests/providers/amazon/aws/operators/test_sqs.py   | 10 ++++----
 tests/providers/amazon/aws/sensors/test_sqs.py     | 26 +++++++++----------
 13 files changed, 147 insertions(+), 51 deletions(-)