Azure Data Factory Storage Event Trigger File Path

Viewed 199

I have the below scenario:

  • There will be files coming to ADLS Gen 2 at regular intervals. There is no schedule. The folder structure looks like this: f1/sf1/sf2/sf3/file(s).
  • The Data Factory trigger should trigger as soon as any files are available in sf3
  • After the Data Factory is triggered, we have to pickup the file(s) path along with the file(s) name and pass it as an input to an ADB notebook

Any suggestion on the approach please.

1 Answers
Related