Bugazelle / export-csv-to-influx

The python library to write the CSV data into Influx. Support me via Bitcoin: bc1qqgkmph9cvygzxfpupv4jr4n0nfx3qumwg39j5w
BSD 3-Clause "New" or "Revised" License
32 stars 11 forks source link

InfluxDB 2.0 Support #46

Open Wintermute79 opened 2 years ago

Wintermute79 commented 2 years ago

Does this project support InfluxDB 2.0?

I had to enable password auth for backward compatibility with 1.x and now CSV import fails with

influxdb.exceptions.InfluxDBClientError: not implemented: CREATE DATABASE after Database foo not found, trying to create it

Is this supposed to be working with 2.0?

MASIFAYUB commented 2 years ago

same question

Bugazelle commented 2 years ago

Hello @Wintermute79 :

already support the InfluxDB2.x, please upgrade the lib to 0.2.0: pip install ExportCsvToInflux --upgrade