mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 08:58:26 +00:00
docs(ingest): remove trailing comma on athena permission (#10634)
This commit is contained in:
parent
4a4d41cca6
commit
5b4fc9612f
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user