Skip to content

Commit db9bb04

Browse files
committed
fix a section
1 parent e016263 commit db9bb04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/connectors/sources/influxdb3-source.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ Note that 'end_date' is optional; when not provided, it will run indefinitely fo
3838

3939
## How to Use
4040

41-
To use Kinesis Source, hand `InfluxDB3Source` to `app.dataframe()`.
41+
Import and instantiate an `InfluxDB3Source` instance and hand it to an Application using
42+
`app.add_source(<InfluxDB3Source>)` or instead to a StreamingDataFrame with
43+
`app.dataframe(source=<InfluxDB3Source>)` if further data manipulation is required.
4244

4345
For more details around various settings, see [configuration](#configuration).
4446

0 commit comments

Comments
 (0)