This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 9f35cff Fix asset recompilation message (#14532)
add f25ec33 Add CLI check for scheduler (#14519)
No new revisions were added by this update.
Summary of changes:
airflow/cli/cli_parser.py | 76 ++++++++++--
airflow/cli/commands/jobs_command.py | 53 +++++++++
.../logging-monitoring/check-health.rst | 41 +++++++
docs/apache-airflow/start/docker-compose.yaml | 5 +
docs/apache-airflow/start/docker.rst | 2 +-
tests/cli/commands/test_jobs_command.py | 128 +++++++++++++++++++++
tests/cli/test_cli_parser.py | 7 +-
7 files changed, 299 insertions(+), 13 deletions(-)
create mode 100644 airflow/cli/commands/jobs_command.py
create mode 100644 tests/cli/commands/test_jobs_command.py