diff --git a/metadata-ingestion/docs/sources/athena/athena_pre.md b/metadata-ingestion/docs/sources/athena/athena_pre.md index a56457d3f84fc..fdb2b136a5255 100644 --- a/metadata-ingestion/docs/sources/athena/athena_pre.md +++ b/metadata-ingestion/docs/sources/athena/athena_pre.md @@ -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/*", @@ -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. \ No newline at end of file +Replace `${var}` with appropriate values as per your athena setup.