export-csv-to-influx icon indicating copy to clipboard operation
export-csv-to-influx copied to clipboard

InfluxDB 2.0 Support

Open Wintermute79 opened this issue 4 years ago • 2 comments

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?

Wintermute79 avatar Oct 14 '21 18:10 Wintermute79

same question

MASIFAYUB avatar Feb 09 '22 12:02 MASIFAYUB

Hello @Wintermute79 :

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

Bugazelle avatar Mar 12 '22 13:03 Bugazelle