Skip to content

Postgres COPY FROM support, handle empty strings in Redshift, library logging setup

Choose a tag to compare

@vinceatbluelabs vinceatbluelabs released this 20 Mar 15:35

Breaking changes:

  • None

New features:

  • Faster loading into Postgres via the COPY FROM statement

Bug fixes / reliability improvements:

  • Handle empty strings in Redshift loading correctly from Pandas dataframes

Other updates:

  • Convenience method (session.set_stream_logging()) to set some reasonable logging defaults and get debugging information when using Records Mover as a library. Note that this was already set by default when using the mvrec CLI tool.