0

I have a .csv file in Azure data lake store, can I Use a function app to trigger an Azure Data Factory (ADF) event whenever the .csv file gets loaded in the data lake store. Current ADF supports event's for blob storage but not for data lakes.

Thanks, Ravi

3
  • please clarify if you are talking about Data Lake Store Gen1 or Gen2 Commented May 27, 2019 at 17:44
  • we are using Data Lake Store Gen1 Commented Jun 11, 2019 at 11:22
  • Data Lake Store Gen1 does not support to emit events when new files are created (and thus trigger anything: Functions, ADF, etc.). Commented Jun 12, 2019 at 12:55

1 Answer 1

0

ADF pipeline can be triggered by rest API and power shell. Maybe you can use azure function to call rest API or powershell script to control ADF pipeline run.

https://learn.microsoft.com/en-us/powershell/module/azurerm.datafactoryv2/Invoke-AzureRmDataFactoryV2Pipeline?view=azurermps-6.13.0

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.