Open santhoshramaraj opened 3 weeks ago
Adds generator variant for paged-queries to simplify usage in loops.
Simplify the way users invoke paged-queries without the burden of handling continuation_token.
continuation_token
Automated integration tests.
@mure , Generator concept implementation for query_tables and example usage
What does this Pull Request accomplish?
Adds generator variant for paged-queries to simplify usage in loops.
Why should this Pull Request be merged?
Simplify the way users invoke paged-queries without the burden of handling
continuation_token
.What testing has been done?
Automated integration tests.