docs: add GCP BigLake Metastore Catalog configuration example#2740
Merged
kevinjqliu merged 5 commits intoapache:mainfrom Nov 13, 2025
Merged
Conversation
raulcd
reviewed
Nov 12, 2025
Member
raulcd
left a comment
There was a problem hiding this comment.
Can the warehouse be of type bq://projects/PROJECT_ID? As shown here:
https://docs.cloud.google.com/biglake/docs/blms-rest-catalog#configure-catalog
If applicable, should we add a note?
rambleraptor
approved these changes
Nov 12, 2025
Contributor
rambleraptor
left a comment
There was a problem hiding this comment.
This looks awesome! Thanks for doing this.
Add note about warehouse uri format for the federation option (bq:// ).
Contributor
Author
Added a comment about the bq:// alternative |
Add extend bq uri example
Contributor
Author
|
Is there a process for requesting review by someone with write permissions? |
Contributor
|
"BigLake Metastore Catalog Iceberg REST" is a mouthful 😅 |
Contributor
|
Thanks for the PR @heathkh-recursion and thanks for the review @rambleraptor @raulcd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Rationale for this change
GCP had the GA release of the BigLake Metastore Catalog Iceberg REST api Nov 30 (see release notes). There are few GCP docs available how to set this up in general, and with pyiceberg specifically. Ray Data and probably many other tools use pyiceberg under the hood, so documenting this would make it much easier for folks in the GCP cloud to use pyiceberg at scale.
Are these changes tested?
Yes, using the following test plan:
Are there any user-facing changes?
Would add a new section in the docs when docs are published.