samjeckert

Results 1 comments of samjeckert

There is no chance unfortunately. I temporarily got around this by downloading the file and then just using pyarrow `iter_batches` directly. ``` fh, temp_file = tempfile.mkstemp() os.close(fh) wr.s3.download( key, temp_file,...