Mike B
04/11/2023, 8:46 PMWalker Philips
04/11/2023, 8:50 PMThiago Chiliatto
04/11/2023, 10:02 PMShreepad Khandve
04/12/2023, 4:59 AMyuan sun
04/12/2023, 5:44 AMKing Ho
04/12/2023, 8:08 AMc2-standard-8
which is an 8-core 32GB RAM Cascade-lake cpu. We have run into runtime errors during pipeline runs on Airbyte 0.41.0. The Airbyte web interface shows the standard error (one with the purple squid thing) and the docker container needs to be kicked to start working again. My initial thought was resource use has not been limited, and wanted to focus on the WORKER
and JOBS
section here. Am I on the right track? Is there something else I can do to find a more specific error? Any other suggestions?Lenin Mishra
04/12/2023, 8:41 AMpython main.py spec
, I get the following error.
ValueError: 'global' is not a valid parameter name
Can anyone help me out here? Why is this happening?Andrei Siniakin
04/12/2023, 9:16 AMHey guys, thank you for your input.
I was indeed able to resolve this.
I setup a custom insight with
_campaign_id, campaign_name, spend_
as the only fields and set the time increment to 1.
This provides daily spend data for each campaign which you can then aggregate to your liking.I’ve done the same thing, but got this error (screen attached) Haven’t you experienced the same thing? I tried to ask mate who provided solution, but as he is offline for a few days, hope you can also share some advices 🙂
Asif Raza Khan
04/12/2023, 9:42 AMArun RP
04/12/2023, 10:20 AMSushant
04/12/2023, 11:53 AMThiago Villani
04/12/2023, 12:09 PMStefano Cascavilla
04/12/2023, 12:30 PMBa Thien Tran
04/12/2023, 1:48 PMSandhya Manimaran
04/12/2023, 2:01 PMGonzalo Bottari
04/12/2023, 3:44 PMSandhya Manimaran
04/12/2023, 6:55 PMVishal Doshi
04/12/2023, 8:00 PMformat
is required, so I'm guessing not, but can Airbyte replicate arbitrary files? Or do they have to be csv, parquet, avro or jsonl?Nohelia Merino
04/12/2023, 8:42 PMSimbazz
04/12/2023, 9:07 PMRyan Martin-Gawn
04/13/2023, 12:16 AMdocker compose up
and then I get a error as follows: service "init" didn't complete successfully: exit 1
which is detailed only by this: init | exec /bin/sh: exec format error
. Would anyone know how I might fix this?
Airbyte version: 0.43.1
Using latest pull from the Airbyte Platform git, following EC2 deployment instructions.Alyson Franklin
04/13/2023, 12:44 AM2023-04-13 00:39:18 INFO i.a.c.t.TemporalUtils(getTemporalClientWhenConnected):276 - Temporal namespace default initialized!
2023-04-13 00:39:18 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable AWS_ACCESS_KEY_ID: ''
2023-04-13 00:39:18 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable AWS_SECRET_ACCESS_KEY: ''
2023-04-13 00:39:18 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable METRIC_CLIENT: ''
2023-04-13 00:39:18 INFO i.a.c.EnvConfigs(getEnvOrDefault):1222 - Using default value for environment variable METRIC_CLIENT: ''
2023-04-13 00:39:18 WARN i.a.m.l.MetricClientFactory(initialize):74 - MetricClient was not recognized or not provided. Accepted values are `datadog` or `otel`.
2023-04-13 00:39:19 INFO i.a.w.ApplicationInitializer(initializeCommonDependencies):186 - Initializing common worker dependencies.
2023-04-13 00:39:19 ERROR i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: null
java.lang.IllegalArgumentException: null
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:131) ~[guava-31.1-jre.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.validateBase(DefaultS3ClientFactory.java:36) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.validate(DefaultS3ClientFactory.java:31) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.<init>(DefaultS3ClientFactory.java:24) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.helpers.CloudLogs.createCloudLogClient(CloudLogs.java:51) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.helpers.LogClientSingleton.createCloudClientIfNull(LogClientSingleton.java:226) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.helpers.LogClientSingleton.setWorkspaceMdc(LogClientSingleton.java:213) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.workers.ApplicationInitializer.initializeCommonDependencies(ApplicationInitializer.java:189) ~[io.airbyte-airbyte-workers-0.42.1.jar:?]
at io.airbyte.workers.ApplicationInitializer.onApplicationEvent(ApplicationInitializer.java:156) ~[io.airbyte-airbyte-workers-0.42.1.jar:?]
at io.airbyte.workers.ApplicationInitializer.onApplicationEvent(ApplicationInitializer.java:62) ~[io.airbyte-airbyte-workers-0.42.1.jar:?]
at io.micronaut.context.event.ApplicationEventPublisherFactory.notifyEventListeners(ApplicationEventPublisherFactory.java:262) ~[micronaut-inject-3.8.7.jar:3.8.7]
at io.micronaut.context.event.ApplicationEventPublisherFactory.access$200(ApplicationEventPublisherFactory.java:60) ~[micronaut-inject-3.8.7.jar:3.8.7]
at io.micronaut.context.event.ApplicationEventPublisherFactory$2.publishEvent(ApplicationEventPublisherFactory.java:229) ~[micronaut-inject-3.8.7.jar:3.8.7]
at io.micronaut.http.server.netty.NettyHttpServer.lambda$fireStartupEvents$15(NettyHttpServer.java:587) ~[micronaut-http-server-netty-3.8.7.jar:3.8.7]
at java.util.Optional.ifPresent(Optional.java:178) ~[?:?]
at io.micronaut.http.server.netty.NettyHttpServer.fireStartupEvents(NettyHttpServer.java:581) ~[micronaut-http-server-netty-3.8.7.jar:3.8.7]
at io.micronaut.http.server.netty.NettyHttpServer.start(NettyHttpServer.java:298) ~[micronaut-http-server-netty-3.8.7.jar:3.8.7]
at io.micronaut.http.server.netty.NettyHttpServer.start(NettyHttpServer.java:104) ~[micronaut-http-server-netty-3.8.7.jar:3.8.7]
at io.micronaut.runtime.Micronaut.lambda$start$2(Micronaut.java:81) ~[micronaut-context-3.8.7.jar:3.8.7]
at java.util.Optional.ifPresent(Optional.java:178) ~[?:?]
at io.micronaut.runtime.Micronaut.start(Micronaut.java:79) ~[micronaut-context-3.8.7.jar:3.8.7]
at io.micronaut.runtime.Micronaut.run(Micronaut.java:323) ~[micronaut-context-3.8.7.jar:3.8.7]
at io.micronaut.runtime.Micronaut.run(Micronaut.java:309) ~[micronaut-context-3.8.7.jar:3.8.7]
at io.airbyte.workers.Application.main(Application.java:15) ~[io.airbyte-airbyte-workers-0.42.1.jar:?]
Airbyte-Server:
2023-04-13 00:39:44 ERROR i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: null
java.lang.IllegalArgumentException: null
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:131) ~[guava-31.1-jre.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.validateBase(DefaultS3ClientFactory.java:36) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.validate(DefaultS3ClientFactory.java:31) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.storage.DefaultS3ClientFactory.<init>(DefaultS3ClientFactory.java:24) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.helpers.CloudLogs.createCloudLogClient(CloudLogs.java:51) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.helpers.LogClientSingleton.createCloudClientIfNull(LogClientSingleton.java:226) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.config.helpers.LogClientSingleton.setWorkspaceMdc(LogClientSingleton.java:213) ~[io.airbyte.airbyte-config-config-models-0.42.1.jar:?]
at io.airbyte.server.LoggingEventListener.onApplicationEvent(LoggingEventListener.java:34) ~[io.airbyte-airbyte-server-0.42.1.jar:?]
at io.airbyte.server.LoggingEventListener.onApplicationEvent(LoggingEventListener.java:21) ~[io.airbyte-airbyte-server-0.42.1.jar:?]
at io.micronaut.context.event.ApplicationEventPublisherFactory.notifyEventListeners(ApplicationEventPublisherFactory.java:262) ~[micronaut-inject-3.8.7.jar:3.8.7]
at io.micronaut.context.event.ApplicationEventPublisherFactory.access$200(ApplicationEventPublisherFactory.java:60) ~[micronaut-inject-3.8.7.jar:3.8.7]
at io.micronaut.context.event.ApplicationEventPublisherFactory$2.publishEvent(ApplicationEventPublisherFactory.java:229) ~[micronaut-inject-3.8.7.jar:3.8.7]
at io.micronaut.http.server.netty.NettyHttpServer.lambda$fireStartupEvents$15(NettyHttpServer.java:587) ~[micronaut-http-server-netty-3.8.7.jar:3.8.7]
at java.util.Optional.ifPresent(Optional.java:178) ~[?:?]
at io.micronaut.http.server.netty.NettyHttpServer.fireStartupEvents(NettyHttpServer.java:581) ~[micronaut-http-server-netty-3.8.7.jar:3.8.7]
at io.micronaut.http.server.netty.NettyHttpServer.start(NettyHttpServer.java:298) ~[micronaut-http-server-netty-3.8.7.jar:3.8.7]
at io.micronaut.http.server.netty.NettyHttpServer.start(NettyHttpServer.java:104) ~[micronaut-http-server-netty-3.8.7.jar:3.8.7]
at io.micronaut.runtime.Micronaut.lambda$start$2(Micronaut.java:81) ~[micronaut-context-3.8.7.jar:3.8.7]
at java.util.Optional.ifPresent(Optional.java:178) ~[?:?]
at io.micronaut.runtime.Micronaut.start(Micronaut.java:79) ~[micronaut-context-3.8.7.jar:3.8.7]
at io.micronaut.runtime.Micronaut.run(Micronaut.java:323) ~[micronaut-context-3.8.7.jar:3.8.7]
at io.micronaut.runtime.Micronaut.run(Micronaut.java:309) ~[micronaut-context-3.8.7.jar:3.8.7]
at io.airbyte.server.Application.main(Application.java:15) ~[io.airbyte-airbyte-server-0.42.1.jar:?]
Anjaneyulu K
04/13/2023, 2:35 AMSaymon_says1985
04/13/2023, 6:52 AMkelvin
04/13/2023, 7:04 AMCustom Connections Authentication
to setup Xero source on Airbyte.
Then I create a connection from Xero source to Postgresql destination but got the error seems can’t fetch schema from Xero.
Do you have any idea to fix? ThanksVuong Huynh
04/13/2023, 7:13 AMTheo Sjöstedt
04/13/2023, 8:08 AMlaila ribke
04/13/2023, 8:39 AMChau Vu
04/13/2023, 9:01 AMDale Bradman
04/13/2023, 9:20 AM