You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the timestamp column type, some values are replicated fine, but others have been changed.
Example:
- 2022-05-14 04:44:58.975 +0530 --> 2022-05-14 04:44:58.975 +0530 IST
- 2025-05-14 12:44:58.975 +0530 --> 2025-05-14 07:14:58.975+00 (THIS IS JUST FOR CDC SYNC)
JSONB columns are not read properly in full-load, but read in CDC.
column appears in like "e30=" but for CDC appears like {} (which is correct)
The text was updated successfully, but these errors were encountered:
hash-data
changed the title
[Issue] Posgres Inconsistency in CDC and Backfill Data Types
[Issue] Postgres Inconsistency in CDC and Backfill Data Types
Mar 12, 2025
@rahulkhandait-sde sure, please take it up. Do not forget to mention this issue in the PR you create and let us know if you face any issues with the setup.
Description
Example:
- 2022-05-14 04:44:58.975 +0530 --> 2022-05-14 04:44:58.975 +0530 IST
- 2025-05-14 12:44:58.975 +0530 --> 2025-05-14 07:14:58.975+00 (THIS IS JUST FOR CDC SYNC)
The text was updated successfully, but these errors were encountered: