Yann Phan Dinh
03/24/2023, 9:24 AMjava.util.concurrent.ExecutionException: java.lang.RuntimeException: No properties node in stream schema
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?]
at io.airbyte.workers.general.DefaultReplicationWorker.replicate(DefaultReplicationWorker.java:272) ~[io.airbyte-airbyte-commons-worker-0.42.0.jar:?]
at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:190) ~[io.airbyte-airbyte-commons-worker-0.42.0.jar:?]
at io.airbyte.workers.general.DefaultReplicationWorker.run(DefaultReplicationWorker.java:94) ~[io.airbyte-airbyte-commons-worker-0.42.0.jar:?]
at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$6(TemporalAttemptExecution.java:202) ~[io.airbyte-airbyte-workers-0.42.0.jar:?]
at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.lang.RuntimeException: No properties node in stream schema
at io.airbyte.workers.general.DefaultReplicationWorker.populateStreamToAllFields(DefaultReplicationWorker.java:727) ~[io.airbyte-airbyte-commons-worker-0.42.0.jar:?]
at io.airbyte.workers.general.DefaultReplicationWorker.lambda$readFromSrcAndWriteToDstRunnable$7(DefaultReplicationWorker.java:391) ~[io.airbyte-airbyte-commons-worker-0.42.0.jar:?]
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
... 1 more
Yann Phan Dinh
03/24/2023, 9:25 AMAman Kesharwani
03/24/2023, 9:46 AMArchit Singh
03/24/2023, 10:39 AM2023-03-24 10:29:08 INFO i.a.v.j.JsonSchemaValidator(test):130 - JSON schema validation failed.
errors: $: does not match the regex pattern ^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
what does this mean, if anyone could help me?Idris Osman
03/24/2023, 12:41 PMPierre CORBEL
03/24/2023, 12:52 PMString and date-time format
Hello there đ,
It seems that Airbyte doesn't recognize string with datetime format and it causes problem on dbt normalization đĽ
In my schema:
"_sdc_sales_updated_at": {"type": "string", "format": "date-time"},
On Airbyte UI (it seems that Unknown is considered as variant for dbt afterward)
Does someone already had the same problem? đ§
Am I making something wrong?Johannes MĂźller
03/24/2023, 1:10 PMThiago Villani
03/24/2023, 2:23 PMLeo Allgaier
03/24/2023, 3:44 PMRobert Put
03/24/2023, 4:05 PMYuri Maia Santana
03/24/2023, 4:24 PMGabriel Levine
03/24/2023, 4:58 PMAdam Roderick
03/24/2023, 8:39 PMMatheus Barbosa
03/24/2023, 8:50 PMDaniel Zuluaga
03/25/2023, 5:04 AMOmprakash Kumar
03/25/2023, 8:39 AMJohannes MĂźller
03/25/2023, 10:07 AMJohannes MĂźller
03/25/2023, 10:11 AMRahul Sahay
03/25/2023, 1:32 PMLeo Allgaier
03/25/2023, 3:37 PMAnton Marini
03/25/2023, 7:35 PMThe connector waits for the default initial wait time of 5 minutes (300 seconds). Setting the parameter to a longer duration will result in slower syncs, while setting it to a shorter duration may cause the connector to not have enough time to create the initial snapshot or read through the change logs. The valid range is 120 seconds to 1200 seconds.
Does this mean if I am syncing data via CDC, it isnt using any pub / sub event notifications, but a sort of polling mechanism that runs minimum every 2 minutes?
Sorry if im missing something obvious, im new to CDC and trying to wrap my head around the moving partsBrian Castelli
03/26/2023, 1:31 AMJohannes MĂźller
03/26/2023, 9:00 AMhashid
column with an md5 based on the row values? What is it used for?Pankaj
03/26/2023, 11:09 AMPankaj
03/26/2023, 11:09 AMRenat Zubayrov
03/26/2023, 1:39 PMi.a.w.p.KubeProcessFactory(create):98 - Attempting to start pod
any ideas what we could check to figure out what went wrong or which log files to check for more details?Zawar Khan
03/27/2023, 10:23 AMShreepad Khandve
03/27/2023, 1:53 PMpagination_strategy:
type: "CursorPagination"
cursor_value: "{{ response.links.next }}"
stop condition: ???
response : ,
{................... "tag_ids": null, "user": {"company_id": "5d48461d2a86930001c87f23", "id": "5d5e6b0d8f7035000110d076", "role": "tester"}, "question": {"id": "5d6e834775b01d0001b8b933", "company_id": "5d48461d2a86930001c87f23", "question_type": "freeform", "prompt": "Tell us a bit more about why:", "options": {"size": "multi"}}}]},
"links": {"next": "https://iteratehq.com/api/v1/surveys/5d6e82a775b01d0001b7/responses?access_token=##############&page[cursor]=5d6f14e2b27070798fab123"}}, "emitted_at": 1679925022875}}Frans KrojegĂĽrd
03/27/2023, 2:15 PMDESCRIBE <table>
calls. Haven't checked if it ever finishes, but for a large table it ran at least a 100 calls before I stopped it.
These errors are not present on the original Zuora connector. The only difference, that's not part of the linked PR is this issue I had with Oauth: https://github.com/frans-k/airbyte/commit/a1dec028dd243538cf8ad88bf941c1cffc153455
I'm unclear why I had issues with Oauth, but neither my PR nor my Oauth workaround quite explains why the Zuora connector started behaving the way it does now.
Does this sound familiar to anyone? For me it feels very nonsensical, quite unsure where to look.Liam Coley
03/27/2023, 3:00 PMFailed to start sync: non-json response
. No job is even created. Watching the logs, this appears to be the only relevant error that is raised:
airbyte-webapp | 2023/03/26 02:18:36 [error] 36#36: *3416 upstream prematurely closed connection while reading response header from upstream, client: 123.0.0.0, server: localhost, request: "POST /api/v1/connections/sync HTTP/1.0", upstream: "<http://123.0.0.0:8001/api/v1/connections/sync>", host: "localhost", referrer: "<http://localhost:8000/workspaces/b191bf96-69cf-4373-b09e-698e5f4f7ed0/connections/e15cbd03-da9e-43f4-8c78-ad90ffa43cb6/status>"
Iâm running this on Amazon EC2 t3.large instance, with 100GB of attached storage. As mentioned, it only started occurring after upgrading to 0.42.0. From looking through StackOverflow, it may be an nginx issue - unsure if thereâs been a change there that may effect this?
Any help is hugely appreciated. Thank you!