问题
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