Skip to content

Commit

Permalink
docs(ingest): remove trailing comma on athena permission (#10634)
Browse files Browse the repository at this point in the history
  • Loading branch information
nephtyws authored Jun 5, 2024
1 parent 4a4d41c commit 5b4fc96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata-ingestion/docs/sources/athena/athena_pre.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In order to execute this source, you will need to create a policy with below per
"glue:GetPartitions",
"s3:GetObject",
"s3:ListBucket",
"s3:GetBucketLocation",
"s3:GetBucketLocation"
],
"Resource": [
"arn:aws:athena:${region-id}:${account-id}:datacatalog/*",
Expand Down Expand Up @@ -64,9 +64,9 @@ In order to execute this source, you will need to create a policy with below per
"arn:aws:s3:::${athena-query-result-bucket}/*",
"arn:aws:s3:::${athena-query-result-bucket}"
]
},
}
]
}
```

Replace `${var}` with appropriate values as per your athena setup.
Replace `${var}` with appropriate values as per your athena setup.

0 comments on commit 5b4fc96

Please sign in to comment.