I am getting the below warning message:
I am using a query transform object right after Table comparison object.
And again pointing this query transform object to a new Table comparison object, so my flow is like this:
Tbl Comp >>>> QRY_TFM>>> >>> Tabl_Comparison >>>> MAP_OP(For updates)
I am getting below warning message what does that mean.
[Data Flow:DF_EDW_COST_CENTERS_ACT_INACT_DATES]
Transform <TC_ACT_NO> This object requires input row types: [ Normal ]. But it is receiving only row types: [ Update ]. (BODI-1112145) Use Map Operation transform to change row types. (BODI-1110425)
Thank you very much for the helpful info.