Forum Discussion

h_l_de_boer's avatar
h_l_de_boer
Frequent Visitor
1 year ago
Solved

TriggerEvent parameters from Activator in data pipeline

We have created an Activator that reacts to a csv file being created in a specific Lakehouse Files folder. This triggers a data pipeline in which we want to ingest this file into a Delta Lake table in the Lakehouse.

In the last section 'Setting expression values with the trigger file name and folder name' of the documentation Data pipelines storage event triggers in Data Factory - Microsoft Fabric | Microsoft Learn

, it states that TriggerEvent parameters can be used in the expression builder. Although I can see parameters like 'pipeline()?.TriggerEvent?.Subject', they always seem to be NULL when the pipeline is triggered through the activator!?

 
  • Just created the Activator from a Data Pipeline and the Trigger event parameters are now passed correctly to the pipe line activities!

1 Reply

  • h_l_de_boer's avatar
    h_l_de_boer
    Frequent Visitor

    Just created the Activator from a Data Pipeline and the Trigger event parameters are now passed correctly to the pipe line activities!