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
Copy file name to clipboardExpand all lines: articles/data-factory/connector-google-bigquery.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,17 +229,19 @@ The following table shows the release stage and change logs for different versio
229
229
230
230
| Version | Release stage | Change log |
231
231
| :----------- | :------- | :------- |
232
-
| Google BigQuery V1 |GA version available| / |
232
+
| Google BigQuery V1 |End of support| / |
233
233
| Google BigQuery V2 (version 1.0) | GA version available | • Service authentication is supported by the Azure integration runtime and the self-hosted integration runtime. <br>The properties `trustedCertPath`, `useSystemTrustStore`, `email` and `keyFilePath` are not supported as they are available on the self-hosted integration runtime only. <br><br> • `requestGoogleDriveScope` is not supported. You need additionally apply the permission in Google BigQuery service by referring to [Choose Google Drive API scopes](https://developers.google.com/drive/api/guides/api-specific-auth) and [Query Drive data](https://cloud.google.com/bigquery/docs/query-drive-data). <br><br> • `additionalProjects` is not supported. As an alternative, [query a public dataset with the Google Cloud console](https://cloud.google.com/bigquery/docs/quickstarts/query-public-dataset-console).<br><br> • NUMBER is read as Decimal data type. <br><br> • Timestamp and Datetime are read as DateTimeOffset data type.|
234
-
| Google BigQuery V2 (version 1.1) | GA version available | • When executing multiple statements, the `query` returns the results of the first statement after excluding the evaluation statements. |
234
+
| Google BigQuery V2 (version 1.1) | GA version available | • Fixed a bug: when executing multiple statements, the `query`now returns the results of the first statement after excluding the evaluation statements, rather than always returning the result of the first statement. |
235
235
236
-
### <aname="upgrade-the-google-bigquery-linked-service"></a> Upgrade the Google BigQuery connector from V1 to V2
236
+
### <aname="upgrade-the-google-bigquery-linked-service"></a> Upgrade the Google BigQuery connector
237
237
238
-
To upgrade the Google BigQuery connector, create a new Google BigQuery linked service and configure it by referring to [Linked service properties](#linked-service-properties).
238
+
To upgrade your Google BigQuery connector:
239
239
240
-
### Upgrade the Google BigQuery V2 connector from version 1.0 to version 1.1
240
+
-**From V1 to V2:**
241
+
Create a new Google BigQuery linked service and configure it by referring to [Linked service properties](#linked-service-properties).
241
242
242
-
In **Edit linked service** page, select 1.1 for version. For more information, see [Linked service properties](#linked-service-properties).
243
+
-**From V2 version 1.0 to version 1.1:**
244
+
In the **Edit linked service** page, select **1.1** for version. For more information, see [Linked service properties](#linked-service-properties).
0 commit comments