You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by gi...@apache.org on 2020/08/28 02:09:57 UTC

[airflow] tag nightly-master updated (276a15a -> 725bf33)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from 276a15a  (commit)
      to 725bf33  (commit)
    from 276a15a  Add info about update mask to API doc introduction (#10572)
     add bb3e45c  Add Airflow 1.10.12 & 'black' to breeze-complete (#10592)
     add 91ff31a  Documentation for Google Cloud Data Loss Prevention (#8201) (#9651)
     add 2e56ee7  DockerOperator extra_hosts argument support added (#10546)
     add 900f15a  URL encode execution date in the Last Run link (#10595)
     add e565368  Nightly tag push is not skipped in scheduled builds (#10597)
     add 246c8f2  Add Currency to INTHEWILD.md (#10607)
     add 540957d  Made use of authentication consistent (#10610)
     add 775c220  Added a logging and monitoring architecture diagram and page (#10609)
     add 479d622  Fix downstream rendering in WebUI (#10612)
     add 725bf33  Revert Clean up DAG serializations based on last_updated (#7424) (#10613)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |   2 -
 BREEZE.rst                                         |  10 +-
 INTHEWILD.md                                       |   1 +
 airflow/config_templates/config.yml                |   8 -
 airflow/config_templates/default_airflow.cfg       |   4 -
 airflow/models/dagcode.py                          |  10 +-
 airflow/models/serialized_dag.py                   |  27 +-
 airflow/providers/docker/operators/docker.py       |   3 +
 .../google/cloud/example_dags/example_dlp.py       |  94 ++++++
 airflow/providers/google/cloud/operators/dlp.py    | 120 ++++++++
 airflow/utils/dag_processing.py                    |  51 +---
 airflow/www/templates/airflow/dags.html            |   2 +-
 airflow/www/views.py                               |   2 +-
 breeze-complete                                    |   2 +
 .../operator/google/cloud/data_loss_prevention.rst | 327 +++++++++++++++++++++
 docs/img/arch-diag-logging.png                     | Bin 0 -> 25843 bytes
 docs/logging-monitoring/logging-architecture.rst   |  41 +++
 docs/operators-and-hooks-ref.rst                   |   2 +-
 docs/security/api.rst                              |   6 +-
 docs/spelling_wordlist.txt                         |   3 +
 tests/models/test_dagcode.py                       |  20 +-
 tests/models/test_serialized_dag.py                |  23 +-
 tests/providers/docker/operators/test_docker.py    | 167 ++++-------
 tests/utils/test_dag_processing.py                 |  24 --
 24 files changed, 703 insertions(+), 246 deletions(-)
 create mode 100644 docs/howto/operator/google/cloud/data_loss_prevention.rst
 create mode 100644 docs/img/arch-diag-logging.png
 create mode 100644 docs/logging-monitoring/logging-architecture.rst