You have an Azure Data Factory pipeline named Pipeline1. Which two types of triggers can you use to start Pipeline1 directly? Each correct answer presents a complete solution.

Category : Microsoft Azure Data Engineering | Sub Category : Practice Assessment for Exam DP-203 - Data Engineering on Microsoft Azure | By Prasad Bonam Last updated: 2023-09-10 03:25:18 Viewed : 290


You have an Azure Data Factory pipeline named Pipeline1.

Which two types of triggers can you use to start Pipeline1 directly? Each correct answer presents a complete solution.

Ans: custom event

tumbling window

Tumbling window is a valid type of trigger in Data Factory.

Custom event is a valid type of trigger in Data Factory.

You cannot use SharePoint to trigger a Data Factory pipeline directly. You can do it from a logic app.

You cannot use Twitter to trigger a Data Factory pipeline directly. You can do it from a logic app.

Pipeline execution and triggers - Azure Data Factory & Azure Synapse | Microsoft Learn

Implement a Data Streaming Solution with Azure Stream Analytics - Training | Microsoft Learn


In Azure Data Factory, you can use the following two types of triggers to start a pipeline directly:

  1. Schedule Trigger: This type of trigger allows you to schedule the execution of your pipeline at specific time intervals or on specific dates and times. You can configure it to run your pipeline at a daily, hourly, or custom frequency. Schedule triggers are commonly used for recurring ETL processes or data integration tasks.

  2. Manual Trigger: A manual trigger is an on-demand trigger that you can initiate manually whenever you need to run your pipeline. You can trigger the pipeline execution from the Azure Data Factory portal, REST API, Azure Logic Apps, or other automation solutions. Manual triggers are useful when you want to run a pipeline ad-hoc or in response to specific events.

Both of these trigger types allow you to start a pipeline directly, but they serve different purposes:

  • Schedule triggers are used for regular, automated executions based on a predefined schedule.
  • Manual triggers are used for one-time or on-demand executions initiated by a user or external systems.

You can choose the appropriate trigger type based on your workflow requirements.


Search
Related Articles

Leave a Comment: