fix: add closing bracket to sample data example (#4661)

* Update sample-data.md

* Update sample-data.md
pull/4663/head
Scott Anderson 2022-12-07 20:43:51 -07:00 committed by GitHub
parent fc94c2e33d
commit fb4e2b309b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ _Replace `example-bucket` with your target bucket_.
import "influxdata/influxdb/sample"
sample.data(set: "noaaWater")
|> to(bucket: "example-bucket"
|> to(bucket: "example-bucket")
```
The NOAA water sample dataset is used to demonstrate Flux queries in the

View File

@ -271,7 +271,7 @@ _Replace `example-bucket` with your target bucket_.
import "influxdata/influxdb/sample"
sample.data(set: "noaaWater")
|> to(bucket: "example-bucket"
|> to(bucket: "example-bucket")
```
The NOAA water sample dataset is used to demonstrate Flux queries in the