Google BigQuery Connector
Google BigQuery Connector Help
Version 8
ZappySys Logo File Version: v8
Supported Engine: 9

Release Notes


On this page you can find what's new in Google BigQuery Connector.
Date Description
2024-01-02 New - Added Project / Dataset Dropdown for easy selection on connection screen
2023-04-11 Fix - Location option doesn't work because the child endpoint in the get_query endpoint didn't pass the same location in the URL
2023-03-17 New - Added Job Location option for Query / Connection Level
2023-01-05 Fix - Duplicate rows returned in some cases
2023-01-05 New - Add support to call stored procedure without causing duplicate API calls (CRUD Operation)
2023-01-05 New - Add request caching logic so only one job request is fired
2022-10-13 Modified - Added retry logic on error code 429 (Too many requests).
2021-10-26 New - Added MaxRequestSize to auto adjust Request to avoid going over 10MB data limit for insert operation
2020-05-15 New - Added support for Service Account Credentials (Using P12 key file)
2020-05-15 Fix - UseCustomApp option doesnt work
2020-01-27 Fix - DateTime type is not detected correctly
2020-01-12 Modified - Added 30 Seconds Cache for get_query endpoint so same query is not executed twice (one for Metadata, one for Data)
2020-01-12 New - Initial version