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/08/24 23:41:23 UTC

[airflow] branch master updated (0e0aefb -> d1bce91)

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 0e0aefb  Fix TestAWSDataSyncOperatorUpdate.__init__ method (#10536)
     add d1bce91  PyDocStyle: Enable D403: Capitalized first word of docstring (#10530)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                                  |  2 +-
 airflow/providers/apache/hdfs/sensors/hdfs.py            |  4 ++--
 .../apache/kylin/example_dags/example_kylin_dag.py       |  2 +-
 airflow/providers/apache/kylin/hooks/kylin.py            |  6 ++++--
 airflow/providers/apache/spark/hooks/spark_submit.py     |  2 +-
 airflow/providers/google/cloud/hooks/bigquery.py         | 16 ++++++++--------
 airflow/providers/mysql/hooks/mysql.py                   | 10 ++++++----
 airflow/providers/qubole/operators/qubole.py             |  2 +-
 airflow/providers/slack/operators/slack.py               |  2 +-
 airflow/providers/snowflake/hooks/snowflake.py           |  6 +++---
 airflow/sensors/external_task_sensor.py                  |  3 ++-
 airflow/www/utils.py                                     |  2 +-
 12 files changed, 31 insertions(+), 26 deletions(-)