Skip to content

Commit 53490ca

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update according to feedback
1 parent e55aecd commit 53490ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ The Google BigQuery connector offers new functionalities and is compatible with
232232
| Google BigQuery | Google BigQuery (legacy) |
233233
| :----------- | :------- |
234234
| Service authentication is supported by the Azure integration runtime and the self-hosted integration runtime.<br>The properties trustedcerts, usesystemtruststore, email and keyfilepath are not supported as they are available on the self-hosted integration runtime only. | Service authentication is only supported by the self-hosted integration runtime. <br>Support trustedcerts, usesystemtruststore, email and keyfilepath properties. |
235-
| The following mappings are used from Google BigQuery data types to interim data types used by the service internally. <br><br>Numeric -> SqlBigDecimal<br>Timestamp -> DateTimeOffset<br>Datetime -> DatetimeOffset | The following mappings are used from Google BigQuery (legacy) data types to interim data types used by the service internally. <br><br>Numeric -> string<br>Timestamp -> DateTime<br>Datetime -> DateTime |
236-
| RequestGoogleDriveScope is not supported. You need additionally apply the permission in Google BigQuery service by referring to this [article](https://developers.google.com/drive/api/guides/api-specific-auth). | Support RequestGoogleDriveScope. |
237-
| 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). | Support AdditionalProjects. |
235+
| The following mappings are used from Google BigQuery data types to interim data types used by the service internally. <br><br>Numeric -> Decimal<br>Timestamp -> DateTimeOffset<br>Datetime -> DatetimeOffset | The following mappings are used from Google BigQuery data types to interim data types used by the service internally. <br><br>Numeric -> string<br>Timestamp -> DateTime<br>Datetime -> DateTime |
236+
| 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). | Support requestGoogleDriveScope. |
237+
| 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). | Support additionalProjects. |
238238

239239
## Related content
240240

0 commit comments

Comments
 (0)