Skip to content

Commit

Permalink
Merge pull request #19 from dbt-athena/fix-glue-iam-permission
Browse files Browse the repository at this point in the history
fix: add missing glue permission
  • Loading branch information
nicor88 authored Jan 25, 2024
2 parents f24c66f + cf6070d commit 1538268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/getting-started/prerequisites/iam-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dbt-athena uses the AWS Glue API to fetch metadata. You will need to set these p
"glue:GetDatabases",
"glue:GetTable",
"glue:GetTables",
"glue:GetTableVersions",
"glue:GetPartition",
"glue:GetPartitions",
```
Expand Down

0 comments on commit 1538268

Please sign in to comment.