I have used the documentation <https://docs.airbyt...
# help-connector-development
a
I have used the documentation https://docs.airbyte.com/connector-development/tutorials/cdk-tutorial-python-http when creating my new source... and I could follow until the 5th step... I started getting swampedd in the 6th step.
g
a
yep... I followed this process... But as I said, on 6th... my progress stopped... because my source has no pagination support... I have created a class to implement that... and now it's not clear to me how to communicate that with the next steps in the process you see... I mean... How can I connect my get_report method with the main.py read process...
this read process is prepared to keep the work from the previous methods implemented in the previous steps... 4 and 5...
a
This article links to example code which does pagination : https://airbyte.com/tutorials/extract-data-from-the-webflow-api
v
@Andre Santos did you ever end up building this?