diff --git a/docs/databases/connections/athena.md b/docs/databases/connections/athena.md
index c174f27260d15d9022d26a78c61f6089f697a54a..1f3a6ad975051fd6cc34933ca22e932e4687e2f4 100644
--- a/docs/databases/connections/athena.md
+++ b/docs/databases/connections/athena.md
@@ -208,7 +208,8 @@ If Metabase also needs to create tables, you'll need additional AWS Glue permiss
         "glue:DeleteTable",
         "glue:CreatePartition",
         "glue:DeletePartition",
-        "glue:UpdatePartition"
+        "glue:UpdatePartition",
+        "glue:GetCatalogImportStatus",
       ],
       "Resource": "*"
     }