Rocky Appiah
08/19/2022, 4:33 PM2022-08-19 15:54:53 source > 2022-08-19 15:54:53 ERROR i.d.p.ErrorHandler(setProducerThrowable):35 - Producer failure
2022-08-19 15:54:53 source > io.debezium.DebeziumException: java.time.format.DateTimeParseException: Text '0' could not be parsed at index 0
2022-08-19 15:54:53 source > at io.debezium.pipeline.source.AbstractSnapshotChangeEventSource.execute(AbstractSnapshotChangeEventSource.java:85) ~[debezium-core-1.9.2.Final.jar:1.9.2.Final]gunu
08/21/2022, 11:48 PMgunu
08/21/2022, 11:49 PM0.6.2 will fix itRyan
08/22/2022, 5:31 PMRocky Appiah
08/22/2022, 6:06 PMRocky Appiah
08/22/2022, 6:08 PMRocky Appiah
08/22/2022, 6:08 PMRocky Appiah
08/22/2022, 6:08 PMSubodh (Airbyte)
Ryan Fu (Airbyte)
08/22/2022, 6:54 PMsource-postgres that was stable for you since our team is still in the process of investigatingRocky Appiah
08/22/2022, 7:39 PM\d audit;
Table "public.audit"
Column | Type | Collation | Nullable | Default
------------+-----------------------------+-----------+----------+-----------------------------------
id | integer | | not null | nextval('audit_id_seq'::regclass)
objectid | text | | |
accountid | text | | |
created | timestamp without time zone | | | now()
eventtime | timestamp without time zone | | |
meta | jsonb | | |
token | text | | |
action | text | | |
objecttype | text | | |
originator | text | | |
Indexes:
"audit_pkey" PRIMARY KEY, btree (id)
"audit_accountid" btree (accountid)
"audit_action" btree (action)
"audit_cardreport_originator" btree (originator) WHERE originator = 'CARD_REPORT'::text
"audit_objectid" btree (objectid)
"audit_objecttype" btree (objecttype)
"audit_time" btree (eventtime)
"auditmeta" gin (meta jsonb_path_ops)
Publications:
"airbyte_publication"Rocky Appiah
08/22/2022, 7:39 PMRocky Appiah
08/22/2022, 7:40 PMSubodh (Airbyte)
Rocky Appiah
08/23/2022, 7:50 PMRocky Appiah
08/23/2022, 7:56 PM