RerunTumblingWindowTrigger Class

Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.

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

All required parameters must be populated in order to send to Azure.

Inheritance
azure.synapse.artifacts.models._models_py3.Trigger
RerunTumblingWindowTrigger

Constructor

RerunTumblingWindowTrigger(*, requested_start_time: datetime.datetime, requested_end_time: datetime.datetime, max_concurrency: int, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, annotations: Optional[List[object]] = None, parent_trigger: Optional[object] = None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized to this collection.

type
str
Required

Required. Trigger type.Constant filled by server.

description
str
Required

Trigger description.

annotations
list[object]
Required

List of tags that can be used for describing the trigger.

parent_trigger
object
Required

The parent trigger reference.

requested_start_time
datetime
Required

Required. The start time for the time period for which restatement is initiated. Only UTC time is currently supported.

requested_end_time
datetime
Required

Required. The end time for the time period for which restatement is initiated. Only UTC time is currently supported.

max_concurrency
int
Required

Required. The max number of parallel time windows (ready for execution) for which a rerun is triggered.

Variables

runtime_state
str or TriggerRuntimeState

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: "Started", "Stopped", "Disabled".