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

feat: WriteApi supports Iterable type #152

Merged
merged 2 commits into from
Sep 11, 2020
Merged

feat: WriteApi supports Iterable type #152

merged 2 commits into from
Sep 11, 2020

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Sep 11, 2020

Closes #150

Proposed Changes

  • WriteApi supports Iterable type - Tuple, List, ...

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • pytest tests completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar marked this pull request as ready for review September 11, 2020 07:33
@bednar bednar requested a review from rhajek September 11, 2020 07:33
@bednar bednar force-pushed the feat/write-iterable branch from 7961265 to 86a7fb0 Compare September 11, 2020 11:23
@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2020

Codecov Report

Merging #152 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
+ Coverage   89.14%   89.15%   +0.01%     
==========================================
  Files          25       25              
  Lines        1916     1918       +2     
==========================================
+ Hits         1708     1710       +2     
  Misses        208      208              
Impacted Files Coverage Δ
influxdb_client/client/write_api.py 97.56% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf455d1...86a7fb0. Read the comment docs.

@bednar bednar merged commit 0224ad7 into master Sep 11, 2020
@bednar bednar deleted the feat/write-iterable branch September 11, 2020 11:38
@bednar bednar added this to the 1.11.0 milestone Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants