Skip to content

Commit

Permalink
adding glue:GetPartitions for Glue catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Dec 27, 2024
1 parent f03baa0 commit 0a88763
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def glue_catalog_policy_statement(self) -> iam.PolicyStatement:
"glue:CreateTable",
"glue:UpdateTable",
"glue:DeleteTable",
"glue:GetPartitions",
],
resources=[catalog_arn],
)
Expand Down

0 comments on commit 0a88763

Please sign in to comment.