Each Monday, I have a number of files arrive in to a Sharepoint folder Folder consists of Folder/different clients. I have a python script (also stored on a different location in sharepoint) that transforms these files in the different clients folder and produces an output file.
All I want to do is have something, be it in data factory or any suggestion, to poll if the Sharepoint folder has a modified file, then trigger the python script to run.
Looking for ideas.
