BigQuery integration in Firebase repeatedly returns 409

北慕城南 提交于 2020-07-22 06:00:07

问题


I have a Firebase project set up that continually exports its data to BigQuery (using the standard UI integration) - automatically creating a new events_intraday_* table each day.

However, Firebase keeps trying to create the table during the day - even though it's already been created - which results in status code 409.

Could this be a role/permission issue? My Firebase service account in BQ only has the standard Editor role.


回答1:


I contacted Firebase support and got the following response:

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.

So it appears that it is a known, but harmless, issue.



来源:https://stackoverflow.com/questions/59836143/bigquery-integration-in-firebase-repeatedly-returns-409

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!