Hi Team, Currently configured Python Http API base...
# help-connector-development
v
Hi Team, Currently configured Python Http API based source ->Local JSON connection with single stream. Response data is writing to single jsonl file, is there any possibility on whether we can write response data to multiple files in single stream, because my response data size is huge so difficult to process single file. Please advise whether we can able to do in custom connector.
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Airbyte documentation on [HTTP-API-based Connectors](https://docs.airbyte.com/connector-development/cdk-python/http-streams) and [Python CDK Basic Concepts](https://docs.airbyte.com/connector-development/cdk-python/basic-concepts) for more information on working with custom connectors and streams.
v
Team, can anyone help on this