Warning odi.core...InsertUpdateDeleteHandler.auditEvent() hit error:null
In an ODI interface, when I update a sql statement, I got this warning on production ODI. I didn't have this warning in development ODI.
The sql statement looks like:
The original - case when column1 in ('100', '200') then 'Display Value' else '500' end.
The updated - case when column1 in ('100','150', '200') then 'Display Value' else '500' end.
Since it's a warning, I think I still can run the interface without problem, but I'm wondering what could be the cause of this warning?
Please advise. Thank you!