【发布时间】:2021-06-07 02:43:04
【问题描述】:
我正在尝试按照 github https://github.com/firebase/extensions/tree/master/firestore-bigquery-export 将自动填充方法中的 firestore 集合连接到 BigQuery。成功导出显示集合以逗号分隔(例如:Data{id,geolocation,market,customer_name,customer_id,..} 导致难以可视化。
我也尝试使用云存储桶导出,但它不会在 BigQuery 中自动更新,只要 Firestore 中的特定集合发生更改。
在这方面需要帮助。提前致谢。
【问题讨论】:
标签: firebase google-cloud-firestore google-bigquery google-cloud-storage