influxdb-client-csharp icon indicating copy to clipboard operation
influxdb-client-csharp copied to clipboard

fix: append task option at the end of script

Open bednar opened this issue 3 years ago • 1 comments
trafficstars

Related to https://github.com/influxdata/influxdb-client-python/issues/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

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

bednar avatar Aug 15 '22 13:08 bednar

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.

codecov-commenter avatar Aug 15 '22 13:08 codecov-commenter