Hi, I am trying to implement airflow multi-tenancy and Google authentication in airflow. I am using airlfow 1.9.0. I am having the following doubts about implementing it:-
1) How to filter dags by team instead of individual users. I know a workaround for this will creating a user for each team and making the team members log in on airflow using the team email id. But can we do it any other way? 2) How to create super users in google authentication flow? Or every user is created as a superuser in this flow? I have looked at the content of users table but found nothing about how to give different rights to different users.
