【发布时间】:2021-09-09 05:46:25
【问题描述】:
是否可以在 BigQuery Explorer 的 GCP 控制台中访问公共数据集和表 firebase-public-project:analytics_153293282.events_20181001?
bq show firebase-public-project:analytics_153293282.events_20181001
---
Table firebase-public-project:analytics_153293282.events_20181001
Last modified Schema Total Rows Total Bytes Expiration Time Partitioning Clustered Fields Labels
----------------- ------------------------------------------- ------------ ------------- ------------ ------------------- ------------------ --------
27 Aug 05:10:28 |- event_date: string 50000 36609581
|- event_timestamp: integer
|- event_name: string
+- event_params: record (repeated)
| |- key: string
| +- value: record
| | |- string_value: string
| | |- int_value: integer
| | |- float_value: float
| | |- double_value: float
数据集表是公开的。但是在搜索中搜索找不到。
有没有办法在 BQ Explorer 控制台中查看和运行针对表的查询?
更新
【问题讨论】:
-
这是搜索,使用
+Add data按钮固定公共项目。
标签: google-bigquery