Yannick Misteli

Results 3 issues of Yannick Misteli

can we read directly from s3 without downloading the file locally? In my case its a svs file of roughly 1 gb size. Cheers

question

Is it somehow possible to set level of expansion?

### Describe the bug if a column is null there should be a fallback data type (varchar) I'm using: ``` wr.redshift.copy_from_files( path=path, con=con, table=file_name.replace(".parquet", ""), schema="staging", parquet_infer_sampling = 1, varchar_lengths_default...

bug