bigquery
Easily send data to Big Query
What it is and what it does
bigquery is a Python wrapper intended to simplify sending data to Google BigQuery. It aims to reduce boilerplate by offering an easier interface than direct BigQuery API calls. The package has no runtime dependencies, meaning it either wraps system tools or relies on pre-installed BigQuery infrastructure.
The project is dormant—no releases or commits for 582 days until a recent commit on 2025-01-09. With zero stars and minimal documentation in the fact sheet, it appears to be a small, personal utility rather than a widely-adopted library. The keywords 'send', 'data', 'bigquery', 'easy' suggest it targets developers who want quick data ingestion without learning the full BigQuery API, but the lack of maintenance and sparse metadata make it difficult to assess its actual capabilities or reliability.
Use it for:
- Quick prototyping: loading test or sample data into BigQuery during development without writing full API boilerplate.
- Batch data ingestion: automating regular uploads of data files to BigQuery tables in simple workflows.
- Data pipeline integration: embedding BigQuery writes into Python scripts where simplicity is prioritized over advanced features.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Sends data to Google BigQuery with minimal setup, providing a simplified interface for loading data into BigQuery tables.
No. The package is dormant with no recent maintenance, zero community adoption (0 stars), and minimal documentation. The official google-cloud-bigquery library is actively maintained and widely used; unless this package offers a genuinely simpler API for your specific use case, the official client is a safer choice. High install friction and lack of transparency about its actual capabilities add further risk.
Install
bigquery on PyPI
pip
pip install bigqueryuv
uv add bigquerypoetry
poetry add bigqueryInstalling bigquery
Before you install
High install friction with no runtime dependencies. The package is dormant—last release was 582 days ago, though the repository remains active with a commit as recent as 2025-01-09. No maintenance activity beyond that point suggests the project is not actively developed.
License in practice
Licensed under MIT (permissive), so you can use, modify, and distribute it freely with minimal restrictions.
Quickstart
pip install bigquery
import bigquery
# Consult package documentation for usage patterns
Requires Python 3 or later. The package description is minimal; actual usage patterns are not documented in the fact sheet.
Verify before relying
- What authentication method does the package use for BigQuery (service account, user credentials, default application credentials)?
- Does the package handle schema inference, or must schemas be provided manually?
- What data formats does it support (CSV, JSON, Parquet, etc.)?
- How does it compare in functionality to the official google-cloud-bigquery library?
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3) |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | dormant — 582 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 229,889/month — #9,119 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: bigquery-0.0.45.tar.gz
Keywords: send, data, bigquery, easy
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
pandas-gbqpandas-gbq reads data from Google BigQuery into…
permissive · top 1,000 on PyPI
google-cloud-bigquery-storageProvides a Python client library for reading…
permissive · top 1,000 on PyPI
gcloud-aio-bigqueryProvides an asyncio-based Python client for…
permissive · top 1,000 on PyPI
google-cloud-bigquery-datatransferPython client library for scheduling and…
permissive · top 1,000 on PyPI
google-cloud-bigqueryPython client library for querying and managing…
permissive · top 1,000 on PyPI
gcloud-rest-bigqueryProvides an asyncio or threadsafe Python client…
permissive · top 15,000 on PyPI
bigquery-schema-generatorGenerates BigQuery table schemas from complete…
permissive · top 15,000 on PyPI
google-cloud-bigquery-connectionManages BigQuery connections to external data…
permissive · top 15,000 on PyPI
google-cloud-bigquery-loggingPython client library for Google Cloud BigQuery…
permissive · top 15,000 on PyPI
bigquery-magicsProvides IPython magic commands to query Google…
permissive · top 15,000 on PyPI