Sharath Chandra
02/06/2023, 7:26 AMbowen la
02/06/2023, 8:09 AMIgor Safonov
02/06/2023, 8:14 AM2023-02-06 07:57:06 ERROR i.a.c.s.h.JobHistoryHandler(listJobsFor):140 - Missing stats for job 10 attempt 0
2023-02-06 07:57:06 ERROR i.a.c.s.h.JobHistoryHandler(listJobsFor):140 - Missing stats for job 10 attempt 1
2023-02-06 07:57:06 ERROR i.a.c.s.h.JobHistoryHandler(listJobsFor):140 - Missing stats for job 6 attempt 0
Amit Khanna
02/06/2023, 8:43 AMJatin Yadav
02/06/2023, 9:47 AMSharath Chandra
02/06/2023, 11:56 AMlatin-1
or iso-8859-1
and still the same issue. Any help please?Davide Di Matteo
02/06/2023, 2:17 PMCesar Santos
02/06/2023, 2:49 PMArray contains a null element at 0
I saw the warning about turning the parquet.avro.write-old-list-structure=false
. Is it possible to play with this flag running Airbyte via Kubernetes?Haritha Gunawardana
02/06/2023, 3:28 PMMurat Cetink
02/06/2023, 3:31 PMLuan Araldi
02/06/2023, 4:46 PM"1 validation error for AirbyteRecordMessage\ndata -> __key__\n none is not an allowed value (type=type_error.none.not_allowed)
I have no idea what this meansSushant
02/06/2023, 5:15 PMHenri Blancke
02/06/2023, 6:48 PMsource-postgres==1.0.39.
We're syncing incrementally on an updated_at
column that can contain null values and consistently see newly created records with updated_at==NULL
being skipped. This may be the expected behavior? Is there anything we can do to get around that and sync new data without losing the ability to get updated versions of records? Thanks in advance for your help 🙏Zak Keener
02/06/2023, 7:52 PMLuiz Aléssio Cesa
02/06/2023, 7:56 PMSasha Heinen
02/06/2023, 8:06 PMWajdi M
02/06/2023, 9:39 PMDan Cook
02/06/2023, 9:47 PMga:
prepended to them in GA4? In other words:
BAD
"dimensions": [
"ga:date",
"ga:city",
"ga:browser",
"ga:campaignName"
]
GOOD
"dimensions": [
"date",
"city",
"browser",
"campaignName"
]
This appears to be across the board for GA4 (see: https://developers.google.com/analytics/devguides/migration/api/reporting-ua-to-ga4-dims-mets) but the documentation for Airbyte still references ga:
prefixes in some places.Lior Chen
02/06/2023, 10:47 PMAn R
02/06/2023, 11:04 PMAn R
02/06/2023, 11:06 PMERROR i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Error instantiating bean of type [io.airbyte.persistence.job.factory.OAuthConfigSupplier]
?An R
02/06/2023, 11:09 PMkubectl port-forward svc/airbyte-webapp-svc 8000:80
like it says in https://docs.airbyte.com/deploying-airbyte/on-kubernetes/Ilia Guenkin
02/07/2023, 1:34 AMCannot invoke "java.sql.Array.getArray()" because the return value of "java.sql.ResultSet.getArray(String)" is null
any suggestions where should I look ?Balasubramanian T K
02/07/2023, 3:06 AMlucien
02/07/2023, 9:58 AMKacper Adler
02/07/2023, 11:10 AMSharath Chandra
02/07/2023, 1:50 PMSrinidhi krishnamurthy
02/07/2023, 2:17 PMAlex Nitsche
02/07/2023, 2:41 PMGabriel Medina Braga
02/07/2023, 2:43 PMdocker-compose.yaml
file to my needs.
I need to create a Postgres source from a the postgres running on the host machine, same one deploying airbyte. I tried using host.docker.internal
and also adding it to the extra_hosts
of the worker
service, but it's not working.
I just get this error message, and can't seem to get much else from the logs, any ideas?