Skip to content

Add supporting column parameter for last function(flux-dsl) #215

@Khakov

Description

@Khakov

It will be great, if flux-dsl will support this query:


from(bucket: "example-bucket")
  |> range(start: -1h)
  |> pivot(rowKey:["_time"], columnKey:["_field"], valueColumn:"_value")
  |> last(column: "_time")

On flux-dsl :

....
.last("_time");

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions