RunQueryOrderByField Enum

Parameter name to be used for order by. The allowed parameters to order by for pipeline runs are PipelineName, RunStart, RunEnd and Status; for activity runs are ActivityName, ActivityRunStart, ActivityRunEnd and Status; for trigger runs are TriggerName, TriggerRunTimestamp and Status.

Inheritance
builtins.str
RunQueryOrderByField
RunQueryOrderByField

Constructor

RunQueryOrderByField(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

ACTIVITY_NAME
ACTIVITY_RUN_END
ACTIVITY_RUN_START
PIPELINE_NAME
RUN_END
RUN_START
STATUS
TRIGGER_NAME
TRIGGER_RUN_TIMESTAMP