CData Python Connector for Google BigQuery

Build 26.0.9655

変更履歴

General Changes

DateVersionSourceCategoryTypeDescription
2026-05-2826.0.9644Google BigQueryMetadataChanged
  • PageSize 接続プロパティのデータ型を文字列から整数に変更しました。
2026-05-2726.0.9643Google BigQueryConnectionRemoved
  • UseStreamingInserts 接続プロパティが削除されました。このプロパティは InsertMode プロパティに置き換えられて非推奨となっていました。InsertMode は現在、ストリーミング、DML、アップロード、GCS を含むすべての挿入動作を完全に制御します。
2026-05-2226.0.9638PythonRemoved
  • Remove support for Intel x64 architecture on macOS
2026-05-0726.0.9623GeneralData ModelAdded
  • sys_tablecolumns システムテーブルにColumnCapabilities カラムが追加されました。このカラムは、カラムの書き込み機能を示すビットマスクです。
2026-05-0726.0.9623PythonChanged
  • 組み込みのJRE がjre-17.0.19+10 に更新されました(Linux x64 / MacOS x64 向け)。
2026-04-1526.0.9601GeneralQuery ExecChanged
  • GREATER、LESS、CONTAINS 演算子を使用した文字列比較は、デフォルトで大文字と小文字を区別しなくなりました。
2026-03-0625.0.9561Google BigQueryQuery ExecChanged
  • Google Big Query API の変更により、Legacy SQL は2026年6月1日以降、新規組織では利用できなくなります。そのため、UseLegacySQL プロパティの設定に関する推奨事項を「推奨しない」に変更しました。古い組織では引き続き利用可能な場合があるため、このプロパティは非推奨にはなっていません。
2026-02-0525.0.9532Google BigQueryAdded
  • PassthroughParameters 接続プロパティが追加されました。QueryPassthrough がtrue に設定された状態で使用すると、パラメータはクライアント側で解決されるのではなく、サーバーにプッシュされます。
2026-01-1325.0.9509GeneralAdded
  • REGEXP_REPLACE() 文字列関数のサポートが追加されました。
2025-12-2125.0.9486PythonAdded
  • Linux およびmacOS 向けのPython コネクタで、カスタムロガーのサポートが追加されました。
2025-12-0525.0.9470GeneralAdded
  • INSERT INTO SELECT 文のサポートが追加されました。この操作をネイティブでサポートしていないプロバイダーについては、ドライバー側で実行されます。
2025-11-0525.0.9440Google BigQueryAdded
  • Datasets ビューにLocation カラムが追加されました。
2025-10-3025.0.9434PythonChanged
  • 組み込みのJRE がjre-17.0.17+10 に更新されました(Linux x64 / MacOS x64 向け)。
2025-10-0625.0.9410GeneralAdded
  • ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
2025-09-1225.0.9386GeneralAdded
  • sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
2025-09-1025.0.9384GeneralChanged
  • 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
2025-09-1025.0.9384Google BigQueryAdded
  • Azure 経由のAzureWorkloadIdentity AuthScheme のサポートが追加されました。
2025-09-0325.0.9377GeneralChanged
  • 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
2025-09-0125.0.9375GeneralAdded
  • CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
2025-08-2125.0.9364GeneralChanged
  • 動作変更:
    • 非テーブルクエリにおける文字列値比較の不整合が修正されました。
    • 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
2025-08-1325.0.9356GeneralChanged
  • ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
2025-07-2425.0.9336Google BigQueryChanged
  • PrivateEndpointName 接続プロパティが、各エンドポイントに対応する接続プロパティに置き換えられました: PrivateEndpointNameAccessTokenUrl、PrivateEndpointNameAuthUrl、PrivateEndpointNameBigQuery、PrivateEndpointNameCloudStorage、PrivateEndpointNameStorage、および PrivateEndpointNameSts。
2025-07-0725.0.9319PythonRemoved
  • Windows 向けPython の32ビット版が削除されました。
2025-07-0225.0.9314PythonRemoved
  • Python 3.9のサポートが削除されました。
2025-06-2525.0.9307GeneralRemoved
  • ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
2025-06-2525.0.9307PythonAdded
  • Python 3.13のサポートがWindows、Linux、Mac 版に追加されました。
2025-06-2525.0.9307PythonRemoved
  • Python 3.8のサポートは、サポート終了に伴い削除されました。
2025-06-2025.0.9302GeneralAdded
  • 以下の関数が作成されました:
    • TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
    • TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
    • BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
    • BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
