Skip to content

Commit 830f6af

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Add full stop
1 parent 82f6205 commit 830f6af

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
@@ -185,7 +185,7 @@ To copy data from Google BigQuery, set the source type in the copy activity to *
185185
| Property | Description | Required |
186186
|:--- |:--- |:--- |
187187
| type | The type property of the copy activity source must be set to **GoogleBigQueryV2Source**. | Yes |
188-
| 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) |
188+
| 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) |
189189

190190
**Example:**
191191

0 commit comments

Comments
 (0)