We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d589129 commit a931efdCopy full SHA for a931efd
README.md
@@ -58,7 +58,7 @@ from influxdb_client_3 import InfluxDBClient3, Point
58
59
## Initialization
60
If you are using InfluxDB Cloud, then you should note that:
61
-1. Use bucket name for the `database` argument.
+1. Use bucket name for `database` or `bucket` in function argument.
62
63
```python
64
client = InfluxDBClient3(token="your-token",
0 commit comments