Skip to content

Conversation

@bednar
Copy link
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
  • dotnet test completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2022

Codecov Report

Merging #348 (61cab1d) into master (efc943b) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #348   +/-   ##
=======================================
  Coverage   87.37%   87.37%           
=======================================
  Files          76       76           
  Lines        6637     6637           
=======================================
  Hits         5799     5799           
  Misses        838      838           
Impacted Files Coverage Δ
Client/TasksApi.cs 88.42% <100.00%> (ø)

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 13:54
@bednar bednar requested a review from rhajek August 15, 2022 13:54
@bednar bednar merged commit 6719f71 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 4.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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants