Share via

Event Trigger from Filer Server

Moore, Payton E 101 Reputation points
2021-08-03T14:55:05.417+00:00

How to trigger a pipeline in Azure Synapse based on file getting dropped into a file server? Any workarounds? File Server connected through integration runtime. Thank you for your help!

Azure Synapse Analytics
Azure Synapse Analytics

An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


2 answers

Sort by: Most helpful
  1. Nandan Hegde 36,886 Reputation points MVP Volunteer Moderator
    2021-08-11T13:52:57.017+00:00

    Was this answer helpful?

    0 comments No comments

  2. HimanshuSinha 19,637 Reputation points Microsoft Employee Moderator
    2021-08-04T20:22:57.247+00:00

    Hello @Moore, Payton E ,
    Thanks for the ask and using the Microsoft Q&A platform .
    Can you please elaborate as what do you mean by the file server ?

    Anyways since the Event trigger only supports "Azure Data Lake Storage Gen2 and General-purpose version 2 storage accounts" , you will have to look for some custom solution .

    One way can be to use tumbling window trigger and then we add a pipeline with the getmetadata activity and check for any new files arrived in the last X minutes .

    Updated on 8/11

    We currently have the trigger set to a specific time but would like to do an event-based trigger based on when files land into the specific folder on the file server

    @Nandan Hegde rightly called out that the event based trigger is not supported for file server . I have a suggestion which i think you can think about , copy the file from this file share to a BLOB . By doing that you will be able to use event based trigger on that .

    Please do let me know how it goes .
    Thanks
    Himanshu
    Please do consider clicking on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.