Skip to content

Commit 189af10

Browse files
committed
clarify some docs
1 parent ed818b7 commit 189af10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/connectors/sources/influxdb3-source.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ application using a local instance of Influxdb3 using Docker:
131131
host="http://localhost:8181", # be sure to add http
132132
organization_id="local", # unused, but required
133133
token="local", # unused, but required
134+
database="<YOUR DB>",
134135
)
135136
```
136137

137-
The `database` you provide will be auto-created for you.
138+
Note: the database must exist for this to successfully run.

0 commit comments

Comments
 (0)