DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
The pages that are exposed would be:TODO
- /admin
- /admin/airflow/refresh
- /admin/airflow/tree
- /admin/airflow/graph
- /admin/airflow/duration
- /admin/airflow/landing_times
- /admin/airflow/gantt
- /admin/airflow/code
- /admin/airflow/task
- /admin/airflow/rendered
- /admin/airflow/log
Roles
We will introduce two levels of access:
- dag_viewer: Can see everything associated with a given DAG.
- dag_editor: Can edit the status of tasks in a DAG.
- dag_executor: Can click the 'Run' button on a task to have it triggered immediately. Only works for CeleryExecutor.