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

a nodejs simple aws athena client

Results 12 node-athena issues
Sort by recently updated
recently updated
newest added

updating aws-sdk as the version started showing vulnerability. updated aws-sdk to 2.893.0

Hi, I wanted to thank for your work. Querying Athena from JS can be cumbersome and your library really helps. We have encountered an issue with parsing results from Athena...

Hi, Thanks for putting this library together, as the recommended library on AWS' own docs (athena-express) has no built in support for streaming results. One issue I'm running into is...

We may want to use instances that are configured differently in S3 and Athena instance. (eg: authorizaion #56 ) Since `createClient` is an important method, I think the signature of...

Hi, Getting Athena is not a construction error while using browserify. It looks like Athena is not included in the brower sdk. Could you please suggest how to resolve this...

Great library! I've been using it to execute and capture the results of a variety of Athena SQL commands. They all work apart from the CREATE TABLE AS. When I...

I spent a lot of time trying to find a problem in my code but the problem was hidden from the eyes, and it lives on this line of code...

Hi, Trying to use this client with angular project and running into several issues. ``` const { athena } = require('athena-client'); @Injectable({ providedIn: 'root' }) export class AthenaTestGqService { clientConfig...

I would want to get query results after I have created a CTAS table with skipFetchResult = true. I tried creating a new client with a different client config, excluding...