docs(ingest): remove trailing comma on athena permission (#10634)

This commit is contained in:
Woong Seok Kang 2024-06-05 13:59:43 +09:00 committed by GitHub
parent 4a4d41cca6
commit 5b4fc9612f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
Replace `${var}` with appropriate values as per your athena setup.