quick typo fix in sql.from doc
parent
9571096c5f
commit
fe4fd7967e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue