Lucas Wiley
08/15/2022, 5:51 PMMarissa Pagador
08/15/2022, 9:14 PMJames Egan
08/16/2022, 10:52 AMRocky Appiah
08/16/2022, 2:49 PMDon
08/16/2022, 10:39 PMAlex Banks
08/17/2022, 6:20 PMJSON parse error: Column(/DepositToAccountRef) changed from string to object in row 0
, but in the enforced schema I provide, I have 'DepositToAccountRef': 'object'
. It seems like the Manually enforced JSON schema
isn't actually being enforced/applied?Rocky Appiah
08/18/2022, 1:06 PM2022-08-18 12:52:00 source > Caused by: org.postgresql.util.PSQLException: ERROR: publication "airbyte_publication" does not exist
2022-08-18 12:52:00 source > Where: slot "airbyte_slot", output plugin "pgoutput", in the change callback, associated LSN 338C/B861BCF0
I’m seeing above when trying to sync to a postgres 10 db, first sync works, second fails. The publication definitely exists.Rocky Appiah
08/18/2022, 3:44 PMGautam
08/18/2022, 5:18 PMPiyawat Pavachansatit
08/19/2022, 4:31 AMDmytro Vorotyntsev
08/19/2022, 8:20 AMPSQLException: ERROR: publication "airbyte_publication" does not exist
Which doesn’t seem correct since few logs line above it was clear that Airbyte worker got a list of tables which are added to mentioned publication. Details in thread.Marcelo Santoro
08/19/2022, 4:17 PMAdditional Failure Information: [31mUnhandled error while executing model.airbyte_utils.CUSTOMER__Account_id__sponsored_display_campaigns[0m Pickling client objects is explicitly not supported. Clients have non-trivial state that is local and unpickleable. 2 of 25 ERROR creating incremental model amazon_ads_api.CUSTOMER__Account_id__sponsored_display_campaigns......
Does anyone knows how to resolve this problem ? Do I need to change something in airbyte configuration ?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]
Marissa Pagador
08/19/2022, 7:02 PMGayathri Chakravarthy
08/20/2022, 4:47 PM0.3.47
Snowflake source connector version - 0.1.18
ThanksCristian Ivanoff
08/22/2022, 2:38 PM"Caused by: java.sql.SQLException: java.nio.charset.MalformedInputException: Input length = 1"
I hope someone here can point me in the right direction but it seems that something is wrong with the source data?Ryan
08/22/2022, 5:21 PMi.a.i.d.e.ElasticsearchConnection(extractPrimaryKey):182 - unable to extract primary key
for every record attempting to be inserted.Alex Banks
08/22/2022, 5:24 PMRocky Appiah
08/22/2022, 8:38 PM2022-08-22 203544 source > Caused by: io.debezium.DebeziumException: java.time.format.DateTimeParseException: Text ‘0’ could not be parsed at index 0
Manas Hardas
08/22/2022, 9:20 PMInternal Server Error: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
Any advice on how to resolve this?Zaza Javakhishvili
08/22/2022, 10:00 PMRocky Appiah
08/23/2022, 11:38 AMRocky Appiah
08/23/2022, 1:55 PMTable "public.test_20220823"
Column | Type | Collation | Nullable | Default
--------+---------+-----------+----------+---------
a | integer | | not null |
b | integer | | not null |
Indexes:
"test_20220823_a_b_key" UNIQUE CONSTRAINT, btree (a, b) REPLICA IDENTITY
Publications:
"airbyte_publication_2"
Umang Sheth
08/23/2022, 9:36 PMZaza Javakhishvili
08/24/2022, 3:12 PMHong Zhang
08/24/2022, 11:53 PMZaza Javakhishvili
08/25/2022, 3:49 AMMANOJ KUMAR
08/25/2022, 5:55 AMHoward
08/26/2022, 6:37 AM