Bug 444706 - Provide mechanism for etl and eml modules to import transformation traces
Summary: Provide mechanism for etl and eml modules to import transformation traces
Status: UNCONFIRMED
Alias: None
Product: Epsilon
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Dimitris Kolovos CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-22 03:38 EDT by Sebastian Zitzelsberger CLA
Modified: 2014-09-26 11:49 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Zitzelsberger CLA 2014-09-22 03:38:01 EDT
Currently it is possible to export a transformation trace from an etl/ etlmodule. However it is not possible to import transformation traces. (neither in java-code nor via ant, as there is no setTransformationTrace() method.

Provide a mechanism for etl and eml modules to import one or more transformation traces (in ant and in java).
Comment 1 Sebastian Zitzelsberger CLA 2014-09-26 11:49:05 EDT
On a further note.
When it will be possible to import traces, it would be nice to have two options to export transformation traces:

Option A: export the transformation trace, containing only transformations that were declared in the module or imported into the module.

Option B: export the transformation trace vom option A, including all the transformations from imported transformation traces.