2025-06-1825.0.9300GeneralChanged
  • 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
2025-06-0325.0.9285Google BigQueryRemoved
  • 非推奨とされていたストアドプロシージャCreateSchema が削除されました。BigQuery のサーバーサイドビューの使用を推奨します。
2025-05-2725.0.9278GeneralRemoved
  • ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
2025-05-1225.0.9263PythonChanged
  • 組み込みのJRE jre-17.0.15+6 (Linux x64 / MacOS x64) およびjre-17.0.15+6 (MacOS aarch64) に更新されました。
2025-04-2925.0.9250Google BigQueryChanged
  • Projects、Datasets、PartitionsList、およびPartitionsValues ビューがCData カタログに戻されました。
2025-02-1524.0.9177GeneralAdded
  • 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
2025-01-2924.0.9160Google BigQueryAdded
  • SupportCaseSensitiveTables 接続プロパティが追加されました。このプロパティを有効にすると、リストされたテーブルで同じ名前で大文字小文字の表記が異なる複数のテーブルを使用できるようになります。
2024-11-2724.0.9097GeneralAdded
  • LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
2024-10-1724.0.9056Google BigQueryAdded
  • AWS アカウントを使用したWorkload Identity Federation のサポートが追加されました。
2024-09-0424.0.9013Google BigQueryAdded
  • DelegatedServiceAccounts 接続プロパティが追加されました。AuthScheme GCPInstanceAccounts と組み合わせて使用する場合、このプロパティにで委任されたサービスアカウントのスペース区切りのリストを指定できます。プロジェクトに割り当てられたデフォルトのサービスアカウントのメールアドレスが、リクエストするサービスアカウントとして機能します。
2024-06-0524.0.8922PythonAdded
  • Python 3.12のサポートが追加されました。
2024-05-0924.0.8895GeneralChanged
  • 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
2024-03-1523.0.8840GeneralAdded
  • Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
2023-11-2923.0.8733GeneralChanged
  • ROUND 関数で負の精度値が受け付けられなくなりました。
2023-11-2923.0.8733GeneralChanged
  • FDMonth、FDQuarter、FDWeek、LDMonth、LDQuarter、LDWeek 関数の戻り値の型がTimestamp からDate に変更されました。
  • ABS 関数の戻り値の型がパラメータ値の型と一致するようになりました。
2023-11-2823.0.8732GeneralAdded
  • シークレットがbase64 形式の場合にデコードできるよう、HMACSHA256 フォーマッタが追加されました。
2023-08-2923.0.8641PythonAdded
  • Added support for SQLAlchemy 2.0.
2023-06-2023.0.8571GeneralAdded
  • 新しいsys_lastresultinfo システムテーブルが追加されました。
2023-05-1923.0.8539PythonAdded
  • Added support for Python 3.11 on Windows, Linux and Mac.
2023-05-1623.0.8536PythonRemoved
  • Removed support for Python 3.7 on Windows and Linux
2023-04-2523.0.8515GeneralRemoved
  • SELECT INTO CSV 文のサポートが削除されました。コアコードでサポートされなくなりました。
2023-03-2422.0.8483Google BigQueryAdded
  • Added support for the INTERVAL data type within all query types. INTERVAL values are represented as text and given to the driver in BigQuery SQL's native format.
2023-01-0422.0.8404Google BigQueryAdded
  • Added support for the JSON data type, both within queries as well as DML insert operations. It has most of the same limitations as other aggregate types like array. It is also supported as a type name for CAST(col AS JSON) as well as CREATE TABLE t(col JSON)
2022-12-1422.0.8383GeneralChanged
  • sys_procedureparameters テーブルにDefault カラムが追加されました。
2022-11-1522.0.8354PythonChanged
  • Updated embedded JRE to jre8u345-b01(Linux x64 / MacOS x64) and jre-17.0.5+8(MacOS aarch64).
2022-11-0322.0.8342Google BigQueryAdded
  • Added support for performing a bulk UPDATE without having to specify primary keys via PrimaryKeyIdentifiers or schema files. As long as the platform native bulk interface is used (e.g. addBatch / executeBatch in JDBC) the provider can determine what goes into the SET vs. the WHERE clause.
2022-09-3022.0.8308GeneralChanged
  • sys_procedureparameters テーブルにIsPath カラムが追加されました。
2022-09-2822.0.8306Google BigQueryAdded
  • Added support for the FlattenObjects option. By default it is enabled and STRUCT values are expanded as normal, but when disabled STRUCT values are reported as JSON aggregates in the same way ARRAY values are.
