This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from f38ebaf Make output from users cli command more consistent (#17642)
add 29aab64 Adds secrets backend/logging/auth information to provider
yaml (#17625)
No new revisions were added by this update.
Summary of changes:
airflow/cli/cli_parser.py | 18 ++
airflow/cli/commands/provider_command.py | 36 ++++
airflow/provider.yaml.schema.json | 21 +++
airflow/provider_info.schema.json | 21 +++
airflow/providers/amazon/provider.yaml | 8 +
airflow/providers/elasticsearch/provider.yaml | 3 +
airflow/providers/google/provider.yaml | 10 +
airflow/providers/hashicorp/provider.yaml | 3 +
airflow/providers/microsoft/azure/provider.yaml | 6 +
airflow/providers_manager.py | 202 ++++++++++++++-------
.../run_install_and_test_provider_packages.sh | 48 +++++
tests/core/test_providers_manager.py | 15 ++
12 files changed, 327 insertions(+), 64 deletions(-)