You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Feature Additions
New Postgres Class
Postgres.copy() - Copy tables to Postgres
Postgres.query() - Query Postgres DB
GoogleBigQuery.copy() - Copy tables to BigQuery
VAN.upload_saved_list() - Upload saved lists to VAN.
ActionKit.create_generic_action() - Post a generic action.
Parsons Tables are now displayed in a pretty manner in Jupyter Notebook, similar to Pandas dataframes.
Redshift.alter_column_widths() - Method to auto-widen a Redshift table to match the width of a Parsons table. This is useful when trying to append data to an existing table.
Small Enhancements
GoogleSheets.append_to_sheet() and GoogleSheets.overwrite_sheet() now allow you to pass in formulas.
VAN.get_person(), VAN.get_event(), VAN.get_event() now return more fields.
Table.to_s3_csv() now have ability to specify access control to uploaded file.
GoogleCloudStorage.download_blob() no longer requires that the user be permissioned on the bucket.