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 2020/12/05 15:25:31 UTC

[airflow] branch master updated (6150e26 -> 1dcd3e1)

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 6150e26  Add `-o` as short form option for `--output` in CLI (#12831)
     add 1dcd3e1  Add support for extra links coming from the providers (#12472)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                          |  6 ++++
 airflow/cli/commands/provider_command.py           | 11 +++++++
 airflow/provider.yaml.schema.json                  |  7 +++++
 airflow/providers/google/provider.yaml             |  5 ++++
 airflow/providers/qubole/provider.yaml             |  3 ++
 airflow/providers_manager.py                       | 35 +++++++++++++++++++++-
 airflow/serialization/serialized_objects.py        | 32 +++++++++++++++-----
 .../run_install_and_test_provider_packages.sh      | 31 +++++++++++++++++--
 tests/core/test_providers_manager.py               | 12 ++++++++
 9 files changed, 130 insertions(+), 12 deletions(-)