I am creating a History_Preserving transformation. When I try to run my job I am getting an error messge that states "Data Type of column <START_DATE> specified in option <valid_from_column> for the History_Preserving transform must exactly match the data type of column <END_DATE> specified in option <valid_to_column>."
Both my START_DATE and END_DATE are defined with date type DATE. My start date is populated with sysdate and my end date is populated with null. Within the History_Preserving transform I am setting the new record to a valid To date of 9999.12.31 and the old record to "one day before valid from_date of new record".
My dataflow is Source --> QUERY TRANSFORM --> TABLE COMPARISON --> HISTORY PRESERVING --> KEY GENERATION --> TARGET.
I have a feeling I am missing something simple but have not had luck finding much reference to this issue online. Any help would be appreciated.