fix: add closing bracket to sample data example (#4661)
* Update sample-data.md * Update sample-data.mdpull/4663/head
parent
fc94c2e33d
commit
fb4e2b309b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue