New Features:
compress_varcharparameter added to ETLAlchemySource.init() to allow for optional "minimizing of varchar() columns". Defaults toFalse.
Bug Fixes:
-
Handles huge Decimal values ( > 2^32 ) when determining whether or not to coerce column type to Integer, or leave Decimal.
-
Fixed bugs surrounding Upserting of rows (when
drop_database=False). -
Nearest power of 2 now rounds properly