v0.14.0 - PDI and other enhancements
Feature additions:
- New PDI Connector - Get flags, questions, acquisition types, and more from the PDI API (h/t @dannyboy15)
Enhancements:
- Add the VAN.get_target_export method for pulling down people for a target (h/t @sduttacheezit)
- Add the SFTP.get_table method to pull down a CSV file from an SFTP server as a Parsons table (h/t @jburchard)
- Add the Table.materialize_to_file method to apply pending transformations to a Table without having to load all of the data into memory (h/t @eliotst)
- Refactor the GoogleSheets class to accept either the worksheet ID or name when operating on worksheets in a Google Sheet (h/t @jburchard)
- Add a flag to the Redshift.upsert method to adjust column sizes on the target table if the data is too big (h/t @SorenSpicknall)
Fixes: