Skip to content

Features to support postgres/greenplum

Ian Freshwater requested to merge postgres_and_more into master
  • Added synchronousEventProcessor & config.event_reporting.synchronous to enable main-thread event processing
  • Added checks to call process_events if using synchronous processing only when encrypting/decrypting
  • Added "library label" when creating credentials object. Label will default to ubiq-python but you can pass others (so greenplum and postgres can be ubiq-postgres and ubiq-greenplum)

Note: Currently failing due to AssertionError: module 'cryptography.hazmat.primitives' has no attribute 'serialization', which is odd because I haven't changed any of the libraries. 😖 Fixed, thanks Cryptography 43 for the mess.

Edited by Ian Freshwater

Merge request reports