Commit f2131e6
docs: add GCP BigLake Metastore Catalog configuration example (#2740)
- Adds documentation example for configuring Google BigLake Metastore as
a REST catalog
- Includes configuration example with proper authentication setup
# Rationale for this change
GCP had the GA release of the BigLake Metastore Catalog Iceberg REST api
Nov 30 (see [release
notes](https://docs.cloud.google.com/bigquery/docs/release-notes#October_30_2025)).
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:
- [x] Configuration tested to work with pyiceberg 0.10.0 and Google
BigLake Metastore (Nov 11, 2025)
- [x] Documentation builds successfully
- [x] Configuration example follows existing format and style
- [x] Added links are valid
# Are there any user-facing changes?
Would add a new section in the docs when docs are published.
---------
Co-authored-by: Kyle <kyle.heath@recursion.com>1 parent 36906ed commit f2131e6
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
554 | 576 | | |
555 | 577 | | |
556 | 578 | | |
| |||
0 commit comments