source-postgres: TIMESTAMP_WITH_TIMEZONE column can't be used as cursor #13603
Labels
area/connectors
Connector related issues
connectors/source/postgres
type/bug
Something isn't working
Environment
Current Behavior
#13166 enabled the source postgres connector to replicate
TIMESTAMP_WITH_TIMEZONE
columns. But user can't use this kind of column as a cursor for incremental sync because this type is not handled insetStatementField
here.Leading to the following error:
Expected Behavior
Users should be able to use a
TIMESTAMP_WITH_TIMEZONE
field for cursor in incremental read.Steps to Reproduce
TIMESTAMP_WITH_TIMEZONE
columnThe text was updated successfully, but these errors were encountered: