Airflow web UI has many features that are very useful for any workflow management tools.
- It allows you to view the schedule of all the jobs and their historical status.
- It allows to view DAG and their task relation dependency.
- At any time, you can also see the actual code used to run the pipelines.
- It supports custom executions using web UI and CRUD operations on DAG.