I am new to apache airflow. I installed airflow locally in my laptop using Windows subsystem for linux, after installation of Python 3 pip and other Dependancies I hit command "airflow webserver -p 8080" on ubuntu terminal. Airflow starts normally, then I open "localhost:8080" on browser it through error. enter image description here enter image description hereenter image description here
please help to resolve this error.
You have not initialized the database or the database configuration does not point to the right database (the error is about missing table in the DB that should have been created by
airflow db upgrade).https://airflow.apache.org/docs/apache-airflow/stable/installation/setting-up-the-database.html