Hi all - working on moving some taps to the meltan...
# singer-tap-development
a
Hi all - working on moving some taps to the meltano SDK and I have a quick (maybe dumb) question for y’all: we define a bunch of functions in client.py/ tap.py etc. but where are they actually executed? Is this somewhere in the meltano codebase itself? Trying to trace through a
get_next_page_token()
function in an example tap so I can understand what the
previous_token
arg is in a specific API call. Thanks in advance.