Skip to content

Commit 6d5b0d7

Browse files
Merge pull request #272419 from Clare-Zheng82/0417-Add_GBQ_differences
[Doc update] Add GBQ differences between v2 and v1
2 parents ce0cf9d + 1372ecf commit 6d5b0d7

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 03/05/2024
11+
ms.date: 04/17/2024
1212
---
1313

1414
# Copy data from Google BigQuery using Azure Data Factory or Synapse Analytics
@@ -183,7 +183,7 @@ To copy data from Google BigQuery, set the source type in the copy activity to *
183183
| Property | Description | Required |
184184
|:--- |:--- |:--- |
185185
| type | The type property of the copy activity source must be set to **GoogleBigQueryV2Source**. | Yes |
186-
| query | Use the custom SQL query to read data. An example is `"SELECT * FROM MyTable"`. For more information, go to [Query syntax](https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax). | No (if "tableName" in dataset is specified) |
186+
| query | Use the custom SQL query to read data. An example is `"SELECT * FROM MyTable"`. For more information, go to [Query syntax](https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax). | No (if "dataset" and "table" in dataset are specified) |
187187

188188
**Example:**
189189

@@ -225,6 +225,17 @@ To learn details about the properties, check [Lookup activity](control-flow-look
225225

226226
To upgrade the Google BigQuery linked service, create a new Google BigQuery linked service and configure it by referring to [Linked service properties](#linked-service-properties).
227227

228+
## Differences between Google BigQuery and Google BigQuery (legacy)
229+
230+
The Google BigQuery connector offers new functionalities and is compatible with most features of Google BigQuery (legacy) connector. The table below shows the feature differences between Google BigQuery and Google BigQuery (legacy).
231+
232+
| Google BigQuery | Google BigQuery (legacy) |
233+
| :----------- | :------- |
234+
| 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. | Service authentication is only supported by the self-hosted integration runtime. <br>Support trustedCertPath, 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 -> 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. |
238+
228239
## Related content
229240

230241
For a list of data stores supported as sources and sinks by the copy activity, see [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)