Skip to content

Commit 1372ecf

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update content
1 parent d955334 commit 1372ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 "dataset" and "table" 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

0 commit comments

Comments
 (0)