This repository was archived by the owner on Mar 6, 2026. It is now read-only.
v2.4.0
Features
- add progress bar to
QueryJob.to_dataframeandto_arrow(#352) (dc78edd) - allow routine references (#378) (f9480dc)
Bug Fixes
Performance Improvements
- avoid extra API calls from
to_dataframeif all rows are cached (#384) (c52b317) - cache first page of
jobs.getQueryResultsrows (#374) (86f6a51) - use
getQueryResultsfrom DB-API (#375) (30de15f)