Skip to content

Baerlon

Latest
Compare
Choose a tag to compare
@seanharr11 seanharr11 released this 16 May 15:30
· 14 commits to master since this release

New Features:

  • compress_varchar parameter added to ETLAlchemySource.init() to allow for optional "minimizing of varchar() columns". Defaults to False.

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