【问题标题】:Does the google bigquery api have a "create view" option?google bigquery api 是否有“创建视图”选项?
【发布时间】:2016-01-12 17:49:13
【问题描述】:

我想在 php 中使用 google 的 bigquery API 来创建视图。我查看了 GBQ API 文档:

https://cloud.google.com/bigquery/docs/reference/v2/

而且看起来不太可能。但是,bq 命令行界面确实允许您创建视图,如下例所示:

bq mk --view='select title from [publicdata:samples.wikipedia] where contributor_id = 3894110' dataset_id.table_id

【问题讨论】:

    标签: php google-bigquery


    【解决方案1】:

    您可以将Tables.insert APIview.query 属性一起使用

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-08-31
      • 1970-01-01
      • 1970-01-01
      • 2019-07-23
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多