athena-express icon indicating copy to clipboard operation
athena-express copied to clipboard

Athena-Express can simplify executing SQL queries in Amazon Athena AND fetching cleaned-up JSON results in the same synchronous or asynchronous request - well suited for web applications.

Results 32 athena-express issues
Sort by recently updated
recently updated
newest added

Just wanted to fix a few misspellings I spotted here.

I am transferring a node js app over to NextJS and I keep getting this error when I make queries to the API endpoint. It seems like there is an...

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...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

JSON looks like this { "name":"json" } object literal looks like this { name: "object literal" } what athena-express returns is '{ name: "string of object literal" }' Is there...

In my case I'm using MSCK REPAIR TABLE. The request returns a list of partitions I need to manually add (manually in that Athena is unable to automatically add them)....

Scenario: I have a query with this column header "test (one, two, etc.)" I run the query `SELECT field AS "test (one, two, etc.)" from some_table` I receive a wrong...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Optionally (defaults to false) cast date, timestamp, and timestamp with time zone data types to JS Date objects. Query method doesn't expose the data type forcing developers that want to...