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: DeleteApi uses default value from InfluxDBClient.org if org parameter is not specified #412

Merged
merged 2 commits into from
Feb 24, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Feb 24, 2022

Related to https://influxcommunity.slack.com/archives/CHQ5VG6F8/p1645606126853649

Proposed Changes

DeleteApi uses default value from InfluxDBClient.org if org parameter is not specified.

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 requested a review from rhajek February 24, 2022 07:55
@bednar bednar marked this pull request as ready for review February 24, 2022 07:55
@codecov-commenter
Copy link

Codecov Report

Merging #412 (ee64a47) into master (892c774) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #412   +/-   ##
=======================================
  Coverage   93.25%   93.26%           
=======================================
  Files          28       28           
  Lines        2506     2509    +3     
=======================================
+ Hits         2337     2340    +3     
  Misses        169      169           
Impacted Files Coverage Δ
influxdb_client/client/bucket_api.py 94.44% <ø> (ø)
influxdb_client/client/influxdb_client.py 97.81% <ø> (ø)
influxdb_client/client/query_api.py 98.31% <ø> (ø)
influxdb_client/client/write_api.py 99.17% <ø> (ø)
influxdb_client/client/delete_api.py 100.00% <100.00%> (ø)

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 892c774...ee64a47. Read the comment docs.

@bednar bednar merged commit 62a0ba1 into master Feb 24, 2022
@bednar bednar deleted the delete_api branch February 24, 2022 16:14
@bednar bednar added this to the 1.27.0 milestone Feb 24, 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.

3 participants