Skip to content

v0.14.0 - PDI and other enhancements

Compare
Choose a tag to compare
@eliotst eliotst released this 18 Jun 20:46
89c9049

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:

  • Fix the Phone2Action connector to be consistent with the data returned by the API (h/t @eliotst)
  • Documentation fixes (h/t @joemcl)