Log into the webserver container and run the commands below
su airflow
airflow users create \
--username tom \
--firstname Tom \
--lastname Ford \
--role Admin \
--email tom@example.com \
--password 2SAX63dccFW4cmtdMrc
airflow users list
Top comments (0)