prratek_ramchandani
10/18/2021, 3:24 PMget_file_handle()
with something that can take an s3 path and return a decompressed file stream without having to first write the decompressed csv file somewhere. any ideas?
this SO answer looks promising but i was scared off by the fact that i don’t really understand what it’s doing lolvisch
10/18/2021, 3:29 PMprratek_ramchandani
10/18/2021, 3:34 PMvisch
10/18/2021, 3:37 PMmeltano run preflight tap-csv target-whatever
with preflight being those commands I just listed 🤷
Could probably do it today as well. I don't know the right approach.
That stackoverflow response looks like what you need as well, either way will get you there 🙂dan_ladd
10/18/2021, 4:32 PMprratek_ramchandani
10/18/2021, 4:56 PMdecompress()
method that seems to do the trick and i can pass it a byte stream