Re: [QUESTION] About Support for BigQuery Metastore

2025-03-15 Thread XQ Hu via dev
https://github.com/apache/beam/blob/master/sdks/java/io/iceberg/src/test/java/org/apache/beam/sdk/io/iceberg/catalog/BigQueryMetastoreCatalogIT.java#L92C30-L92C50 Is the IT example good? On Fri, Mar 14, 2025 at 9:28 AM LEE SOMANG wrote: > Hi XQ Hu, > > Thanks for confirming that managed Iceberg

Re: [QUESTION] About Support for BigQuery Metastore

2025-03-15 Thread LEE SOMANG
Hello XQ Hu, Thank you for your response and for sharing the example. I was able to successfully complete our PoC by referring to the example you provided. However, as mentioned earlier, the lack of detailed documentation made certain aspects, such as managing dependencies, a bit challenging. Do