-
Notifications
You must be signed in to change notification settings - Fork 4.5k
source-snowflake: TIMESTAMP_WITH_TIMEZONE column can't be used as cursor #23103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We are also affected by this bug, which also applies to cursor of type |
A super simple work around that seems to be working for us.
|
+1 on this, I was surprised to encounter this bug as I'm really wondering what was the logic behind such exception. @disi-pph @giacomo-calixa has any of you work a PR for this bug? |
This is fixed in version 0.1.34. Closing this |
Thanks @subodh1810 ! |
Environment
Current Behavior
Similar to #13603 getting an error when attempting to run an incremental sync with deduplicated history on any table with a TIMESTAMP_WITH_TIMEZONE column as cursor:
2023-02-14 20:18:41 - Additional Failure Information: io.airbyte.commons.exceptions.ConfigErrorException: The following tables have invalid columns selected as cursor, please select a column with a well-defined ordering with no null values as a cursor. {tableName='redacted', cursorColumnName='HDB_LAST_SYNC', cursorSqlType=TIMESTAMP_WITH_TIMEZONE, cause=Unsupported cursor type},...
Expected Behavior
Sync works with TIMESTAMP_WITH_TIMEZONE as cursor field
Logs
8e523bfe_cdcb_47f8_8d58_2826f3a28ee8_logs_10888_txt.txt
Steps to Reproduce
Are you willing to submit a PR?
Yes
The text was updated successfully, but these errors were encountered: