Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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!?
Solved! Go to Solution.
Just created the Activator from a Data Pipeline and the Trigger event parameters are now passed correctly to the pipe line activities!
Just created the Activator from a Data Pipeline and the Trigger event parameters are now passed correctly to the pipe line activities!