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.TriggerRerunTumblingWindowTrigger
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
Unmatched properties from the message are deserialized to this collection.
- requested_start_time
- datetime
Required. The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
- requested_end_time
- datetime
Required. The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
- max_concurrency
- int
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".
Feedback
Submit and view feedback for