Hey folks, does `ignore=True` on `batchInsert` work for postgres? I seem to be getting an error on t...
r
Hey folks, does
ignore=True
on
batchInsert
work for postgres? I seem to be getting an error on the insert for duplicate key, but I thought the ignore flag would take care of this...