Derek Horkel

Results 2 issues of Derek Horkel

**Is your idea related to a problem? Please describe.** Currently when using `wr.s3.read_parquet(path=list_of_paths)` with a list of file paths, if any individual file does not exist, the following error is...

enhancement
backlog

The types for in `main/stubs/peewee/peewee.pyi` are incorrect for `_HashableSource` and `ColumnBase`, specifically for the functions `__eq__` and `__ne__` the return types are set as `bool` when they should be peewee's...