简体   繁体   English

如何通过 Azure Data Lake Store gen1 中的新文件触发 Azure Data Factory v2 或 Azure Databricks Notebook 中的管道

[英]How to trigger a pipeline in Azure Data Factory v2 or a Azure Databricks Notebook by a new file in Azure Data Lake Store gen1

I am using a Azure Data Lake Store gen1 for storing JSON files.我正在使用Azure Data Lake Store gen1来存储 JSON 文件。 Based on these files i have Notebooks in Azure Databricks for processing them.基于这些文件,我在Azure Databricks 中有 Notebooks 来处理它们。 Now i want to trigger such a Azure Databricks Notebook when a new file is creating in Azure Data Lake Store gen1 .现在我想在Azure Data Lake Store gen1 中创建新文件时触发这样的Azure Databricks Notebook。 I couldnt find any Trigger which could do this.我找不到任何可以做到这一点的触发器。 do you know any way?你知道什么方法吗?

Currently, this is not yet implemented/Supported by Microsoft .目前,这尚未Microsoft实施/支持。 But it is on their Roadmap(I believe).但这在他们的路线图上(我相信)。

You can do this in 2 ways,你可以通过两种方式做到这一点,

  1. Azure Functions(through Event Grid) Azure 函数(通过事件网格)

  2. Logic Apps逻辑应用


Option #1选项1

Currently, Microsoft is building on #1.目前,微软正在构建#1。

You can track the issue here .您可以在此处跟踪问题。

As per this按照这个

This feature is not a high priority for us right now, but I will note that the announcement for Azure Event Grid listed Data Lake as one of the integrations they are building.这个功能目前对我们来说不是一个高优先级,但我会注意到 Azure 事件网格的公告将数据湖列为他们正在构建的集成之一。 Once you can subscribe to Data Lake updates through Event Grid, running an Azure Function would be trivial (see here for some info).一旦您可以通过事件网格订阅数据湖更新,运行 Azure 函数将是微不足道的(请参阅此处了解一些信息)。

You can vote your voice to support the event grid (provider) in DataLake.您可以投票支持 DataLake 中的事件网格(提供者)。


Option #2选项#2

This is also not yet implemented, but you can Upvote your voice here to support this feature这也尚未实现,但您可以在此处为您的声音点赞以支持此功能

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure 数据工厂 - Azure 数据湖 Gen1 访问 - Azure Data Factory - Azure Data Lake Gen1 access 从 Databricks 笔记本中的 Azure Data Lake Storage Gen1 获取嵌套文件夹的大小 - Fetch the size of nested folder from Azure Data Lake Storage Gen1 from Databricks notebook 复制Azure Data Lake Gen1中的文件/文件夹 - Copy File/Folders in Azure Data Lake Gen1 如何使用 java sdk 在 azure 数据湖 gen1 中创建资源? - How to create resources in azure data lake gen1 with java sdk? 如何重命名 Azure Data Lake Storage Gen1 帐户名称? - How to rename Azure Data Lake Storage Gen1 account name? 从 Azure EventHubs Capture 生成的 Azure Data Lake Gen1 使用 Databricks 读取 avro 数据失败 - Reading avro data with Databricks from Azure Data Lake Gen1 generated by Azure EventHubs Capture fails 如何使用Jenkins上传到Azure Data Lake Storage Gen1? - How to use Jenkins to upload to Azure Data Lake Storage Gen1? 如何将 Azure Data Lake Store gen 2 文件共享与 Azure Databricks 连接? - How to connect Azure Data Lake Store gen 2 File Share with Azure Databricks? 在不将文件移动到Azure Databricks文件系统中的情况下,最简单,最好的方法是在Azure数据湖Gen1中解压缩文件吗? - What is the easy and best method to unzip the files in Azure data lake Gen1 without moving the files to Azure Databricks file system? 如何使用 Azure Data Lake Storage Gen2 和 Azure Data factory V2 执行基于事件的数据摄取? - How to perform Event based data ingestion using Azure Data Lake Storage Gen2 and Azure Data factory V2?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM