Skip to content

fix: parsing response with new line in column [async/await] #497

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

Merged
merged 3 commits into from
Sep 14, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Sep 9, 2022

Closes #496

Proposed Changes

Use aiocsv for parsing CSV response from InfluxDB.

Checklist

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

@bednar bednar marked this pull request as ready for review September 9, 2022 10:51
@bednar bednar requested a review from powersj September 9, 2022 10:51
@codecov-commenter
Copy link

codecov-commenter commented Sep 9, 2022

Codecov Report

Merging #497 (0891fc5) into master (9e9a10c) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 0891fc5 differs from pull request most recent head c5d16ed. Consider uploading reports for the commit c5d16ed to get more accurate results

@@            Coverage Diff             @@
##           master     #497      +/-   ##
==========================================
+ Coverage   90.53%   90.54%   +0.01%     
==========================================
  Files          39       39              
  Lines        3359     3363       +4     
==========================================
+ Hits         3041     3045       +4     
  Misses        318      318              
Impacted Files Coverage Δ
influxdb_client/client/flux_csv_parser.py 98.34% <100.00%> (+0.02%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bednar bednar merged commit a1c2615 into master Sep 14, 2022
@bednar bednar deleted the fix-async-query branch September 14, 2022 06:09
@bednar bednar added this to the 1.33.0 milestone Sep 14, 2022
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

Successfully merging this pull request may close these issues.

Exception with async queries when using profiler
3 participants