Skip to content

Added BigQuery Metastore Catalog #2068

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rambleraptor
Copy link
Contributor

@rambleraptor rambleraptor commented Jun 5, 2025

Rationale for this change

This PR brings BigQuery Metastore support to Python after it was merged into the Java implementation.

This allows Iceberg catalog functionality to be backed by BigQuery. It supports creating/deleting/listing namespaces (datasets in BigQuery terminology), creating/deleting/listing tables, and registering tables.

This is my first PR of size to iceberg-python, so any advice would be appreciated!

Are these changes tested?

Integration and unit tests included.

Are there any user-facing changes?

Introduces a new Catalog type.

@rambleraptor rambleraptor marked this pull request as draft June 5, 2025 23:02
@rambleraptor rambleraptor marked this pull request as ready for review June 5, 2025 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant