Skip to content

Commit 611181a

Browse files
committed
Fix comments
1 parent 262bd21 commit 611181a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/data-factory/connector-google-bigquery.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,17 +229,19 @@ The following table shows the release stage and change logs for different versio
229229

230230
| Version | Release stage | Change log |
231231
| :----------- | :------- | :------- |
232-
| Google BigQuery V1 | GA version available | / |
232+
| Google BigQuery V1 | End of support | / |
233233
| 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. |
235235

236-
### <a name="upgrade-the-google-bigquery-linked-service"></a> Upgrade the Google BigQuery connector from V1 to V2
236+
### <a name="upgrade-the-google-bigquery-linked-service"></a> Upgrade the Google BigQuery connector
237237

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:
239239

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).
241242

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).
243245

244246
## Related content
245247

0 commit comments

Comments
 (0)