查找活动输出 [英] Lookup activity output

查看:71
本文介绍了查找活动输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个查找任务,哪个来源是json配置文件

I have a look up task which source is a json config file

{

    "date_range":[

        {

   " lp_start_date":" 1",&
   " lp_end_date" :" 0"

        },$
        {

        " tp_start_date" ;:" 0",&bbsp;        " tp_end_date" :" 1"

        }
   添加动态内容时,前一个活动中的
}

{
    "date_range": [
        {
   "lp_start_date": "1",
   "lp_end_date" : "0"
        },
        {
        "tp_start_date": "0",
        "tp_end_date" : "1"
        }
    ]
}

存在问题

直接添加没有问题。

推荐答案

Sakurai,

Hi Sakurai,

在Azure Data Factory V2中,您可以在后续活动中使用活动的输出。为了确保这一点,您必须添加一个依赖项(在UI中用绿色箭头表示),如下面的屏幕截图所示:

In Azure Data Factory V2, you can use an activity's output in a subsequent activity only. In order to ensure that, you will have to add a dependency (indicated by green arrow in the UI) as shown in the below screenshot :

完成后,您可以在后续活动中添加动态内容,它将显示"活动"输出和QUOT;在那里列出了前面的活动。请参阅以下屏幕截图:

Once this is done, you can add dynamic content in the subsequent activity and it will show "Activity Outputs" with the preceeding activity listed there. Please see the below screenshot for the same :

希望这会有所帮助。


这篇关于查找活动输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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