KoteiIto / node-athena

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

CSV files #30

Closed ofertotango closed 6 years ago

ofertotango commented 6 years ago

When using this package for querying my athena database, it keep creating junk CSV files and add them into my bucket. how can i prevent that from happening ?

ofertotango commented 6 years ago

Solved. Just create a dedicated folder in the bucket to hold all the CSV files, and pass this folder path to the config as the bucket path.