Aviraj Singh Gour
05/30/2024, 10:51 AMkapa.ai
05/30/2024, 10:52 AMitems
is null, you can adjust the stop_condition
in your pagination strategy. Based on the information provided, you can use a Jinja placeholder to define this condition. Here is how you can modify the `stop_condition`: yaml stop_condition: "{{ 'items' not in response }}"
This condition will stop the pagination when the items
key is not present in the response. For more detailed information on how to configure pagination and stop conditions, you can refer to the [Airbyte documentation on pagination](https://docs.airbyte.com/connector-development/connector-builder-ui/pagination#cursor-pagination). If you need further assistance or if this doesn't resolve your issue, please reach out on the Airbyte Slack channel for more support.