The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user jedcunningham (triggered by jedcunningham).
Head commit for run: b19b14699ecc378d58fa908cd72ac157dd6aae40 / Jed Cunningham <[email protected]> Remove the `webserver` command and point people at the new `api-server`. This included renaming the following args to better match fastapi/uvicorn: - `--hostname` -> `--host` - `--debug` -> `--dev` The following config options were removed (there isn't an equivalent currently): - `[webserver] error_logfile` - `[webserver] access_logformat` The following config options were moved/renamed to the `api` section. - `[webserver] web_server_host` has been moved to `[api] host` - `[webserver] web_server_port` has been moved to `[api] port` - `[webserver] workers` has been moved to `[api] workers` - `[webserver] web_server_worker_timeout` has been moved to `[api] worker_timeout` - `[webserver] web_server_ssl_cert` has been moved to `[api] ssl_cert` - `[webserver] web_server_ssl_key` has been moved to `[api] ssl_key` - `[webserver] access_logfile` has been moved to `[api] access_logfile` `airflow webserver` was added to the list of legacy commands, which means users will be informed of the replacement instead of just getting a generic error: ``` $ airflow webserver Usage: airflow [-h] GROUP_OR_COMMAND ... ... airflow command error: argument GROUP_OR_COMMAND: Command `airflow webserver` has been removed. Please use `airflow api-server`, see help above. ``` Report URL: https://github.com/apache/airflow/actions/runs/13532742937 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
