updated flux docs to address PR review

pull/1393/head
Scott Anderson 2020-09-04 09:42:12 -06:00
parent 75b7fdd00a
commit fa9a79bef0
3 changed files with 3 additions and 2 deletions

View File

@ -53,6 +53,7 @@ Defaults to `""`.
Use one of the following interpolation options:
- _empty sting for no interpolation_
- linear
_**Data type:** String_

View File

@ -26,7 +26,7 @@ _**Data type:** Time_
## Examples
##### Query data since that last successful task run
##### Query data since the last successful task run
```js
import "influxdata/influxdb/tasks"

View File

@ -28,7 +28,7 @@ InfluxDB until the next InfluxDB v2.0 release._
- Add [BigQuery](https://cloud.google.com/bigquery) support to
[`sql` package](/influxdb/v2.0/reference/flux/stdlib/sql/).
- Add `TypeExpression` to `BuiltinStmt` and fix tests.
- Time-weighted average ([`timeWeightedAvg()` function](/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/timeweightedavg/)).
- Add time-weighted average ([`timeWeightedAvg()` function](/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/timeweightedavg/)).
- Update [`integral()`](/influxdb/v2.0/reference/flux/stdlib/built-in/transformations/aggregates/integral/)
with linear interpolation.
- Make experimental tracing an attribute of the context.