Airflow version- 1.9.0
I have installed apache airflow and post configuration i am able to run sample DAG\'s with sequential executor.
Also, created new sample u
edit airflow.cfg inside [webserver] section
airflow.cfg
[webserver]
authenticate = True
auth_backend = airflow.contrib.auth.backends.password_auth
rbac = True
airflow initdb