📘Release History
V1.17
Created: 2024-11-02
LIST_SPREADSHEETS function now exposes extra search parameters
In sync configuration, "Show spreadsheets shared with me" now defaults to false and "Search all shared drives" defaults to true
V1.16
Created: 2024-09-16
Fixed an issue where empty values in numeric columns would cause errors in the normalized view
Migrated consumer UDFs to new convention
V1.15
Created: 2024-08-31
Fixed an issue caused by the previous release, where consumer UDFs errored when invoked
V1.14
Created: 2024-08-30
Added new Google Drive search options to outbound sync form
The WRITE_SHEET consumer UDF now accepts a plugin_connection object result instead of a connection slug, as a workaround for a Snowflake UDTF nesting bug
V1.13
Created: 2024-07-31
The inbound configuration form now provides checkboxes to better control the Google Drive search options
Improved handling of dates and timestamps in the normalized views
V1.12
Created: 2024-07-23
When listing Spreadsheets, items from all Drive types will now be shown. For Service Accounts, this will also include the sharedWithMe flag
V1.11
Created: 2024-07-19
Pinned some Anaconda dependencies to reduce package size
V1.10
Created: 2024-07-19
Fixed an issue where not all visible spreadsheet files were shown in the dropdown list
Fixed an issue where empty rows in the sample of 200 would cause an error in the stream lister
V1.9
Created: 2024-07-10
Inbound syncs now operate with a concurrency of 1, to avoid being blocked by the Google Sheets API.
Sheets containing invalid metadata are now excluded from the streams list instead of causing an error. A warning will be logged in the event table.
V1.8
Created: 2024-07-09
Improved handling of invalid sheet metadata responses
V1.7
Created: 2024-07-02
Provided an alternate parameter set for consumer UDFs
V1.6
Created: 2024-06-27
Removed ROW_NUMBER parameter from the WRITE_SHEET consumer UDTF as there was limited practical use for it
V1.5
Created: 2024-06-21
Provided four initial consumer UDFS: LIST_SPREADSHEETS, LIST_SPREADSHEET_SHEETS, READ_SHEET and WRITE_SHEET
V1.4
Created: 2024-05-30
Fixed an issue where columns with semi-structured data types caused outbound syncs to fail
V1.3
Created: 2024-05-23
Inbound syncs now support composite primary keys
V1.2
Created: 2024-05-18
Fixed issue where Service Account connections would error when syncing
V1.1
Created: 2024-04-04
Pinned all dependencies
V1.0
Created: 2024-04-03
Add Service Account as a connection method
PUBLIC_PREVIEW.7
Created: 2024-04-02
Use latest plugin runtime
Built with omnata-plugin-devkit==0.3.17 which includes pinned stored proc dependencies
Last updated