TriggerRun Class

Trigger runs.

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

Inheritance
azure.mgmt.datafactory._serialization.Model
TriggerRun

Constructor

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

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

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

Trigger run start time.

status

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

message
str

Trigger error message.

properties

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

triggered_pipelines

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

run_dimension

Run dimension for which trigger was fired.

dependency_status
dict[str, <xref:JSON>]

Status of the upstream pipelines.