This repository was archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 524
write multiple data points failed in influxdb1.5 #575
Comments
@aiworld8 did you get any error? |
No, I did not get any error, but just cannot see all the data appearing in the database after running the python code. I am running the code in Fedora Linux PC, Python version 2.7.
From: Manoj Jadhav [mailto:notifications@github.com]
Sent: Saturday, April 14, 2018 11:48 PM
To: influxdata/influxdb-python <influxdb-python@noreply.github.com>
Cc: Weng, Jian <Jian.Weng@aviagesystems.com>; Mention <mention@noreply.github.com>
Subject: #EXT# Re: [influxdata/influxdb-python] write multiple data points failed in influxdb1.5 (#575)
@aiworld8<https://github.com/aiworld8> did you get any error?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#575 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AklnDRVuxdblKbGa18buTTbGDHp4GiPjks5tou0VgaJpZM4TUn4k>.
|
Unfortunately InfluxDB 1.5 isn't supported yet -- closing in favor of #543. |
Reopening since this issue didn't show up in any of our tests |
Note that the final action in the script is to drop the I tested that tutorial script using Python3.6 and InfluxDB v1.5.4 and found no issue. Closing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I was trying to write multiple data points to a influxdb by running the sample python code ttps://github.com/influxdata/influxdb-python/blob/master/examples/tutorial_sine_wave.py but not seeing the data in the database.
I tried to run the Insert command in influxdb CLI to add the data one by one, it works okay.
I did not find useful help yet though some people had encountered the same issue before.
Any suggestions for me?
Thanks.
The text was updated successfully, but these errors were encountered: