Firebase 到 Bigquery 未知数据集生成的问题

Firebase to Bigquery unknown dataset generated issue

我已通过 Firebase 将 Bigquery 链接到我的应用程序,它运行良好超过 3 个月。然而,几天前,创建了一个名为 "analytics_156951304" 的随机数据集,然后将应用程序数据流式传输到该数据集,而不是 Bigquery 在我第一次将我的应用程序链接到 Bigquery 时为我创建的原始数据集,"my_app_name_IOS". table 模式也发生了变化。我检查了 Stackdriver 日志记录,它说一个名为 "firebase-measurement@system.gserviceaccount.com" 的帐户在我当地时间的午夜创建了这个作业。但是,我不知道发生了什么以及如何将我的流数据恢复到我的原始数据集,"my_app_name_IOS"。谢谢大家的回答!!!

Firebase 最近安排了一次大型架构迁移 - 您之前的查询将不再有效。

(据我所知,这是通过电子邮件传达的)

有一个脚本可以帮助您将以前的数据集迁移到新架构:

https://support.google.com/analytics/answer/7029846?visit_id=1-636661955728880760-637850888&rd=1#migrationscript

(脚本不会帮助修改现有查询)

从我收到的电子邮件中:

Currently, the data from each app in a Firebase project are exported to a distinct BigQuery dataset in the corresponding BigQuery project. Going forward, the data from each app in a Firebase project will be exported to a single dataset in that BigQuery project. Additionally, the data in this new dataset will follow a new schema.