https://github.com/spilgames/pyvertica/blob/master/pyvertica/batch.py#L92-L93
I'd like to add a parameter to the vertica batch constructor that provide a rescue action for everything remaining in the fifo - if things are just sucked out and dropped, important data could be lost. I'm thinking the default could just be "pass", but for my use, it would be nice to dump everything in the fifo to a file on disk so it could be restored later.
I'll work on this feature.
https://github.com/spilgames/pyvertica/blob/master/pyvertica/batch.py#L92-L93
I'd like to add a parameter to the vertica batch constructor that provide a rescue action for everything remaining in the fifo - if things are just sucked out and dropped, important data could be lost. I'm thinking the default could just be "pass", but for my use, it would be nice to dump everything in the fifo to a file on disk so it could be restored later.
I'll work on this feature.