How can I restrict the DAGs that are related to a particular owner in airflow 2.0.1?
I have enabled the enter image description here
How can I restrict the DAGs that are related to a particular owner in airflow 2.0.1?
I have enabled the enter image description here
That configuration item was removed and it's not available in Airflow 2.
As mentioned here:
As part of this change, a few configuration items in [webserver] section are removed and no longer applicable, including
authenticate
,filter_by_owner
,owner_mode
, andrbac
.
You can implement this using LDAP authentication, using groups and permissions. You can find all the details in this video (I included the specific time when it configures the role).