AJ
11/04/2022, 1:49 PMHenri Blancke
11/04/2022, 1:58 PMv0.40.16
that when adding a new S3 connection, fetching the schema often results in 504 Gateway Timeout
. Trying again a few times often resolves the timeout. I wonder if the proxy's nginx default timeout should be increased to allow more time for dynamically fetching schemas like with the s3 connector? As always thanks for the help šArthur Mbx
11/04/2022, 2:10 PMArthur Mbx
11/04/2022, 2:10 PMKevin Peters
11/04/2022, 3:12 PMcursor_field
to be based upon a field in the parent stream class.
For example, the path is "reports/{campaign_id}/sent-to"
and the cursor needs to be the send_time
value in the Campaign. Does anyone know of an existing connector that has a similar situation? Or any other advise on how to proceed?Venkat Dasari
11/04/2022, 3:36 PMVictor Bruno Castro
11/04/2022, 6:03 PMChristopher Brunton
11/04/2022, 7:04 PMAdham Suliman
11/04/2022, 8:04 PMNicolas
11/04/2022, 9:24 PMjava.util.concurrent.ExecutionException: io.airbyte.workers.general.DefaultReplicationWorker$SourceException: Source cannot be stopped!
i get this error every time i try to sync something bigger then 1-2 million rows and i cant really find what is going on .
I am doing a Postgres -> MSSQL connection , its pretty simple , its 4 tables , and i want them to be dedup incremental .
the 2 smaller table, works like a charm the bigger ones always get this error even if i try different modes or combinations of tables , and all tables get reset everytime it happens šZaza Javakhishvili
11/05/2022, 12:09 AMMarcelo Santoro
11/05/2022, 1:07 AMDatabase Error in model customer__data__campaigns (models/generated/airbyte_incremental/google_ads/customer__data__campaigns.sql)
Bad int64 value: 0.0
Does anyone knows how to resolve this issue ? šBrian Castelli
11/05/2022, 2:55 AM_airbyte_ab_id
and _airbyte_emitted_at
. I am having to strip them out before I do data processing. I would prefer not writing special-case code for when I'm using AirByte versus other things. Any ideas?Faris
11/06/2022, 7:30 AMBhupesh Varshney
11/06/2022, 7:50 AMMuideen Muibi
11/06/2022, 6:38 PMDusty Shapiro
11/06/2022, 7:29 PMLog4j2Appender says: Attempting to start pod = normalization-normalize-541-0-pelpm for airbyte/normalization:0.2.23 with resources io.airbyte.config.ResourceRequirements@fa284d9[cpuRequest=,cpuLimit=,memoryRequest=,memoryLimit=]
When I kubectl get pods
, I see that the above pod is getting an Init:Error
The init container in describing that pod
State: Terminated
Reason: Error
Exit Code: 1
Not sure where I should go from here as far as investigating the normalization pods that get stuck initializing 𤷠I rolled back the Helm chart to 0.40.35
, but still erroring out.Mikhail Masyagin
11/06/2022, 8:20 PMimport requests
<http://requests.post|requests.post>('<http://localhost:8000/api/v1/scheduler/sources/discover_schema>', json={
"workspaceId": '75bd5142-ed9f-45ad-bf05-8d663a74dc21',
"sourceDefinitionId": '6e1eba1c-7849-4818-ab74-6d990329fedc',
"connectionConfiguration": {
'app_id': 'taxi.android.client',
'languages': {'type': 'all'},
'start_date': '2022-09-01',
'timeout_milliseconds': 1000,
'max_reviews_per_request': 100}
}).json()
and get response:
{'message': 'Internal Server Error: Cannot invoke "java.util.UUID.toString()" because the return value of "io.airbyte.config.SourceConnection.getSourceId()" is null',
'exceptionClassName': 'java.lang.NullPointerException',
'exceptionStack': ['java.lang.NullPointerException: Cannot invoke "java.util.UUID.toString()" because the return value of "io.airbyte.config.SourceConnection.getSourceId()" is null',
'\tat io.airbyte.server.scheduler.DefaultSynchronousSchedulerClient.createDiscoverSchemaJob(DefaultSynchronousSchedulerClient.java:128)',
'\tat io.airbyte.server.handlers.SchedulerHandler.discoverSchemaForSourceFromSourceCreate(SchedulerHandler.java:264)',
'\tat io.airbyte.server.apis.ConfigurationApi.lambda$executeSourceDiscoverSchema$80(ConfigurationApi.java:755)',
'\tat io.airbyte.server.apis.ConfigurationApi.execute(ConfigurationApi.java:845)',
'\tat io.airbyte.server.apis.ConfigurationApi.executeSourceDiscoverSchema(ConfigurationApi.java:755)',
'\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)',
'\tat java.base/java.lang.reflect.Method.invoke(Method.java:578)',
'\tat org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)',
'\tat org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)',
'\tat org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)',
'\tat org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)',
'\tat org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)',
'\tat org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)',
'\tat org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)',
'\tat org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)',
'\tat org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)',
'\tat org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)',
'\tat org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)',
'\tat org.glassfish.jersey.internal.Errors.process(Errors.java:292)',
'\tat org.glassfish.jersey.internal.Errors.process(Errors.java:274)',
'\tat org.glassfish.jersey.internal.Errors.process(Errors.java:244)',
'\tat org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)',
'\tat org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)',
'\tat org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)',
'\tat org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)',
'\tat org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)',
'\tat org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)',
'\tat org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)',
'\tat org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)',
'\tat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763)',
'\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:569)',
'\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)',
'\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377)',
'\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)',
'\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507)',
'\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)',
'\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292)',
'\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)',
'\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)',
'\tat org.eclipse.jetty.server.Server.handle(Server.java:501)',
'\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)',
'\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556)',
'\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)',
'\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)',
'\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)',
'\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)',
'\tat org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)',
'\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)',
'\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)',
'\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)',
'\tat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)',
'\tat org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)',
'\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)',
'\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)',
'\tat java.base/java.lang.Thread.run(Thread.java:1589)']}
It looks like API is broken for this link
Airbyte version is 40.0.17Lachlan Wells
11/07/2022, 4:41 AM/v1/health
.Manish Tomar
11/07/2022, 7:39 AMSrinidhi krishnamurthy
11/07/2022, 7:51 AMAvi Sagal
11/07/2022, 8:10 AMRahul Borse
11/07/2022, 8:51 AMiAastha S
11/07/2022, 9:04 AMdocker-compose up
WARNING: The DEPLOYMENT_MODE variable is not set. Defaulting to a blank string.
WARNING: The REMOTE_CONNECTOR_CATALOG_URL variable is not set. Defaulting to a blank string.
WARNING: The TEMPORAL_HISTORY_RETENTION_IN_DAYS variable is not set. Defaulting to a blank string.
WARNING: The UPDATE_DEFINITIONS_CRON_ENABLED variable is not set. Defaulting to a blank string.
ERROR: Invalid interpolation format for "environment" option in service "worker": "CONFIG_DATABASE_PASSWORD=${CONFIG_DATABASE_PASSWORD:-}"
Dave Tomkinson
11/07/2022, 11:47 AM_airbyte_additional_properties
comes out as
_airbyte_additional_properties: map<string, string ('_airbyte_additional_properties')>
child 0, _airbyte_additional_properties: struct<key: string not null, value: string not null> not null
child 0, key: string not null
child 1, value: string not null
(This also seems to be affecting a timestamp field I'm using, which comes through as:
struct<member0: timestamp[us, tz=UTC], member1: string>
child 0, member0: timestamp[us, tz=UTC]
child 1, member1: string
)Cesar Santos
11/07/2022, 12:16 PMAlexandre Voyer
11/07/2022, 12:31 PMRafael Silva
11/07/2022, 12:52 PMJoão Larrosa
11/07/2022, 1:12 PMGabriel Martelloti
11/07/2022, 1:55 PM