Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Talend Open Studio 中,如何仅执行我的一个组件?如果我单击运行,所有活动组件都将运行。到目前为止,我知道执行单个组件的唯一方法是停用作业中的所有其他组件。
如何执行一个组件或子作业,而不必停用作业中的所有其他组件?
好吧,恐怕你不能。
两种可能的解决方案:
停用不需要的组件/子作业(就像您已经说过的那样)
将您的工作分解为多个工作。这可能会给您更多的灵活性。然后,您可以使用该tBufferOutput组件将信息从子作业传递给其父作业。
tBufferOutput