2.28. Google BigQuery
使用 SQL 查询或 Google Client Services API 访问 Google Cloud BigQuery 服务
2.28.1. 内部内容
-
Google BigQuery 组件, URI 语法:
google-bigquery:projectId:datasetId:tableId
-
Google BigQuery 标准 SQL 组件,URI 语法:
google-bigquery-sql:projectId:queryString
有关使用和配置详情,请参阅上述链接。
2.28.2. Maven 协调
在 code.quarkus.redhat.com 上创建一个具有此扩展名的新项目
或者在现有项目中添加协调:
<dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-google-bigquery</artifactId> </dependency>
2.28.3. 使用方法
如果您要从带有原生模式的 google-bigquery-sql
的 classpath 读取 SQL 脚本,则需要通过 quarkus.native.resources.includes
配置属性将它们添加到原生镜像中。请参阅 Quarkus 文档了解更多详情。