This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 163497

Summary: Provide way to control order of execution in ETL process
Product: soa Reporter: timdudgeon <timdudgeon>
Component: Data IntegratorAssignee: Nilesh Apte <nilesh_apte>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description timdudgeon 2009-04-23 14:42:17 UTC
An ETL document allows you to define multiple ETL processes. e.g.

S1 -> T1
S2 -> T2

But there is no way to control the order of execution, and this is usually important as the defining the order of
populating tables is necessary when foreign key constraints are involved.

See discussion of this here:
http://n2.nabble.com/Multiple-ETL-processes-td2668399.html