← All terms
Airflow

Web Server

The Web Server is the Flask-based process that serves the Airflow UI — it reads DAG and task state from the metadata database and renders it as web pages, and handles manual actions triggered from the UI (like triggering a run or marking a task as failed).

Key points:

See also: Scheduler, UI