You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error message when I submit a query.
"UnexpectedParameter: Unexpected key 'Catalog' found in params.QueryExecutionContext"
Followed the instructions as per ReadMe.
I am not suppling this parameter at all. this is my config.
const athenaExpressConfig = {
aws: AWS,
s3: s3://${process.env.ENV_ATHENA_S3BUCKET},
};
Query
{
"query": "select datapointid, journeyid, capturedtimestamp, location from vehicle_movements_daily LIMIT 100",
"db": "vm_db"
}
First I thought that it was a configuration or IAM role issue and therefore I tried using athenaClient and I was able to get results without issue( only timeout issue which is expected).
The text was updated successfully, but these errors were encountered:
I am getting this error message when I submit a query.
"UnexpectedParameter: Unexpected key 'Catalog' found in params.QueryExecutionContext"
Followed the instructions as per ReadMe.
I am not suppling this parameter at all. this is my config.
const athenaExpressConfig = {
aws: AWS,
s3:
s3://${process.env.ENV_ATHENA_S3BUCKET}
,};
Query
{
"query": "select datapointid, journeyid, capturedtimestamp, location from vehicle_movements_daily LIMIT 100",
"db": "vm_db"
}
First I thought that it was a configuration or IAM role issue and therefore I tried using athenaClient and I was able to get results without issue( only timeout issue which is expected).
The text was updated successfully, but these errors were encountered: