Simon Späti
03/30/2022, 7:34 AMChase Roberts
03/31/2022, 8:06 PMWilliam Phillips
04/06/2022, 2:17 AMNicolas M
04/14/2022, 5:25 PMAlexander Butler
04/20/2022, 1:59 AMerrors: $.credential: is not defined in the schema and the schema does not allow additional properties, $.part_size_mb: is not defined in the schema and the schema does not allow additional properties, $.gcs_bucket_name: is not defined in the schema and the schema does not allow additional properties, $.gcs_bucket_path: is not defined in the schema and the schema does not allow additional properties, $.keep_files_in_gcs-bucket: is not defined in the schema and the schema does not allow additional properties, $.method: must be a constant value Standard
This seems very bad 😕Raju K
04/22/2022, 10:30 PMMario Burian
04/29/2022, 7:11 PMat io.temporal.internal.activity.POJOActivityTaskHandler$POJOActivityInboundCallsInterceptor.execute(POJOActivityTaskHandler.java:214) ~[temporal-sdk-1.8.1.jar:?]
at io.temporal.internal.activity.POJOActivityTaskHandler$POJOActivityImplementation.execute(POJOActivityTaskHandler.java:180) ~[temporal-sdk-1.8.1.jar:?]
at io.temporal.internal.activity.POJOActivityTaskHandler.handle(POJOActivityTaskHandler.java:120) ~[temporal-sdk-1.8.1.jar:?]
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:204) ~[temporal-sdk-1.8.1.jar:?]
at io.temporal.internal.worker.ActivityWorker$TaskHandlerImpl.handle(ActivityWorker.java:164) ~[temporal-sdk-1.8.1.jar:?]
at io.temporal.internal.worker.PollTaskExecutor.lambda$process$0(PollTaskExecutor.java:93) ~[temporal-sdk-1.8.1.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.util.concurrent.CancellationException
at java.util.concurrent.CompletableFuture.cancel(CompletableFuture.java:2478) ~[?:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getCancellationChecker$3(TemporalAttemptExecution.java:201) ~[io.airbyte-airbyte-workers-0.36.3-alpha.jar:?]
at io.airbyte.workers.temporal.CancellationHandler$TemporalCancellationHandler.checkAndHandleCancellation(CancellationHandler.java:53) ~[io.airbyte-airbyte-workers-0.36.3-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getCancellationChecker$4(TemporalAttemptExecution.java:204) ~[io.airbyte-airbyte-workers-0.36.3-alpha.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:160) ~[?:?]
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:248) ~[?:?]
at java.io.BufferedWriter.flush(BufferedWriter.java:257) ~[?:?]
at io.airbyte.workers.protocols.airbyte.DefaultAirbyteDestination.notifyEndOfStream(DefaultAirbyteDestination.java:98) ~[io.airbyte-airbyte-workers-0.36.3-alpha.jar:?]
at io.airbyte.workers.protocols.airbyte.DefaultAirbyteDestination.close(DefaultAirbyteDestination.java:111) ~[io.airbyte-airbyte-workers-0.36.3-alpha.jar:?]
at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:126) ~[io.airbyte-airbyte-workers-0.36.3-alpha.jar:?]
at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:57) ~[io.airbyte-airbyte-workers-0.36.3-alpha.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:155) ~[io.airbyte-airbyte-workers-0.36.3-alpha.jar:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Bikram Dhoju
05/03/2022, 9:42 AMi.a.c.h.LogClientSingleton(setJobMdc):137 - Setting kube job mdc
Please help possible cause of the issueShawn Wang
05/27/2022, 1:41 PMAugustin Lafanechere (Airbyte)
06/02/2022, 1:59 PMKha Nguyen
06/07/2022, 1:58 PMMarcos Marx (Airbyte)
06/23/2022, 6:39 PMOlivier AGUDO PEREZ
06/28/2022, 9:53 AMArkadiusz Grzedzinski
06/30/2022, 1:08 PMAshley Baer
07/01/2022, 12:48 PMSefath Chowdhury
07/08/2022, 12:36 AM(ie: Microservice_1_Database | public schema -> Huge_Postgres_Instance | microservice_1 schema)
There are two problems with this.
1. AWS DMS is not resilient to DDL changes on the source DB
2. A huge postgres instance is still a postgres instance -> designed to be OLTP and not OLAP (we wanted to use redshift but many existing analytics queries break. This is something we are okay with when moving to cloud agnostic snowflake)
----------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------
Desired Situation
----------------------------------------------------------------------------------------------------------------------
Airbyte -> Snowflake using AWS RDS postgres (CDC enabled)
----------------------------------------------------------------------------------------------------------------------
1. Does anyone have a stack like this, that uses airbyte to replicate to snowflake real-time?
2. What Logical Decoding Output Plug-in are you using (hopefully you are using AWS RDS instances and that plugin is complaint) and why?
3. Did you deploy airbyte in a pod into a k8 cluster? and if so, how did you determine the specs it needed? I would assume on-going-replication is a heavy lift, and am unsure how to calculate the specs for this deploymentGerard Barrull
07/11/2022, 10:41 AMAri Bajo (Airbyte)
07/27/2022, 7:47 PMJose Luis Cases
08/09/2022, 9:12 PMJose Luis Cases
08/09/2022, 9:12 PMMarcos Marx (Airbyte)
08/11/2022, 6:37 PMJames Egan
08/16/2022, 10:48 AMJames Egan
08/16/2022, 10:48 AMVincent Koppen
08/17/2022, 10:01 AMAbba
08/17/2022, 2:27 PMJames Egan
08/17/2022, 2:50 PMHakeem Olu
08/18/2022, 2:30 PMDeployment: Using docker for deployment
Airbyte Version: 0.39.39-alpha
Source name/version: Redshift
Destination name/version: Snowflake
Step: The issue is happening during sync
Description: Data not showing in snowflake from redshift.
Versions:
From the airbyte
Redshift: 0.3.11
Snowflake: 0.4.34
AWS Redshift version: 1.0.40182
Hakeem Olu
08/18/2022, 2:30 PMSebastian Brickel
08/22/2022, 10:38 AMad_group_performance_report_hourly
and campaign_performance_report_hourly
. This gives: Failure Origin: source, Message: Checking source connection failed - please review this connection's configuration to prevent future syncs from failing
and Additional Failure Information: Server raised fault: 'Invalid client data. Check the SOAP fault details for more information.
Including only {ad,campaign}_performance_report_{daily,monthly ,weekly}
works fine.
Does anyone have an idea why that could be and how I could fix that?
Thank youShawn Wang (Airbyte)
08/22/2022, 8:30 PM