This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from afa9ead4ce Update code style for `airflow db` commands to SQLAlchemy
2.0 style (#31486)
add f048aba47e Include triggerer health status in Airflow /health endpoint
(#31529)
No new revisions were added by this update.
Summary of changes:
.../common/airflow_health.py} | 30 ++++---
airflow/api_connexion/endpoints/health_endpoint.py | 49 +---------
airflow/www/views.py | 25 +-----
{airflow/api_connexion => tests/api}/__init__.py | 0
.../api_connexion => tests/api/common}/__init__.py | 0
tests/api/common/test_airflow_health.py | 100 +++++++++++++++++++++
6 files changed, 124 insertions(+), 80 deletions(-)
copy airflow/{api_connexion/endpoints/health_endpoint.py =>
api/common/airflow_health.py} (72%)
copy {airflow/api_connexion => tests/api}/__init__.py (100%)
copy {airflow/api_connexion => tests/api/common}/__init__.py (100%)
create mode 100644 tests/api/common/test_airflow_health.py