Skip to content
New issue

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

argument error #47

Open
MASIFAYUB opened this issue Feb 21, 2022 · 1 comment
Open

argument error #47

MASIFAYUB opened this issue Feb 21, 2022 · 1 comment

Comments

@MASIFAYUB
Copy link

MASIFAYUB commented Feb 21, 2022

it asks for --dbname while I am using it for influxdbv2.1 with a provided bucket, org, and token id.

image

@Bugazelle
Copy link
Owner

Bugazelle commented Mar 12, 2022

Hello @MASIFAYUB

The lib just upgrade to 0.2.0, please use the latest lib to support the influx2.x: pip install ExportCsvToInflux --upgrade

You may find more guide here: https://github.com/Bugazelle/export-csv-to-influx/blob/master/README.md

export_csv_to_influx \
  --csv demo.csv \
  --org my-org \
  --bucket my-bucket \
  --measurement demo \
  --tag_columns url \
  --field_columns response_time \
  --token YourToken \
  --server 127.0.0.1:8086

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants