observe_query

Queries data stored in Observe and returns the results.

Schema

Required

Optional

  • assert (Block List, Max: 1) Validate expected query output (see below for nested schema)

  • end (String) End timestamp. If omitted, query will be periodically re-run until results are returned.

  • limit (Number)

  • poll (Block List, Max: 1) (see below for nested schema)

  • start (String)

Read-Only

  • id (String) The ID of this resource.

  • result (String)

Nested Schema for stage

Optional:

  • alias (String)

  • input (String)

  • pipeline (String)

Nested Schema for assert

Required:

  • golden_file (String) Filename containing expected query output.

Optional:

  • update (Boolean)

Nested Schema for poll

Optional:

  • interval (String)

  • timeout (String)