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: add InvocableScripts API #404

Merged
merged 9 commits into from
Mar 3, 2022
Merged

feat: add InvocableScripts API #404

merged 9 commits into from
Mar 3, 2022

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Feb 15, 2022

Proposed Changes

  1. Updated API to latest version.
  2. Added InvocableScripts API to create, list, delete and invoke scripts by seamless way.3.
  3. FluxCSVParser is able to parse data without datatype annotations.

Checklist

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

@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2022

Codecov Report

Merging #404 (1e90e7b) into master (d9c31ea) will decrease coverage by 0.57%.
The diff coverage is 76.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #404      +/-   ##
==========================================
- Coverage   93.31%   92.74%   -0.58%     
==========================================
  Files          29       31       +2     
  Lines        2544     2604      +60     
==========================================
+ Hits         2374     2415      +41     
- Misses        170      189      +19     
Impacted Files Coverage Δ
influxdb_client/client/invocable_scripts_api.py 48.57% <48.57%> (ø)
influxdb_client/client/influxdb_client.py 97.29% <66.66%> (-0.52%) ⬇️
influxdb_client/__init__.py 100.00% <100.00%> (ø)
influxdb_client/client/flux_csv_parser.py 98.07% <100.00%> (+0.06%) ⬆️
influxdb_client/client/query_api.py 98.13% <100.00%> (-0.19%) ⬇️
influxdb_client/client/queryable_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 d9c31ea...1e90e7b. Read the comment docs.

@rhajek
Copy link
Contributor

rhajek commented Feb 18, 2022

@bednar bednar requested a review from rhajek February 28, 2022 11:17
@bednar bednar marked this pull request as ready for review February 28, 2022 11:17
Copy link
Contributor

@rhajek rhajek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bednar bednar merged commit 4fc41d2 into master Mar 3, 2022
@bednar bednar deleted the invocable_scripts branch March 3, 2022 10:41
@bednar bednar added this to the 1.27.0 milestone Mar 3, 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