KoteiIto / node-athena

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

Why is bucketUri required? I just want results in node, not saved to S3 #40

Closed 0xgeert closed 5 years ago

0xgeert commented 5 years ago

I'd like to stream results into my local node program. However, results also get saved into a csv on a S3 bucket. Can the latter be made optional?

0xgeert commented 5 years ago

Never mind. Just read Athena always produces results in S3.