0

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

1 Answers1

-1

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, and rbac.

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).

bruno-uy
  • 1,647
  • 12
  • 20