You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/04/27 07:54:09 UTC

[airflow] branch master updated (6573846 -> e229f35)

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

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 6573846  Fix `logging.exception` redundancy (#14823)
     add e229f35  Use Pip 21.* to install airflow officially (#15513)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   | 20 +-------
 CONTRIBUTORS_QUICK_START.rst                       | 10 +---
 Dockerfile                                         |  2 +-
 Dockerfile.ci                                      |  2 +-
 IMAGES.rst                                         | 12 +----
 INSTALL                                            |  8 ---
 LOCAL_VIRTUALENV.rst                               | 20 +-------
 README.md                                          |  9 +---
 UPDATING.md                                        |  7 ---
 airflow/provider.yaml.schema.json                  |  4 ++
 airflow/providers/apache/beam/CHANGELOG.rst        | 58 ++++++++++++++++++++++
 airflow/providers/apache/beam/README.md            |  8 ---
 airflow/providers/apache/beam/provider.yaml        |  4 ++
 .../apache/hive/transfers/mssql_to_hive.py         |  2 +-
 airflow/providers/google/CHANGELOG.rst             | 58 ++++++++++++++++++++++
 airflow/providers/google/provider.yaml             |  4 ++
 airflow/providers/microsoft/mssql/hooks/mssql.py   |  1 +
 .../PROVIDER_INDEX_TEMPLATE.rst.jinja2             |  9 ----
 .../PROVIDER_README_TEMPLATE.rst.jinja2            |  8 ---
 dev/provider_packages/SETUP_TEMPLATE.py.jinja2     |  2 +-
 dev/provider_packages/prepare_provider_packages.py | 24 ++++++++-
 docs/apache-airflow/installation.rst               |  7 +--
 docs/apache-airflow/start/local.rst                | 10 +---
 docs/apache-airflow/upgrade-check.rst              | 10 +---
 docs/docker-stack/build-arg-ref.rst                |  2 +-
 scripts/ci/libraries/_initialization.sh            |  3 +-
 scripts/in_container/_in_container_utils.sh        |  6 ---
 .../run_install_and_test_provider_packages.sh      |  1 -
 .../run_prepare_provider_documentation.sh          |  5 --
 .../in_container/run_prepare_provider_packages.sh  |  1 -
 setup.py                                           | 26 ++--------
 .../apache/hive/transfers/test_mssql_to_hive.py    |  2 +-
 32 files changed, 172 insertions(+), 173 deletions(-)