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/09 15:52:57 UTC

[airflow] branch master updated (5503a6a -> b43f90a)

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 5503a6a  Fix Warning when using a different Sphinx Builder (#10262)
     add b43f90a  Fix various typos in the repo (#10263)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/schemas/health_schema.py  | 2 +-
 airflow/models/baseoperator.py                  | 2 +-
 airflow/models/dag.py                           | 4 ++--
 airflow/models/dagcode.py                       | 6 +++---
 airflow/providers/apache/hive/hooks/hive.py     | 2 +-
 airflow/providers/apache/kylin/hooks/kylin.py   | 2 +-
 airflow/providers/google/cloud/hooks/dlp.py     | 4 ++--
 backport_packages/refactor_backport_packages.py | 2 +-
 docs/concepts.rst                               | 4 ++--
 docs/howto/write-logs.rst                       | 5 +++--
 10 files changed, 17 insertions(+), 16 deletions(-)