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, object]] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

Variables

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. Possible values include: "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.