Hello.
I’ve just tried the new release of CloverETL Engine 2.3.0.
A graph which worked before now doesn’t work.
After several tests it seems that the problem comes from enabled property on a graph component.
For example :
DB_INPUT_TABLE → REFORMAT → DB_OUTPUT_TABLE
with enabled property of REFORMAT component = “enabled”
OK : N records inserted
DB_INPUT_TABLE → REFORMAT → DB_OUTPUT_TABLE
with enabled property of REFORMAT component = “passThrough”
KO : 0 records inserted
Need piece of advice please.