请帮助我构建 ETL 解决方案
Please Help me construct ETL solution
我有一个包,我想在其中实现基于变量的约束 "Path"
例子:如果Path = 1, package 需要使用图片2 (With Task 2_1,Task 2_2)
但是任务:任务 2_1、任务 2_2 没有执行。
如果我删除标记为红色的约束(图 3),任务 2_1、任务 2_2 执行。
如果我 运行 参数 Path =0,问题是一样的,任务 2_1,2_2 不执行。
请帮我看看我做错了什么?
图片1 http://postimg.org/image/6cmd434mz/
图片2 http://postimg.org/image/yhh49k26h/
图3 http://postimg.org/image/y5znwslqh/
图4 http://postimg.org/image/ozhd9igi1/
抱歉,Url 是链接。我无法在编辑器中通过图像添加,因为我的计算机上有旧版本的 Internet Explorer
您已设置约束,因此 1 1 和 1 2 1 都需要完成。根据您包裹中的其他逻辑,这永远不会发生。您需要更改约束的属性,因此只需要完成两者之一。
Change the property of the constraints from Logical AND
to Logical OR
我有一个包,我想在其中实现基于变量的约束 "Path"
例子:如果Path = 1, package 需要使用图片2 (With Task 2_1,Task 2_2)
但是任务:任务 2_1、任务 2_2 没有执行。
如果我删除标记为红色的约束(图 3),任务 2_1、任务 2_2 执行。
如果我 运行 参数 Path =0,问题是一样的,任务 2_1,2_2 不执行。 请帮我看看我做错了什么?
图片1 http://postimg.org/image/6cmd434mz/
图片2 http://postimg.org/image/yhh49k26h/
图3 http://postimg.org/image/y5znwslqh/
图4 http://postimg.org/image/ozhd9igi1/
抱歉,Url 是链接。我无法在编辑器中通过图像添加,因为我的计算机上有旧版本的 Internet Explorer
您已设置约束,因此 1 1 和 1 2 1 都需要完成。根据您包裹中的其他逻辑,这永远不会发生。您需要更改约束的属性,因此只需要完成两者之一。
Change the property of the constraints from Logical AND
to Logical OR