If I have an TABLE_INPUT step with an ORDER BY clause on it, will the transformation process the records in the stream in that same order? My change data capture tables send over INSERTS, UPDATES, and DELETES and it's important that those be processed in a certain order. From some of my tests, it doesn't appear to be taking my ORDER BY into account. Am I missing something here?


Reply With Quote