2022-06-0622.0.8192Google BigQueryAdded
  • Added support for MERGE statements. The syntax is a subset of what BigQuery natively supports, including everything except the MATCHED BY SOURCE, DEFAULT and WHEN MATCHED AND clauses.
2022-05-1822.0.8173PythonAdded
  • Added support for Python 3.10 on Windows, Linux, and Mac
  • Added support for Python 3.9 on Mac
  • Added support for Mac M1
2022-05-1822.0.8173PythonRemoved
  • Removed support for Python 3.6 on Windows and Linux
2022-04-2722.0.8152Google BigQueryAdded
  • Added support for the SAFE_CAST function. Due to syntax limitations, it must be written this way when passthrough mode is disabled (the default):
    SAFE_CAST(somecol, 'INTEGER')
    . It supports SQL type names (VARCHAR, INT, etc.) as well as BigQuery type names (STRING, INT64, etc.)
2022-04-1121.0.8136Google BigQueryChanged
  • Changed what views are retrieved depending on the connection property UseLegacySQL. Connections using standard SQL will not report views that are only available in legacy SQL, and the same goes for standard views in legacy SQL connections.
2022-03-0121.0.8095Google BigQueryAdded
  • Added support for CREATE VIEW AS statements.
2022-02-1821.0.8084Google BigQueryAdded
  • Added support for ALTER TABLE. Due to BigQuery limitations, the only supported operations are ADD COLUMN, DROP COLUMN, ALTER COLUMN and (table) RENAME TO.
2022-01-2621.0.8061Google BigQueryAdded
  • Added support for querying snapshot tables. Append it to the AllowedTableTypes connection property (along with other allowed table types) to make them show up.
2022-01-1321.0.8048Google BigQueryAdded
  • Added support for the NATIVEQUERY table function. This function can be used after a FROM to execute a query using BigQuery-native SQL. For example,
    SELECT * FROM NATIVEQUERY('SELECT * FROM UNNEST([1,2,3]) AS a')
    will execute the inner query in BigQuery directly and return the results. This will work even in tools which are not normally compatible with QueryPassthrough=true.
2022-01-0421.0.8039Google BigQueryAdded
  • Added support for querying materialized views.
2021-12-2021.0.8024Google BigQueryAdded
  • Added support for using the BigQuery TABLESAMPLE without enabling QueryPassthrough. If TableSamplePercent is set then the random row selection happens server-side for each table used in a query.
2021-12-1021.0.8014Google BigQueryChanged
  • Migrate to the latest version of the Storage API.
2021-10-2121.0.7964Google BigQueryAdded
  • Added support for reading policy tags from the Data Catalog service. These are exposed using the PolicyTags column on sys_tablecolumns.
2021-10-2021.0.7963Google BigQueryAdded
  • Added support for parameterized data types, both on the read side with and without UseStorageAPI as well as on the metadata side. The metadata is only reported on the table itself and not in queries, since BigQuery only enforces length/precision/scale when the data is written.
2021-09-0221.0.7915GeneralAdded
  • CROSS APPLY 句でのSTRING_SPLIT テーブル値関数のサポートが追加されました。
2021-09-0221.0.7915Google BigQueryAdded
  • Added support for bulk UPDATE and DELETE operations. These make better use of BigQuery's DML query limits because each batch is just one MERGE operation. They are also faster because they use the bulk upload methods to send the list of rows to be changed. Primary keys must be defined on the tables to use DELETE.
2021-08-0921.0.7891Google BigQueryAdded
  • Support for staging data in all formats allowed by BigQuery. JSON and Avro were already supported, this adds options that allow uploading data stored in the CSV, Parquet and ORC formats.
2021-08-0721.0.7889GeneralChanged
  • sys_foreignkeys テーブルにKeySeq カラムが追加されました。
2021-08-0621.0.7888GeneralChanged
  • 新しいsys_primarykeys システムテーブルが追加されました。
2021-07-2821.0.7879Google BigQueryAdded
  • Added support for reading TIME, DATETIME and TIMESTAMP data at the full precision supported by BigQuery. We now report microsecond precision in .NET-based editions and millisecond precision in Java-based editions.
2021-07-2321.0.7874GeneralChanged
  • 相対日付/日時関数のリテラル関数名が更新されました。以前は、相対日付/日時関数が射影部分と述語部分で異なる値に解決されていました。例:SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH()。以前は2つのLAST_MONTH() メソッドが異なる日時に解決されていましたが、現在は一致するようになりました。
  • 以前の動作の代替として、条件部分の相対日付/日時関数に'L' を付加できるようになりました。例:WHERE col > L_LAST_MONTH()。これにより、以前の条件部分で計算されていた値と同じ値に解決されます。なお、"L_" プレフィックスは述語部分でのみ使用可能であり、射影部分では使用できません。
