unstructured
f23f20c1 - fix: postgres destination connector serialization (#2411)

Commit
2 years ago
fix: postgres destination connector serialization (#2411) This fixes the serialization of the Elasticsearch destination connector. Presence of the _client object breaks serialization due to TypeError: cannot pickle '_thread.lock' object. This removes that object before serialization.
Parents
Loading