Max
04/08/2025, 9:41 AMWaitTimeFromHeader
backoff strategy, so it's capable of using headers for backoffs. What I'm trying to do is improve the Pardot connector to handle the 100k record limit when paginating. Essentially, after paginating through 100k records, even if there are more results the last response won't contain a nextPageUrl
/ nextPageToken
, instead the response will contain a Pardot-Warning
header with a value 101;Record count for nextPageToken sequence has been exceeded. No page token returned.
(see here) and the proper way to handle this is to construct a new request from the last seen record in order to carry on paginating.Loris Zinsou
04/08/2025, 12:19 PMMatheus
04/10/2025, 1:55 AMAuthorization
header in the format Authorization: Basic <base64(email:password)>
, in addition to the usual client_id
and client_secret
.
While experimenting with the Connector Builder, I noticed:
• The OAuth2 (legacy) option allows me to use the client_credentials
flow, but doesn’t support injecting a custom access token header.
• The OAuth2 (modern) option supports access_token_header
, but forces an authorization_code
flow and requires a consent URL — which Hotmart doesn't use or support.
So far, I haven’t been able to combine these two behaviors. This particular auth flow seems unsupported at the moment through the UI.
I also explored the Python CDK route (I have experience with Python), but the documentation appears outdated or incomplete. It’s not clear to me what the current best practices are or how to properly bootstrap a new connector using the latest tools. The custom Python connector tutorial seems deprecated or at least not aligned with the current repo structure.
Any guidance on how to best approach this kind of authentication? Either using the Builder or Python CDK would be great. Open to any suggestions.Thomas LETELLIER
04/10/2025, 1:52 PMdownload_target_extractor
parameter with urls_extractor
(otherwise, I wasn't able to test my code in the Connector Builder).
When I run the test, the first part works fine—I can see the generated file on the backend—but after the file is created, I get an error. I'm not sure if it occurs during the polling or the data retrieval phase.
Internal Server Error: java.io.IOException: unexpected end of stream on <http://data-airbyte-airbyte-connector-builder-server-svc/>...
My yaml is below in this thread.
Does anyone have an idea of what might be causing this issue?
thank you for your helpAyushman Dutta
04/14/2025, 5:30 PMPaul
04/15/2025, 7:53 AMTim Mock
04/15/2025, 4:13 PMPaul
04/16/2025, 1:04 AM[
[
"2019-09-02T18:00:00.000000Z",
"15100",
"15200",
"15100",
"15199",
"4.11970335"
],
[
"2019-09-02T17:00:00.000000Z",
"14879.75",
"15115",
"14861.99",
"15115",
"10.01840031"
]
]
Parthiv Makwana
04/16/2025, 1:20 PMHana Oshima
04/16/2025, 4:35 PMNachiket Karguppikar
04/17/2025, 11:26 AMScott Richardson
04/18/2025, 7:20 PMMathieson
04/20/2025, 12:22 PMAlex Semichin
04/22/2025, 4:53 PMAnas El Mhamdi
04/23/2025, 12:38 PMgenerate.sh
to scaffold a connector, i’ve just seen that the script has been removed from the codebase. What’s the proper way to get going now ?Michal Krawczyk
04/24/2025, 11:46 AMrangga aldo
04/24/2025, 2:30 PMJillian Moore
04/24/2025, 5:50 PMアスガル ウマル
04/25/2025, 10:34 AM│ pod "q-destination-spec-c10a8ab7-a413-4b99-a7f2-1a96b9a70f67-0-xxxdw" is waiting to start: image can't be pulled for airbyte/q-destination-spec-c10a8 │
Ed
04/25/2025, 3:31 PMDan Klosterman
04/25/2025, 6:00 PMKurt Colemonts
04/29/2025, 6:29 AMrafalbballer
04/30/2025, 3:15 PMКирилл Неруш
04/30/2025, 5:28 PMCarolina Buckler
04/30/2025, 6:02 PMOmotola Awofolu
04/30/2025, 8:24 PMGarrett McClintock
04/30/2025, 8:24 PMClara Buenconsejo
05/01/2025, 12:54 PMEvan Caracciolo
05/01/2025, 3:51 PMアスガル ウマル
05/02/2025, 8:29 AM1.1.0
and bigquer-destination image version is 2.9.0
Failure in destination: You must upgrade your platform version to use this connector version. Either downgrade your connector or upgrade platform to 0.63.7