Azure Data Factory - Trigger Job
This Blueprint is classified as "Free" and does not incur billable runtime. Learn more.
Overviewβ
To get started using this Blueprint, you need the following in inputs:
- Resource Group Name
- Data Factory Name
- Pipeline Name.
Which can easily found by clicking on Switch Data Factory Icon on the top right pane of your Azure Data Factory portal
Additionally, you can configure the Blueprint to wait for the pipeline to finish running. Setting "Wait for Completion" to True ensures the Blueprint waits until the pipeline run completes, logging any potential errors and confirming the entire process is finished. Setting it to False marks the Blueprint as successful immediately after the pipeline is triggered, without waiting for completion.
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Client ID | AZURE_DATAFACTORY_CLIENT_ID | Alphanumeric | β | - | - | None |
Client Secret | AZURE_DATAFACTORY_CLIENT_SECRET | Password | β | - | - | None |
Tenant ID | AZURE_DATAFACTORY_TENANT_ID | Alphanumeric | β | - | - | None |
Subscription ID | AZURE_DATAFACTORY_SUBSCRIPTION_ID | Alphanumeric | β | - | - | None |
Resource Group Name | AZURE_DATAFACTORY_RESOURCE_GROUP | Alphanumeric | β | - | - | Can be found by clicking on Switch Data Factory Icon on the top right of your Azure Data Factory portal |
Data Factory Name | AZURE_DATAFACTORY_FACTORY_NAME | Alphanumeric | β | - | - | Can be found by clicking on Switch Data Factory Icon on the top right of your Azure Data Factory portal |
Pipeline Name | AZURE_DATAFACTORY_PIPELINE | Alphanumeric | β | - | - | Can be found by clicking on Switch Data Factory Icon on the top right of your Azure Data Factory portal |
Wait For Completion | AZURE_DATAFACTORY_WAIT | Boolean | β | TRUE | - | Whether the Blueprint should wait for the Azure Data Factory pipeline run to finish before proceeding |
YAMLβ
Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.
source:
blueprint: Azure Data Factory - Trigger Job
inputs:
AZURE_DATAFACTORY_CLIENT_ID: null ## REQUIRED
AZURE_DATAFACTORY_CLIENT_SECRET: null ## REQUIRED
AZURE_DATAFACTORY_TENANT_ID: null ## REQUIRED
AZURE_DATAFACTORY_SUBSCRIPTION_ID: null ## REQUIRED
AZURE_DATAFACTORY_RESOURCE_GROUP: null ## REQUIRED
AZURE_DATAFACTORY_FACTORY_NAME: null ## REQUIRED
AZURE_DATAFACTORY_PIPELINE: null ## REQUIRED
AZURE_DATAFACTORY_WAIT: 'TRUE' ## REQUIRED
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '200'