Hi Team,
We have a data provider for which we need to connect to MySQL. We want to incrementally bring data from the source, but the problem is that all the columns in the table are of the string data type. This prevents us from setting any incremental logic on the date column, which is currently stored as a VARCHAR(8)
. I tried casting the column to a date format, which works in the query tool, but when I try to add the query table, the option is disabled.
I am using Mysql 5.1 client data source.
Could you please suggest how I can achieve this?