I need to configure in my pipeline on Synapse, a trigger (event-based) that runs the pipeline only when the container recieves files bigger than 1Mb. This pipeline moves the data from one container to another one.
The trigger is running every day but at the saturdays and sundays we receive some small files (around 20mb size) and we dont want that pipeline starts.
Any suggestions will be appreciated.