Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm not able to fetch the reject records separately which is causing my job to die,
I'm Passing a query to tmysqlinput and defined schema but data with mismatch datatype is causing job to die in the middle, i.e column define as float in schema but in the flow same column is of string data type for one row , I want to fetch that row separately without dieing my Job. Please help