Open BuzzCutNorman opened 1 year ago
I tracked the issue down to _write_starting_replication_value
. It doesn't check if the replication key col is of type timestamp before assigning the start_date
. I guess it could also check that the replication key is not of type numeric or int.
If you setup Incremental replication on a stream select a non datetime column as a Replcation Key if you have a
start_date
set in themeltano.yml
then during the initial incremental run it will fail with a pyodbc conversion error.