Description
Some client methods return paged responses. The user is required to handle the paged responses using continuation_token
appropriately in the application.
Example - DataFrameClient().query_tables()
, SpecClient().query_specs()
These paged responses can be simplified by using Generators in Python for easy use with loops and extracting the underlying paged data.