简体   繁体   English

如何使用 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?

Recently we came across a scenario where our source and sink location are of ADLS Gen2 type.最近我们遇到了一个场景,其中我们的源和接收器位置是 ADLS Gen2 类型。 Now we got one interesting use case wherein we have to push data from source to sink with the help of ADF V2.现在我们有了一个有趣的用例,我们必须在 ADF V2 的帮助下将数据从源推送到接收器。 Having said that, its not just normal copy activity we are expecting but we need to perform this activity on an event basis.话虽如此,这不仅仅是我们期望的正常复制活动,而是我们需要在事件基础上执行此活动。

While going through the ADLS Gen2 documents found that ADLS Gen2 yet to support "Azure Event Grids" and that's the reason though we are able to configure ADF's event-based triggers they did not work.在浏览 ADLS Gen2 文档时发现 ADLS Gen2 尚未支持“Azure 事件网格”,这就是我们能够配置 ADF 的基于事件的触发器但它们不起作用的原因。

Can anyone suggest me to tackle this situation, since Azure Event Gird is not supported at this instance of time we don't believe we can achieve this with Azure Event Hubs and their integration with ADF?任何人都可以建议我解决这种情况,因为此时不支持 Azure Event Gird,我们不相信我们可以通过 Azure 事件中心及其与 ADF 的集成来实现这一点?

Thanks.谢谢。

From my repro, currently event based trigger are supported only on v2 storage accounts.根据我的重现,当前基于事件的触发器仅在 v2 存储帐户上受支持。

Data Factory is now integrated with Azure Event Grid, which lets you trigger pipelines on an event.数据工厂现已与 Azure 事件网格集成,可让您在事件上触发管道。

Note: This integration supports only version 2 Storage accounts (General purpose).注意:此集成仅支持版本 2 存储帐户(通用)。

Azure Event Grid doesn't receive events from Azure Data Lake Gen2 accounts because those accounts don't yet generate them. Azure 事件网格不会从 Azure Data Lake Gen2 帐户接收事件,因为这些帐户尚未生成它们。

For more details, refer “ Known issues with Azure Data Lake Storage Gen2 ”.有关更多详细信息,请参阅“ Azure Data Lake Storage Gen2 的已知问题”。

暂无
暂无

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

相关问题 如何检查创建的存储帐户 V2 是否在 Azure 中具有数据湖 gen2 属性? - How to check whether the storage account V2 created is having data lake gen2 property or not in Azure? 如何使用 Python 从 Azure Data Lake Storage Gen2 中的事件中心访问捕获的数据 - How to access captured data from Event Hub in Azure Data Lake Storage Gen2 using Python Azure 数据湖存储 Gen2 权限 - Azure Data Lake storage Gen2 permissions 使用帐户密钥访问 Azure Data Lake Storage Gen2 - Access Azure Data Lake Storage Gen2 using the account key 是否有可能使用 Azure 数据工厂将数据从 Azure 数据湖 gen2 传输到 Azure 事件中心? - Is there any possibility to transfer data from Azure data lake gen2 to Azure event hub by using Azure data factory? Azure 的“Data Lake Storage Gen2”和“Data Lake Gen2”有什么区别? - What is the difference between Azure's "Data Lake Storage Gen2" and "Data Lake Gen2"? 无法使用数据工厂管道将数据从 azure 数据湖 gen2 复制到 azure sql db - Cannot copy data from azure data lake gen2 to azure sql db using data factory pipeline 如何使用 Python 从 Azure Data Lake Storage Gen2 检索所有目录路径? - How do I retrieve all directory paths from Azure Data Lake Storage Gen2 using Python? Microsoft Azure Data Lake 存储 (Gen2) 中的分层命名空间是什么? - What is hierarchical namespace in Microsoft Azure Data Lake storage (Gen2)? Azure Data Lake Gen2 与存储帐户 - Azure Data Lake Gen2 vs Storage account
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM