Skip to content

fix: append task option at the end of script#398

Merged
bednar merged 2 commits intomasterfrom
fix_create_task_with_more_from
Aug 22, 2022
Merged

fix: append task option at the end of script#398
bednar merged 2 commits intomasterfrom
fix_create_task_with_more_from

Conversation

@bednar
Copy link
Copy Markdown
Contributor

@bednar bednar commented Aug 15, 2022

Related to influxdata/influxdb-client-python#490

Proposed Changes

Append task option at the end of script. It allows create task with following Flux:

procTotal = from(bucket: "example-bucket")
    |> range(start: -5m)
    |> filter(fn: (r) => r._measurement == "processes" and r._field == "total")

procTotal

Checklist

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

@bednar bednar added the bug Something isn't working label Aug 15, 2022
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Aug 15, 2022

Codecov Report

Merging #398 (46cd511) into master (7af2be8) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #398      +/-   ##
============================================
- Coverage     88.22%   88.22%   -0.01%     
  Complexity      775      775              
============================================
  Files           172      172              
  Lines          6990     6987       -3     
  Branches        375      375              
============================================
- Hits           6167     6164       -3     
  Misses          712      712              
  Partials        111      111              
Impacted Files Coverage Δ
...ava/com/influxdb/client/internal/TasksApiImpl.java 84.32% <100.00%> (-0.20%) ⬇️

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

@bednar bednar marked this pull request as ready for review August 15, 2022 07:17
@bednar bednar requested a review from rhajek August 15, 2022 07:17
@bednar bednar merged commit 6ff2648 into master Aug 22, 2022
@bednar bednar deleted the fix_create_task_with_more_from branch August 22, 2022 10:52
@bednar bednar added this to the 6.5.0 milestone Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants