We have integrated firebase analytics into our application. we are using big query database to extract the events data.our table name looks like <app-name>-78260:analytics_226636452.events_intraday_20210408.
Currently we are only able to query the events data till 8-April-2021 but if we try to query the events using 9-April-2021 or higher date it is giving following error.Error-message:Error running query
Not found: Table <app-name>-78260:analytics_226636452.events_intraday_20210418 was not found in location US. We are not sure what went wrong, we can see that in firebase analytics console everyday but its not getting updated in big query. Could you please help us to resolve the issue.