Daniel Antwi
08/29/2024, 2:21 PMuser
08/29/2024, 6:01 PM{ "data": "{"start":0,"max":999}", "devKey": "xxx", "sessionId": "xxx" }
For pagination, I need the "start" field which is nested within the data object to be modified/incremented (by 999 in this case). Note: I need pagination because the maximum number of records that the endpoint can return in one go is 999 (which is what I've set it to above ^^).
My problem lies in the Airbyte connector builder, wherein you cannot modify a nested field for pagination:
image
As you can see, the Key Name field only asks for a key and not the path to the key.
By the way, I need the body data to be in URL encoded format, and I need the injected field to be in the same format as well (well, obviously :) ).
Could you please add this feature please. I need to be able to modify the field according the path I provide.
Thank you!
airbytehq/airbyteLucas Abreu
08/29/2024, 7:54 PMRajesh K
08/30/2024, 4:58 AMAntoine
08/30/2024, 6:48 AM2024-08-29 05:33:52 source > INFO main i.a.c.i.d.i.DebeziumRecordIterator(requestClose):276 No records were returned by Debezium in the timeout seconds 600, closing the engine and iterator
We tried to increase the initial sync timeout to the maximum (2400) but it did not help.
Do you have any pro tips to make it works ?
Thanks in advance for your help !
Note : The AI Bot tell me it can come from the fact that we do not synchronize enough table from the source.
But we are syncing 97 table over 122 from our database. Is it not enough ?
Thanks in advance for your help !
Yours faithfully,
LCDPStefano Messina
08/30/2024, 7:21 AMLastUpdated
(with microsecond resolution but without timezone offset) Has anyone encountered this problem before?user
08/30/2024, 11:11 AMPaoloF
08/30/2024, 11:48 AMairbyte_cdk.sources.declarative.exceptions.ReadException: Request to <https://api.europe-west1.gcp.commercetools.com/orders?sort=lastModifiedAt+asc&where=lastModifiedAt+%3E%3D+%3Adate&limit=500&var.date=2024-06-01T00%3A00%3A00.000000%2B0000> failed with status code 404 and error message Not found
Any idea?
thanksRavi Nathwani
08/30/2024, 6:39 PMenterprise:
# -- Secret name where an Airbyte license key is stored
secretName: "airbyte-config-secrets"
# -- The key within `licenseKeySecretName` where the Airbyte license key is stored
licenseKeySecretKey: "license-key"
Mike Nguyen
08/31/2024, 3:04 PM_airbyte_data
, '$.' at line 1
856
at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
857
at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
858
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
859
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
860
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
861
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
862
Caused by: java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`intermediate_data` as (select cast(JSON_VALUE(JSON_EXTRACT(_airbyte_data
, '$.' at line 1
863
at io.airbyte.integrations.base.destination.typing_deduping.DefaultTyperDeduper.prepareTablesFuture$lambda$4(DefaultTyperDeduper.kt:264) ~[airbyte-cdk-typing-deduping-0.33.0.jar:?]
864
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
865
... 3 more
866
Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`intermediate_data` as (select cast(JSON_VALUE(JSON_EXTRACT(_airbyte_data
, '$.' at line 1
867
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ~[mysql-connector-java-8.0.22.jar:8.0.22]
868
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.22.jar:8.0.22]
869
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.22.jar:8.0.22]
870
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:764) ~[mysql-connector-java-8.0.22.jar:8.0.22]
871
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648) ~[mysql-connector-java-8.0.22.jar:8.0.22]
872
at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) ~[HikariCP-5.1.0.jar:?]
873
at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) ~[HikariCP-5.1.0.jar:?]
874
at io.airbyte.cdk.db.jdbc.JdbcDatabase.executeWithinTransaction$lambda$1(JdbcDatabase.kt:46) ~[airbyte-cdk-core-0.33.0.jar:?]
875
at io.airbyte.cdk.db.jdbc.DefaultJdbcDatabase.execute(DefaultJdbcDatabase.kt:30) ~[airbyte-cdk-core-0.33.0.jar:?]
876
at io.airbyte.cdk.db.jdbc.JdbcDatabase.executeWithinTransaction(JdbcDatabase.kt:43) ~[airbyte-cdk-core-0.33.0.jar:?]
877
at io.airbyte.cdk.integrations.destination.jdbc.typing_deduping.JdbcDestinationHandler.execute(JdbcDestinationHandler.kt:180) ~[airbyte-cdk-db-destinations-0.33.0.jar:?]
878
at io.airbyte.integrations.base.destination.typing_deduping.TypeAndDedupeTransaction.executeTypeAndDedupe(TypeAndDedupeTransaction.kt:56) ~[airbyte-cdk-typing-deduping-0.33.0.jar:?]
879
at io.airbyte.integrations.base.destination.typing_deduping.TypeAndDedupeTransaction.executeSoftReset(TypeAndDedupeTransaction.kt:92) ~[airbyte-cdk-typing-deduping-0.33.0.jar:?]
880
at io.airbyte.integrations.base.destination.typing_deduping.DefaultTyperDeduper.prepareTablesFuture$lambda$4(DefaultTyperDeduper.kt:222) ~[airbyte-cdk-typing-deduping-0.33.0.jar:?]
881
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
882
... 3 moreguyarad
09/01/2024, 7:57 AM[PRODUCTION ISSUE]
we have an S3 destination with a filename pattern: {sync_id}/{part_number}{format_extension}
Until 2 days ago things worked fine. Suddenly, the sync_id
gets an empty value. We don't get an error. The file is stored as ...//1.jsonl
.
We have other identical sources (but different source entity in Airbyte) with identical connection configuration that does work.
I fetched the source/connection configuration via the API and they are identical (except for the name and ID). They all use the same destination object.
Please assistuser
09/01/2024, 4:51 PMmockserver
. I read this and I know that it is possible for the server but I am not sure about stripe.
https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/python/README.md#when-you-dont-have-access-to-the-api
airbytehq/airbyteScheduled message
09/02/2024, 4:00 AMNihal V Velpula
09/02/2024, 5:26 AMuser
09/02/2024, 6:51 AMKaan Erdoğan
09/02/2024, 10:03 AMHari Haran R
09/02/2024, 10:05 AMAlexandre RG
09/02/2024, 1:01 PMuser
09/02/2024, 3:34 PMuser
09/02/2024, 3:35 PMCan you check the discussion on Docker forum. This looks your env is missing the certificates.Thank you very much, solved the issue by installing on some different system and network. airbytehq/airbyte
Sumit Kumar
09/02/2024, 3:41 PMRajesh K
09/02/2024, 4:44 PMAlan Balcazar
09/02/2024, 6:09 PMuser
09/02/2024, 6:15 PMSumit Kumar
09/02/2024, 7:04 PMHari Haran R
09/03/2024, 3:32 AM"Start datetime" is set to "user input" to allow the user of the connector configuring a Source to specify the time to start syncing
what does this mean , does it mean that when the user gives the input, it starts sync daily from same date which user has given
for Eg. if user gives 2020-09-01, then does it daily run from the same date?
what is the main difference between, cursor field and Startdate time field in airbyte UIuser
09/03/2024, 6:27 AMEric Yoo
09/03/2024, 6:57 AM2024-09-02 08:31:35 destination > 2024-09-02T08:31:35,556`pool-3-thread-1`17`INFO`i.a.c.i.d.b.BufferManager(printQueueInfo):118 - [ASYNC QUEUE INFO] Global: max: 296.96 MB, allocated: 10 MB (10.0 MB), % used: 0.03367428551701215 | State Manager memory usage: Allocated: 10 MB, Used: 0 bytes, percentage Used 0.000000
2024-09-02 08:31:35 destination > 2024-09-02T08:31:35,627`pool-5-thread-1`19`INFO`i.a.c.i.d.FlushWorkers(printWorkerInfo):143 - [ASYNC WORKER INFO] Pool queue size: 0, Active threads: 0
Following log was ouputted once in between:
2024-09-02 11:30:31 platform > thread status... heartbeat thread: true , replication thread: false
2024-09-02 11:30:31 platform > Do not terminate as feature flag is disable
Would this be related to server resource issue?Ritvik Nagpal
09/03/2024, 7:30 AM