Custom Python Source Connector: Handling Transformations Beyond Stream Slices in Airbyte #51001
Unanswered
Kressaa
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’m working on creating a custom Python source connector in Airbyte to extract data from an HTTP-based API. I’ve implemented specific stream-slicing logic, and the API responses are received and processed slice by slice. I’ve also added custom transformations for the responses, which are applied per slice.
However, I’d like to apply transformations to the entire response instead of applying transformation to each response slice individually. Is there a way to achieve this in Airbyte?
Additionally, I’m curious about how Airbyte internally handles loading source data to the destination when stream slicing is implemented. Can anyone share insights or best practices for this?
Beta Was this translation helpful? Give feedback.
All reactions