agnes-the-ai-analyst/connectors/bigquery
Petr 4f74543a12 Fix streaming: use RowIterator.to_arrow_iterable() not QueryJob
QueryJob only has to_arrow(), not to_arrow_iterable().
Must call query_job.result() first to get RowIterator,
which has the streaming to_arrow_iterable() method.
2026-03-11 20:15:35 +01:00
..
__init__.py Add BigQuery data source adapter 2026-03-11 13:56:12 +01:00
adapter.py Stream BQ results to Parquet instead of loading into memory 2026-03-11 20:13:03 +01:00
client.py Fix streaming: use RowIterator.to_arrow_iterable() not QueryJob 2026-03-11 20:15:35 +01:00