-
Notifications
You must be signed in to change notification settings - Fork 524
add consistency parameter to write_points #664
Conversation
Great! I'd merge this if the tests were not broken. Someone has to fix the tests. |
Thanks @aviau! Just checking - you mean the preexisting test framework, right? Not [necessarily] the particular tests I added? (Just making sure I didn't unknowingly break something.) |
@RonRothman some of these failures look unrelated to your change. I will try to fix those generally asap. |
Got it-- thanks. |
Yes exactly! Your code looks perfectly fine. |
@RonRothman sorry for the delay, I believe #674 should fix the issue. Once that gets merged, we'll retest this and merge if it looks good. Thanks for contributing! |
@RonRothman if you are able to fix up the failing linting tests, this PR looks ready to merge. Thanks for contributing! |
satisfy flake8
satisfy pep257
@xginn8 Thanks! Done. |
* add consistency parameter to write_points [influxdata#643]
* add consistency parameter to write_points [influxdata#643]
This PR adds a
consistency
parameter toInfluxDBClient.write_points
.Motivated by this issue: #643.