Skip to main content
Skip table of contents

Azure Data Factory - Trigger Job

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 ![](https://cdn.sanity.io/images/2xyydva6/dev/853c69a473d0fdd45d6f22aec25e54cab1687a67-324x154.png?w=450) 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

NameReferenceTypeRequiredDefaultOptionsDescription
Client IDAZURE_DATAFACTORY_CLIENT_IDAlphanumeric--
Client SecretAZURE_DATAFACTORY_CLIENT_SECRETPassword--
Tenant IDAZURE_DATAFACTORY_TENANT_IDAlphanumeric--
Subscription IDAZURE_DATAFACTORY_SUBSCRIPTION_IDAlphanumeric--
Resource Group NameAZURE_DATAFACTORY_RESOURCE_GROUPAlphanumeric--Can be found by clicking on Switch Data Factory Icon on the top right of your Azure Data Factory portal
Data Factory NameAZURE_DATAFACTORY_FACTORY_NAMEAlphanumeric--Can be found by clicking on Switch Data Factory Icon on the top right of your Azure Data Factory portal
Pipeline NameAZURE_DATAFACTORY_PIPELINEAlphanumeric--Can be found by clicking on Switch Data Factory Icon on the top right of your Azure Data Factory portal
Wait For CompletionAZURE_DATAFACTORY_WAITBooleanTRUE-Whether the Blueprint should wait for the Azure Data Factory pipeline run to finish before proceeding

YAML

Below is the YAML template

YAML

source:
  template: Azure Data Factory - Trigger Job
  inputs:
    AZURE_DATAFACTORY_CLIENT_ID:
    AZURE_DATAFACTORY_CLIENT_SECRET:
    AZURE_DATAFACTORY_TENANT_ID:
    AZURE_DATAFACTORY_SUBSCRIPTION_ID:
    AZURE_DATAFACTORY_RESOURCE_GROUP:
    AZURE_DATAFACTORY_FACTORY_NAME:
    AZURE_DATAFACTORY_PIPELINE:
    AZURE_DATAFACTORY_WAIT: 'TRUE'
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 200

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.