This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 787b8186b62 docs: adjust misleading docs (#59228)
787b8186b62 is described below

commit 787b8186b624f24de9f3af3135b4c694b08f3073
Author: Everton Seiei Arakaki <[email protected]>
AuthorDate: Tue Dec 9 14:47:10 2025 +0100

    docs: adjust misleading docs (#59228)
---
 providers/fab/docs/auth-manager/access-control.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/providers/fab/docs/auth-manager/access-control.rst 
b/providers/fab/docs/auth-manager/access-control.rst
index f6a6789044f..5f167229e89 100644
--- a/providers/fab/docs/auth-manager/access-control.rst
+++ b/providers/fab/docs/auth-manager/access-control.rst
@@ -333,7 +333,7 @@ It's also possible to add Dag Runs resource permissions in 
a similar way, but ex
         dag_id="example_fine_grained_access",
         start_date=pendulum.datetime(2021, 1, 1, tz="UTC"),
         access_control={
-            "Viewer": {"Dags": {"can_edit", "can_read", "can_delete"}, "Dag 
Runs": {"can_create"}},
+            "Viewer": {"DAGs": {"can_edit", "can_read", "can_delete"}, "DAG 
Runs": {"can_create"}},
         },
     )
 

Reply via email to