KoteiIto / node-athena

a nodejs simple aws athena client
MIT License
105 stars 73 forks source link

Return the query Id as well as its results #7

Closed orlavy-bigabid closed 6 years ago

orlavy-bigabid commented 6 years ago

Hey, I would like to ask for the addition of the query id to the return value of the 'execute' method. That will enable us to get the query results from Athena without re-querying (And will greatly reduce the bills).

KoteiIto commented 6 years ago

Thank you for creating issue. Next major version update will support to get uri of result in s3. https://github.com/KoteiIto/node-athena/pull/11

adim commented 6 years ago

when version 2.x will be available in https://www.npmjs.com/package/athena-client?

KoteiIto commented 6 years ago

you can install 2.x as follows.

npm install athena-client@beta

If bugs are not reported, we plan to delete the beta tag in January.

KoteiIto commented 6 years ago

2.x is released.