我有两个使用相同数据集的ADF管道。我希望第一个管道暂停,直到我想稍后再使用它。我使用
部署了pipeline1.sat-gen{
background-repeat: repeat-x;
background-image:url("/ASQ/resources/img/xxx_grey.png");
width:300px;
height:75px;
}
.sat-gen > .sat-gen2{
background-repeat: repeat-x;
background-image:url("/ASQ/resources/img/xxx_green.png");
width:300px;
height:75px;
position:absolute;
clip: rect(0px #{((((datosEncuesta.valoracionSatisfaccionGeneral * 100)/5) * 300)/100)}px 75px 0px);
}
如果我尝试使用"isPaused" : "true"
和"start"
属性进行部署,则部署失败,因为我收到错误
"end"
我只是想知道跳过Entity provisioning failed: Cannot set active period Start=05/11/2018 06:00:00, End=12/31/9991 23:59:59 for pipeline 'Pipeline1' due to conflicts on Output: Output1 with Pipeline: Pipeline2, Activity Activity1, Period: Start=05/11/2018 06:00:00, End=01/01/9992 00:00:00 Output: Output2 with Pipeline: Pipeline2, Activity3, Period: Start=05/11/2018 06:00:00, End=01/01/9992 00:00:00 Output: Output3 with Pipeline: Pipeline2, Period: Start=05/11/2018 06:00:00, End=01/01/9992 00:00:00 . Try changing the active period or using autoResolve option when setting the active period.
和"start"
属性是否会导致任何错误。
我将不得不寻找另一种解决冲突的方法。
答案 0 :(得分:0)
也许你想看看执行管道活动。它可以在管道内调用另一个管道。 https://docs.microsoft.com/en-us/azure/data-factory/control-flow-execute-pipeline-activity