Hello,
I am new to Influxdb and trying to list, create and delete databases in Influxdb core 3 using the python client library influxdb3-python. I just see write/query examples in the documentation. Can you please guide me on this.
Thanks in advance.
-Shashidhar
For this ability, best recommendation is to file a GitHub issue here please: GitHub · Where software is built
It seems while setting up auth, you need to provide the database name so are you stuck in that step?
yes when using python client libraries need to provide db name was stuck there. but then I found a workaround to use the v3 REST APIs GET /api/v3/configure/database this endpoint lists the databases.
Glad you found that endpoint!