google-cloud-bigquery-biglake
Google Cloud Bigquery Biglake API client library
What it is and what it does
This is Google's official Python client for BigLake Metastore, a managed metadata service that lets you query Apache Iceberg tables stored in BigQuery. It wraps the BigLake API to provide Python developers with a standard interface for metastore operations—creating, listing, and managing Iceberg table metadata without managing infrastructure. The library depends on google-api-core, google-auth, grpcio, proto-plus, and protobuf to handle authentication, gRPC transport, and protocol buffer serialization.
You use it when you need programmatic access to BigLake metadata from Python—typically to integrate Iceberg table discovery or management into data pipelines, automation scripts, or applications that work with open-source data formats in BigQuery. It's in Beta status and actively maintained, supporting modern Python versions (3.10 and later). Setup requires a Google Cloud project with BigLake enabled and proper authentication configured.
Use it for:
- Discover and list Iceberg tables available in BigLake Metastore from a Python application.
- Automate metadata operations on Iceberg tables as part of a data pipeline or ETL workflow.
- Integrate BigLake table access into a data catalog or governance tool running on Google Cloud.
- Query Iceberg table schema and partition information programmatically for data validation.
- Build custom applications that manage open-source table formats alongside BigQuery datasets.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Python client library for accessing BigLake Metastore, enabling queries against Apache Iceberg tables in BigQuery through a serverless, managed metastore API.
Yes, if you are working with Apache Iceberg tables in BigQuery and need Python-based programmatic access to BigLake Metastore. The library is actively maintained, has low install friction, carries a permissive license, and is backed by Google's infrastructure. No known vulnerabilities. Install it only if your project requires BigLake API integration; it is not a general-purpose tool.
Install
google-cloud-bigquery-biglake on PyPI
pip
pip install google-cloud-bigquery-biglakeuv
uv add google-cloud-bigquery-biglakepoetry
poetry add google-cloud-bigquery-biglakeInstalling google-cloud-bigquery-biglake
Before you install
Low friction installation via pip with standard Google Cloud dependencies. Active maintenance with recent releases; repository has 5373 stars and last commit on 2026-08-14. Supports current Python versions (3.10 through 3.14).
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions—standard for Google Cloud client libraries.
Quickstart
pip install google-cloud-bigquery-biglake
from google.cloud import biglake
client = biglake.MetastoreServiceClient()
# Requires Google Cloud authentication and BigLake API enabled
Requires Python >= 3.10; Google Cloud project with BigLake API enabled and valid authentication credentials (via google-auth).
Verify before relying
- Specific BigLake API methods and their signatures beyond the client instantiation pattern shown in the description.
- Whether the library handles connection pooling, retry logic, or rate limiting automatically.
- Performance characteristics when querying large Iceberg table metadata or executing bulk operations.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — google-api-core, google-auth, grpcio, proto-plus, protobuf |
| Maintenance | actively maintained — 72 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 8,216,325/month — #1,646 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: google_cloud_bigquery_biglake-0.8.0-py3-none-any.whl
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
google-cloud-bigquery-storageProvides a Python client library for reading…
permissive · top 1,000 on PyPI
google-cloud-bigqueryPython client library for querying and managing…
permissive · top 1,000 on PyPI
google-cloud-bigquery-loggingPython client library for Google Cloud BigQuery…
permissive · top 15,000 on PyPI
google-cloud-bigquery-connectionManages BigQuery connections to external data…
permissive · top 15,000 on PyPI
google-cloud-bigquery-reservationPython client library for managing BigQuery…
permissive · top 15,000 on PyPI
google-cloud-dataproc-metastoreA Python client library for managing Dataproc…
permissive · top 1,000 on PyPI
google-cloud-bigquery-datatransferPython client library for scheduling and…
permissive · top 1,000 on PyPI
bigquery-magicsProvides IPython magic commands to query Google…
permissive · top 15,000 on PyPI
pymetastorepymetastore is a Python client for the Hive…
permissive · top 15,000 on PyPI
hive-metastore-clientA Python client for connecting to Apache Hive…
unclear · top 15,000 on PyPI