-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add support for BigQuery Metastore #20031
Comments
@anoopj any chance of this getting implemented? |
@brokenjacobs We're working on a more feature-rich iteration of BigLake Metastore that is unified with BigQuery called BigQuery metastore. We expect this to be ready in the next few months and could be integrated into Trino. It will support any table format, not just Iceberg. Please contact us at biglake-help@google.com with the project IDs if you would like to learn more or try out this feature. |
@anoopj |
Thank you for your contribution @vlad-lyutenko! Yes, BigQuery Metastore is the replacement for BigLake Metastore, so please skip the BigLake one. |
Big thanks for response. Maybe you have already some API jar like:
, which we use for BigLake integration now. |
BigQuery Metastore follows the same API as BigQuery v2 REST API. From Java, it's just a We will be updating java-bigquery client library also to support this in future. Please feel free to ask any questions in the email thread you opened to biglake-help@ |
This PR could definitely provide inspiration, from the main Iceberg repo: apache/iceberg#11039 |
Google now has a serverless iceberg custom catalog available called biglake metastore. Details here:
https://cloud.google.com/bigquery/docs/manage-open-source-metadata
They package a jar for hive/spark support. I was wondering if it would be possible for trino to support this catalog as well?
I've been trying to find a maven dependency to include this custom catalog and I have been unable to find it. I'm guessing this is why it's not implemented already?
The text was updated successfully, but these errors were encountered: