在 Firebase 中反复集成 BigQuery returns 409

BigQuery integration in Firebase repeatedly returns 409

我设置了一个 Firebase 项目,该项目不断将其数据导出到 BigQuery(使用标准 UI 集成)- 每天自动创建一个新的 events_intraday_* table。

但是,Firebase 在白天一直尝试创建 table - 即使它已经创建 - 导致状态代码 409。

这可能是 role/permission 问题吗?我在 BQ 中的 Firebase 服务帐户只有标准 Editor 角色。

我联系了 Firebase 支持并得到以下回复:

This is actually a result of some checks to ensure that the dataset is fine and operational. I agree that this makes the activity logs noisy and hard to read though. We're looking into potential solutions to address this, but I don't have any specific details or timelines I can share at this time.

看来这是一个已知但无害的问题。