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/06/21 08:38:52 UTC

[airflow] branch master updated (74f7db0 -> e13a14c)

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 74f7db0  Enable & Fix "Missing docstring in public module" PyDocStyle check (#9457)
     add e13a14c  Enable & Fix Whitespace related PyDocStyle Checks (#9458)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  2 +-
 airflow/api/common/experimental/mark_tasks.py      |  4 +-
 .../contrib/hooks/azure_container_instance_hook.py |  4 +-
 airflow/contrib/operators/awsbatch_operator.py     |  6 +--
 .../contrib/operators/oracle_to_oracle_transfer.py | 12 ++++--
 airflow/contrib/operators/pubsub_operator.py       | 24 +++++------
 airflow/contrib/operators/vertica_to_hive.py       | 12 ++++--
 airflow/contrib/operators/vertica_to_mysql.py      | 12 ++++--
 airflow/contrib/sensors/gcp_transfer_sensor.py     |  8 ++--
 airflow/contrib/sensors/hdfs_sensor.py             | 19 +++++----
 .../contrib/utils/mlengine_prediction_summary.py   |  4 +-
 airflow/executors/local_executor.py                |  2 +-
 ...867_change_datetime_to_datetime2_6_on_mssql_.py | 46 +++++++++++-----------
 airflow/operators/google_api_to_s3_transfer.py     | 11 +++---
 airflow/operators/hive_to_druid.py                 | 12 ++++--
 airflow/operators/hive_to_mysql.py                 | 12 ++++--
 airflow/operators/mssql_to_hive.py                 | 12 ++++--
 airflow/operators/presto_to_mysql.py               | 12 ++++--
 airflow/operators/redshift_to_s3_operator.py       | 12 ++++--
 airflow/operators/s3_to_redshift_operator.py       | 12 ++++--
 .../amazon/aws/operators/sagemaker_endpoint.py     |  1 -
 .../aws/operators/sagemaker_endpoint_config.py     |  1 -
 .../amazon/aws/operators/sagemaker_model.py        |  1 -
 .../providers/amazon/aws/transfers/s3_to_sftp.py   |  4 +-
 .../providers/amazon/aws/transfers/sftp_to_s3.py   |  3 +-
 airflow/providers/apache/hive/hooks/hive.py        |  2 +-
 .../providers/databricks/operators/databricks.py   |  1 -
 .../providers/elasticsearch/hooks/elasticsearch.py |  4 +-
 .../_internal_client/secret_manager_client.py      |  1 -
 airflow/providers/google/cloud/hooks/bigquery.py   |  3 +-
 .../providers/google/cloud/hooks/bigquery_dts.py   |  9 ++---
 airflow/providers/google/cloud/hooks/mlengine.py   |  1 -
 airflow/providers/google/cloud/operators/automl.py |  2 +-
 .../providers/google/cloud/operators/mlengine.py   |  1 -
 airflow/providers/google/cloud/operators/tasks.py  |  1 -
 .../google/marketing_platform/hooks/analytics.py   |  1 -
 airflow/providers/redis/sensors/redis_pub_sub.py   |  1 -
 airflow/providers/sqlite/hooks/sqlite.py           |  1 -
 airflow/secrets/local_filesystem.py                |  2 +-
 airflow/serialization/serialized_objects.py        |  3 +-
 40 files changed, 158 insertions(+), 123 deletions(-)