【发布时间】:2020-07-16 10:11:29
【问题描述】:
我想从 Google Cloud API 获取 BigQuery 架构,我在 GCP 中配置了所有东西,我可以从邮递员那里获取信息,但是如何在 CDAP 中进行配置,这是我的配置:
而我的 CDAP 版本是 6.2.0
【问题讨论】:
标签: google-oauth fusion cdap
我想从 Google Cloud API 获取 BigQuery 架构,我在 GCP 中配置了所有东西,我可以从邮递员那里获取信息,但是如何在 CDAP 中进行配置,这是我的配置:
而我的 CDAP 版本是 6.2.0
【问题讨论】:
标签: google-oauth fusion cdap
您可以从https://developers.google.com/identity/protocols/oauth2/web-server 阅读有关 oAuth 的文档
对于 BigQuery 的 oAuth 范围,您可以参考以下文档: https://developers.google.com/identity/protocols/oauth2/scopes#bigquery
【讨论】: