I am using Airflow 2.0.2.
I have some DAGs that owner is "test".
default_args = {
"owner": "test",
}
How can I create Airflow role that can see or change Airflow DAGs that owner is "test"?
This document explain DAG level access control but I do not want to change access scope every time I add new DAG. https://airflow.apache.org/docs/apache-airflow/2.1.0/security/access-control.html#dag-level-role