v.12.0 - MySQL Connector, Email Notifications and ActionKit Bulk Uploads
Feature Additions
- MySQL Connector - Allows user to query, copy and run db syncs utilizing MySQL.
- Email Notifications - Adds support for generic SMTP to send email notifications (h/t @schuyler1d).
- ActionKit Bulk Uploads - Adds support for ActionKit bulk uploads (h/t @schuyler1d).
Redshift.copy()
adds configuration for attempting to widen columns that are too narrow for the data that is being copied in(Redshift.copy(tbl, 'my_table', alter_table=True)
.
Bug Fixes
- Handle a non-existent target table when running
Redshift.upsert()
. It will not not fail when you are trying to upsert and the target table does not exist. Instead, it will run a standardRedshift.copy()
. - Redash query API key bug fix (h/t @schuyler1d).
- Bill.com max return fix.
Redshift.upsert
does a better job of handling the column types of data being upserted (h/t @schuyler1d).- Fix a bug in the VAN Connector's
create_code
method.