Slide 28
Slide 28 text
Use Flask-Appbuilder based UI
● Enabled using “rbac=True” under “[webserver]”
● Airflow ships with a set of roles by default: Admin, User, Op, Viewer, and
Public
● Creating custom roles is possible
● DAG Level Access Control. User can declare the read or write permission
inside the DAG file as shown below