pyvespa
pyvespa copied to clipboard
FR: expose visit api
Expose the visit api as part of the sdk.
Ideal interaction: supply yql query to filter with optional limit/offset. method returns a (async/sync) generator across the documents. raises stop error when either limit is hit/end of generator.