jlolling / talendcomp_tJobInstance

Talend User Components to work with the cimt framework for batch jobs. These components are developed as cooperation between cimt AG and Jan Lolling
Apache License 2.0
14 stars 8 forks source link

Extend Job_instance_counters table by "CouterGroup" column #7

Closed mattywausb closed 5 years ago

mattywausb commented 8 years ago

It would be helpful, to have a marking in the job_instance_counter table, wich represents the "general counter group" in the tJobInstanceEnd. This can be a 1 char colums holding one of the following markers: I = input O= output U = update D = delete R = reject G = ignore (see "Ignore" counter issue)

cyroxx commented 8 years ago

By "Ignore counter issue" you probably mean #5?

jlolling commented 7 years ago

Yes, this feature can easily be done.

mattywausb commented 5 years ago

Feature is implemented as COUNTER_TYPE column. Documentation is pending