TriggerRun Class

Trigger runs.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
TriggerRun

Constructor

TriggerRun(*, additional_properties: Optional[Dict[str, Any]] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

trigger_run_id
str

Trigger run id.

trigger_name
str

Trigger name.

trigger_type
str

Trigger type.

trigger_run_timestamp
datetime

Trigger run start time.

status
str or TriggerRunStatus

Trigger run status. Known values are: "Succeeded", "Failed", "Inprogress".

message
str

Trigger error message.

properties
dict[str, str]

List of property name and value related to trigger run. Name, value pair depends on type of trigger.

triggered_pipelines
dict[str, str]

List of pipeline name and run Id triggered by the trigger run.

run_dimension
dict[str, str]

Run dimension for which trigger was fired.

dependency_status
dict[str, any]

Status of the upstream pipelines.