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 2c6b003 Updated table component (#15805)
add 10ed42a Fix hooks extended from http hook (#16109)
No new revisions were added by this update.
Summary of changes:
airflow/providers/airbyte/hooks/airbyte.py | 5 +++++
airflow/providers/dingding/hooks/dingding.py | 5 +++++
airflow/providers/dingding/provider.yaml | 3 +++
airflow/providers/discord/hooks/discord_webhook.py | 5 +++++
airflow/providers/discord/provider.yaml | 3 +++
airflow/providers/opsgenie/hooks/opsgenie_alert.py | 5 +++++
airflow/providers/opsgenie/provider.yaml | 3 +++
airflow/providers/slack/hooks/slack_webhook.py | 5 +++++
airflow/providers/slack/provider.yaml | 3 +++
scripts/in_container/run_install_and_test_provider_packages.sh | 2 +-
tests/core/test_providers_manager.py | 5 +++++
tests/providers/airbyte/hooks/test_airbyte.py | 2 +-
tests/providers/dingding/hooks/test_dingding.py | 2 +-
tests/providers/discord/hooks/test_discord_webhook.py | 2 +-
tests/providers/opsgenie/hooks/test_opsgenie_alert.py | 2 +-
tests/providers/slack/hooks/test_slack_webhook.py | 10 ++++++----
16 files changed, 53 insertions(+), 9 deletions(-)