-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
Connector Name
connector builder
Connector Version
6.48.15
What step the error happened?
None
Relevant information
I am trying to build a custom connector using the connector builder and this is a asynchronous stream as it requires the creation of the job, polling and download.
I have tested it and it it works for the creation and polling part but fails in the download part
Creation response :
Polling response :
The download link is a file which is a csv.gz which i have attached below and this is the config I made in the download panel, where http response = gzip and unzipped data format is CSV.
I keep getting the error below

sample csv.gz file :
644074824343244968-2025-11-20-eo_install_eo_click-branch_agg_async_api-db1bd789b63c60fd0f44a91f19d0f20ca6cb29fdd56bc9b7e1a965b2d6bd4ed3-IoNlDB-0 (1).csv.gz
Is there a way where the file is not read and just downloaded to the target airbyte destination
Relevant log output
Contribute
- Yes, I want to contribute