I am creating an airflow server. And I am able to create 2 users with Admin by doing
Airflow users create
I can see them in the UI, but if I do
Airflow users list
I get
No data found
Why is that? If I do airflow roles list I just get 'Admin'
And if I try to make a user from the CLI with viewer access it error out saying the only valid role is admin. Funny if I use the UI I can create it and add viewer from the drop down where it shows, admin, public,viewer,user,op
And even if I create it on the UI and I run airflow users list still come with no data found.
Any ideas I just wanted to create some users with viewer access
Thanks guys
(Is the default installation, SQLite and rabc=True)