Azure数据工厂复制数据动态获取最后一个Blob [英] Azure Data Factory Copy Data dynamically get last blob

查看:74
本文介绍了Azure数据工厂复制数据动态获取最后一个Blob的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个在Blob创建的触发器上运行的Azure数据工厂管道,我希望它捕获最后添加的Blob并将其复制到所需的位置.

I have an Azure Data Factory Pipeline that runs on a Blob Created Trigger, I want it to grab the last Blob added and copy that to the desired location.

如何动态生成此结果的文件路径?

How do I dynamically generate the file path for this outcome?

  • System Variables
  • Expressions and Functions

推荐答案

" @triggerBody().folderPath "和" @triggerBody().fileName "捕获事件触发器中最后创建的Blob文件路径.您需要将管道参数映射到这两个触发器属性.请遵循此链接进行参数传递和引用.谢谢.

"@triggerBody().folderPath" and "@triggerBody().fileName" captures the last created blob file path in event trigger. You need to map your pipeline parameter to these two trigger properties. Please follow this link to do the parameter passing and reference. Thanks.

这篇关于Azure数据工厂复制数据动态获取最后一个Blob的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