Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

0.7.0

Choose a tag to compare

@sibson sibson released this 12 May 22:09
· 18 commits to master since this release
  • improved metadata generation
    • UUID, ENUM support added
    • floats now set scale/precision accurately
    • unhanded types default to TEXT rather than raise an error
  • bugfix, dates in generated CSV no longer break SFDC parser
  • reduced memory footprint on large tables
  • CLI --limit to limit number of rows extracted, useful for testing
  • CLI command chunk to generate files as uploaded to SFDC
  • CLI supports multiple schemas
  • API exclude_columns from upload

Full changes v0.1.0...v0.7.0

Thanks @iamjem and Jeff Vagg for contributing to this release