The document discusses triggers in Azure Data Factory. It defines triggers as units of processing that determine when a pipeline execution needs to be kicked off. It describes four types of triggers in Azure Data Factory: schedule triggers which execute pipelines on a time schedule, tumbling window triggers which run on a periodic interval, event-based triggers which run pipelines in response to events in Azure blob storage, and custom event triggers which allow pipelines to be triggered by custom events sent to an Azure Event Grid topic.
1 of 5
Download to read offline
More Related Content
11- Trigger in Azure Data Factory.pptx
1. 11- Azure Data Factory
Trigger in Azure Data Factory
Type of trigger in azure data factory
Welcome in BPCloudLearningInHindi
1
2. Azure Data Factory
Trigger:
2
Welcome in BPCloudLearningInHindi
Triggers represent a unit of processing that determines when a pipeline execution needs to
be kicked off.
Trigger you can execute your pipeline click on trigger now.
Trigger and pipeline have many-to-many relationship(except for the tumbling window
trigger)
Multiple trigger can kick-of(execute) a single pipeline or single trigger can kick off(execute)
multiple pipeline
3. Azure Data Factory
Type of Trigger in azure data factory:
3
Welcome in BPCloudLearningInHindi
Azure data factory have four type of triggers:
1. Schedule Trigger:- Schedule triggers are common triggers that can execute a
pipeline on the time schedule we set. Schedule trigger that invokes a pipeline on a
Wall-Clock schedule.
2. Tumbling Window Trigger:- Tumbling window triggers run at a specific time or on
a periodic interval from a mentioned start time.
3. Event based Trigger:- Using event-based triggers we can schedule to run the
pipelines in response to an event from azure blob storage.
4. Custom event Trigger:- Data integration scenarios often require Azure Data
Factory customers to trigger pipelines when certain events occur. Data Factory
native integration with Azure Event Grid now covers custom topics. You send
events to an event grid topic. Data Factory subscribes to the topic, listens, and
then triggers pipelines accordingly.
4. Azure Data Factory
Creation of Azure Pipeline Parameters
Demo
https://portal.azure.com/
Welcome in BPCloudLearningInHindi 4