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/11 23:33:55 UTC

[airflow] branch master updated (d8d13fa -> d305876)

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

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


    from d8d13fa  Use augmented assignment (#11449)
     add d305876  Remove redundant None provided as default to dict.get() (#11448)

No new revisions were added by this update.

Summary of changes:
 airflow/api/common/experimental/trigger_dag.py         |  2 +-
 airflow/api_connexion/endpoints/connection_endpoint.py |  2 +-
 airflow/api_connexion/endpoints/log_endpoint.py        |  2 +-
 airflow/api_connexion/exceptions.py                    |  2 +-
 airflow/api_connexion/security.py                      |  2 +-
 airflow/jobs/scheduler_job.py                          |  2 +-
 airflow/operators/python.py                            |  2 +-
 airflow/providers/amazon/aws/hooks/step_function.py    |  2 +-
 airflow/providers/apache/spark/hooks/spark_submit.py   |  6 +++---
 airflow/providers/google/cloud/operators/functions.py  |  4 ++--
 airflow/providers/google/cloud/operators/mlengine.py   |  6 +++---
 airflow/providers/oracle/hooks/oracle.py               |  8 ++++----
 airflow/providers/postgres/hooks/postgres.py           |  2 +-
 airflow/providers/redis/hooks/redis.py                 |  2 +-
 airflow/providers/salesforce/hooks/salesforce.py       |  2 +-
 airflow/providers/sendgrid/utils/emailer.py            |  2 +-
 airflow/providers/sftp/hooks/sftp.py                   |  2 +-
 airflow/providers/snowflake/hooks/snowflake.py         |  2 +-
 airflow/sensors/smart_sensor_operator.py               | 12 ++++++------
 airflow/utils/decorators.py                            |  2 +-
 airflow/www/views.py                                   |  8 ++++----
 tests/providers/amazon/aws/hooks/test_s3.py            |  4 ++--
 tests/providers/amazon/aws/hooks/test_step_function.py |  4 ++--
 tests/providers/google/cloud/hooks/test_mlengine.py    |  4 ++--
 tests/providers/salesforce/hooks/test_salesforce.py    |  2 +-
 tests/test_utils/mock_plugins.py                       |  2 +-
 26 files changed, 45 insertions(+), 45 deletions(-)