ephraimbuddy commented on issue #15374: URL: https://github.com/apache/airflow/issues/15374#issuecomment-820652825
> @ephraimbuddy Thanks for pointing me to #14776. Looks like this is targeted for release 2.0.2 which is not out yet. I spent a little time today to see if I could run airflow locally to verify and was looking at the breeze development environment. > > So far it has been pretty straightforward to setup, however after launching the environment (breeze start-airflow) and accessing the UI (http://127.0.0.1:28080/home) I cannot seem to interact with the UI. My dag is shown but none of the UI links are working. Probably there's no user, you can create a user in breeze environment, you just have to run the create user command: `airflow users create -f firstname -l lastname -u admin -p admin -r Admin ` You can drop into breeze environment with : `./breeze` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
