Kyle Cheung
03/27/2023, 3:21 PMDan
03/27/2023, 3:38 PMconfig/dynamicconfig/development.yaml
https://github.com/airbytehq/airbyte/issues/24581Gautam B
03/27/2023, 4:15 PMIncremental | Deduped + history
sync not working for a shopify connection to postgres. We can clearly see that even though the order is not modified its inserted into the raw table:
select array_agg(aro."_airbyte_data"->>'updated_at') as updated_at_arr, array_agg(aro."_airbyte_emitted_at") as emitted_at_arr, count(*) from
client_shopify."_airbyte_raw_orders" aro
group by aro."_airbyte_data"->>'id' order by 3 desc;
any pointers highly appreciated!Shreepad Khandve
03/27/2023, 4:37 PMWill Callaghan
03/27/2023, 4:39 PMThe connection tests failed.
Internal Server Error: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
Grember Yohan
03/27/2023, 4:46 PMAdam Roderick
03/27/2023, 5:32 PMJoshua Hill
03/27/2023, 6:40 PMjosh@Joshs-MacBook-Pro / % kubectl get pods -n airbyte
NAME READY STATUS RESTARTS AGE
airbyte-airbyte-bootloader 1/1 Running 0 3m16s
airbyte-db-0 1/1 Running 0 3m20s
airbyte-minio-0 1/1 Running 0 3m17s
using helm_release tf resource with the below attributes set:
resource "helm_release" "airbyte" {
name = "airbyte"
namespace = "airbyte"
create_namespace = true
description = "Airbyte"
chart = "airbyte"
version = "0.42.0"
repository = "<https://airbytehq.github.io/helm-charts/>"
}
TF apply times out, with the below error:
failed pre-install: timed out waiting for the condition
I presume the above is causing the issues, has anyone come across anything similar?Carolina Buckler
03/27/2023, 6:48 PMBen Shtark
03/27/2023, 7:25 PMBrian Castelli
03/27/2023, 8:48 PMHugh Hunter
03/27/2023, 8:51 PMIncremental | Deduped + history
. I donât specifically need the deduping and I wonder if this sync mode is potentially part of the issue. I am testing this out myself but am curious if you have any thoughts on that sync mode vs others from a performance standpoint.Xiyi Zhu
03/27/2023, 10:24 PMNguyen Tuan Hung
03/28/2023, 4:33 AMDavide Di Matteo
03/28/2023, 9:46 AMNina Jensen
03/28/2023, 12:00 PMFerre Janssen
03/28/2023, 3:03 PMLaurenz VorderwĂŒlbecke
03/28/2023, 4:52 PMJeff Jolicoeur
03/28/2023, 5:12 PM0.32.8.001 - AirbyteConfigDatabaseDenormalization
with the error that public.actor_type
does not exist yet.
Even more baffling is that there is a log line saying it is created right before the error:
2023-03-28 16:41:47 [32mINFO[m i.a.d.i.c.m.V0_32_8_001__AirbyteConfigDatabaseDenormalization(createEnums):85 - actor_type enum created
Srikanth Sudhindra
03/28/2023, 7:42 PMMichael Yee
03/28/2023, 8:55 PMBrian Fertig
03/28/2023, 9:54 PMBrian Fertig
03/28/2023, 9:54 PMgod830
03/29/2023, 12:43 AMNguyen Tuan Hung
03/29/2023, 2:24 AMThomas Benny
03/29/2023, 7:57 AMZouYong
03/29/2023, 8:00 AMFaris Alfaris
03/29/2023, 9:16 AMThéo Bassignani
03/29/2023, 9:36 AMSaurabh Shekhar Verma
03/29/2023, 10:07 AM