You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/12/08 00:11:29 UTC

[airflow] branch v2-0-stable updated (29d7848 -> 7d37391)

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

ash pushed a change to branch v2-0-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 29d7848  Fix plugin macros not being exposed through airflow.macros (#12788)
     add d8906ab  Minor changes in description of API docs (#12532)
     add 23e743e  Move task handlers guides to provider docs (#12826)
     add 7d37391  Fix Multiple Migrations Heads (#12901)

No new revisions were added by this update.

Summary of changes:
 airflow/api_connexion/openapi/v1.yaml              |  29 +++-
 .../e38be357a868_update_schema_for_smart_sensor.py |   4 +-
 docs/apache-airflow-providers-amazon/index.rst     |   1 +
 .../logging/cloud-watch-task-handlers.rst}         |  36 ++--
 .../logging/index.rst                              |   4 +-
 .../logging/s3-task-handler.rst                    |  49 ++++++
 .../index.rst                                      |   6 +
 .../logging.rst                                    | 102 ++++++++++++
 .../logging/index.rst                              |   4 +-
 .../index.rst                                      |   1 +
 .../logging.rst                                    |  55 +++++++
 .../logging-monitoring/logging-tasks.rst           | 181 ---------------------
 12 files changed, 260 insertions(+), 212 deletions(-)
 copy docs/{apache-airflow/security/flower.rst => apache-airflow-providers-amazon/logging/cloud-watch-task-handlers.rst} (50%)
 copy docs/{apache-airflow-providers-google => apache-airflow-providers-amazon}/logging/index.rst (95%)
 create mode 100644 docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst
 create mode 100644 docs/apache-airflow-providers-elasticsearch/logging.rst
 create mode 100644 docs/apache-airflow-providers-microsoft-azure/logging.rst