Google BigQuery Connector
Documentation
Version: 12
Documentation

Release Notes


On this page you can find what's new in Google BigQuery Connector.
Date Description
2025-01-24 New - Added ImpersonateAs property for Service Account authentication (Requires Domain-wide delegation ON and needs Google Workspace account)
2025-01-24 New - Added images in User Account and Service Account authentication instructions
2025-01-21 New - Updated MaxRequestSize to 10MB and Engine updated to calculate correct row size to avoid error 413 Request Entity Too Large in insertAll API call (Bulk Insert max 10000 rows or max 10MB size)
2024-06-05 New - Added DefaultValue for Sql property so user can preview sample query without changing anything
2024-06-05 New - Output BIGNUMERIC, BIGDECIMAL as string to avoid loss of data in large precision / scale
2024-06-05 New - Added Redirect URL property to support Web Application credentials (visible when show advanced option checked)
2024-06-02 Fix - read_table_data endpoint throws Invalid dataset ID error
2024-06-02 New - Added support for TIMESTAMP columns to display as extra columns with DateTime along with original column
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 doesn't 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