We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
influxdb.exceptions.InfluxDBClientError: not implemented: CREATE DATABASE
Database foo not found, trying to create it
Is this supposed to be working with 2.0?
The text was updated successfully, but these errors were encountered:
same question
Sorry, something went wrong.
Hello @Wintermute79 :
already support the InfluxDB2.x, please upgrade the lib to 0.2.0: pip install ExportCsvToInflux --upgrade
pip install ExportCsvToInflux --upgrade
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: