stephen_lloyd
05/12/2021, 6:10 AMclient.py
to handle each streams parsing and post-processing conditionally within client.py
or to break it out by stream in streams.py
?edgar_ramirez_mondragon
05/12/2021, 3:22 PMclient.py
to handle pagination, etc. but you can always override get_next_page_token
, parse_response
and post_process
on every stream subclassstephen_lloyd
05/12/2021, 3:26 PMaaronsteers
05/12/2021, 3:43 PMclient.py
and then the schema definitions and special behavior of individual streams can be handled in streams.py
.