Hi,
We are pulling data from a SQL data source with ADF and would like to enable incremental load in our Prepare instance. Unfortunately, the data source does not have ideal characteristics for incremental loading:
- It has a ModifiedDate column which is properly filled
- In a separate ModifiedTime column, varchar(5), which contains the modified timestamps in HH:mm format
- Primary key is also available
ADF does not detect possible rules for incremental loading as a result of the above. We wanted to create a single ModifiedDateTime column with a query table, but that is not possible on an ADF source. I also adressed this in another topic.
How do you think we should handle this?