quick typo fix in sql.from doc

pull/1289/head
Scott Anderson 2020-08-11 22:49:23 -06:00
parent 9571096c5f
commit fe4fd7967e
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ sql.from(
```
#### Common BigQuery URL parameters
- **dataset** - BigQuery dataset ID. When set, you can use unqualified tables names in queries.
- **dataset** - BigQuery dataset ID. When set, you can use unqualified table names in queries.
#### BigQuery authentication parameters
The Flux BigQuery implementation uses the Google Cloud Go SDK.