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 dddcebc508c Give each tmux pane in `start-airflow` a title to make it
clear what is running (#46931)
add a29c840d938 Allow check_response to be defined in extra_options of
HTTP connection (#45451)
No new revisions were added by this update.
Summary of changes:
generated/provider_dependencies.json | 2 +-
providers/apache/livy/README.rst | 2 +-
providers/apache/livy/pyproject.toml | 2 +-
.../providers/apache/livy/get_provider_info.py | 2 +-
.../airflow/providers/apache/livy/hooks/livy.py | 15 +--
providers/http/README.rst | 6 +-
providers/http/docs/index.rst | 2 +-
providers/http/provider.yaml | 1 +
providers/http/pyproject.toml | 6 +-
.../http/src/airflow/providers/http/__init__.py | 2 +-
.../airflow/providers/http/get_provider_info.py | 1 +
.../http/src/airflow/providers/http/hooks/http.py | 127 +++++++++--------
providers/http/tests/unit/http/hooks/test_http.py | 150 ++++++++++++++-------
.../http/tests/unit/http/sensors/test_http.py | 18 +--
14 files changed, 194 insertions(+), 142 deletions(-)