2021-07-2021.0.7871Google BigQueryAdded
  • Added support for staging data with Google Cloud Storage when performing inserts. This is similar to the existing Upload insert mode, but transfers the row data into GCS and then creates a load job referencing it instead of performing the upload directly into BigQuery.
2021-06-1821.0.7839Google BigQueryAdded
  • Added support for the GOOGLEJSONBLOB JWT certificate type. This works like the existing GOOGLEJSON certificate type except that the certificate is provided as JSON text instead of as a file path.
2021-05-2721.0.7817Google BigQueryAdded
  • Added support for automatically reconnecting on Storage connections that have long idle times. This is useful most for ETL applications and other scenarios where the consumer reading data out of the driver is expected to be slower than the driver itself. In these cases the connection can be dropped by the other side (either by the Storage API itself or network appliances like firewalls and proxies) leading to timeouts. To avoid this the driver will restart the read from the same position using a new connection.
2021-04-2521.0.7785GeneralAdded
  • INSERT / UPDATE 時のクライアントサイドの数式処理のサポートが追加されました。例:UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
2021-04-2321.0.7783GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの表示サイズが、カラムのレポートされる長さと一致するように決定方法が更新されました。
2021-04-1621.0.7776GeneralAdded
  • 2つのカラム間の無条件更新がすべてのドライバーで使用可能になりました。例:UPDATE Table SET Col1=Col2
2021-04-1621.0.7776GeneralChanged
  • varchar 型の主キーおよび外部キーカラムの長さが255 に短縮されました。
2021-04-1621.0.7776GeneralChanged
  • 暗黙的キャッシュおよびメタデータキャッシュが、パフォーマンスの向上と複数接続のサポートのために更新されました。古いメタデータキャッシュには互換性がありません。CacheMetadata を現在使用している場合は、新しいメタデータキャッシュを生成する必要があります。
2021-04-1621.0.7776GeneralChanged
  • 重複を避けるため、インデックスの命名規則が更新されました。
2021-04-0521.0.7765Google BigQueryAdded
  • Added support for data unnesting. This mode performs client-side expansion of array data across multiple rows in a way that emulates the compact preview in the BigQuery UI. Server-side support of some options is limited in this mode (LIMIT and OFFSET) but otherwise behaves like the nested mode with the exception that it always outputs flat data and never outputs aggregates.
2021-04-0521.0.7765Google BigQueryChanged
  • Updated the default value for WaitForBatchResults to true since not checking the job status at smaller batch sizes can lead to lost jobs.
2021-04-0521.0.7765Google BigQueryDeprecated
  • Deprecated the UseStreamingInserts connection property in favor of InsertMode. The default for InsertMode is Streaming.
2021-03-0421.0.7733Google BigQueryRemoved
  • Removed the TempTableDataset and TempTableExpirationTime connection properties. These properties have been defunct since we moved to using the BigQuery-managed query cache for large resultsets.
2021-01-2920.0.7699Google BigQueryAdded
  • Added support for the BIGNUMERIC type, which is twice the size of the existing numeric type. JDBC supports this type at full precision while .NET requires using the connection property IgnoreTypes=decimal because the full precision of BIGNUMERIC (as with regular NUMERIC) is too high for System.Decimal.
2021-01-0820.0.7678Google BigQueryAdded
  • Added support for using the upload API for batch inserts. This is an API that is slower than the streaming API for large volumes of data, but is free to use and doesn't have the same buffering delays that streaming does. It is also async by default although the option to wait on the batch is available via the new WaitForBatchResults connection property.
2020-12-2320.0.7662Google BigQueryAdded
  • Added support for unnesting metadata with the Storage API.
2020-12-2120.0.7660Google BigQueryAdded
  • Added support for unnesting metadata with the REST API. By enabling UnnestArrays, metadata for fields within REPEATED RECORD types is returned as separate columns instead of generating JSON aggregates. These values can be selected within queries but are currently treated as NULL.
2020-12-0720.0.7646Google BigQueryAdded
  • Added support for injecting partition filters into queries that require them but do not have them, if the user enables the InsertPartitionFilterOption. This modifies queries against partitioned tables that require a partition filter so that they always contain a valid partition filter, which allows queries like simple SELECT * FROM t to work. Currently all partitions are selected by the generated filter.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655