I have an Airflow problem that seems very simple but I'm stuck with it.
I have a subdirectory (named student_dags) in my dags folder. That subdirectory has dags (python scripts). In the Airflow UI I can see the dags from my dags folder as well as the dags in the student_dags sub-folder (I have admin role). I created a new role (student) and only want to give access to dags in the student_dags subdirectory.
I tried to change permission but I can't seem to find the subdirectory name "student_dags" in there or any of the dags in the subdirectory while I'm on the permissions page. (I cannot do Read on DAGs because they'll be able to see dags in the dags folder (which I don't want them to have access to) and the dags in student_dags folder).
This seems pretty simple but I would appreciate if anyone who has ever encountered something similar can help