Files Missing From BigQuery Historic Events Table - google-bigquery

We use the BigQuery Sandbox integration in Firebase to pull all of our app reporting. For one of our projects, it looks like a number of historic event tables are missing. I've checked the logs in GCP and it doesn't appear that anyone has deleted them.
Could someone offer assistance on what could cause this to happen and how to retrieve the missing files?
Thanks!

Related

How I can get data of preexisting database and show on the screen

i have little experience working with local databases in flutter. I have recently found huge amount of data in sql database from one apk file. Now I would like to use it on my own flutter, but i cannot get inner data. Could you show me how to do that. Thanks a lot beforehand. Any kind of help is appreaciated.

Is it possible to use BigQuery to find when people request a website?

I'm trying to figure out at what time people request content from a website (such as 'www.netflix.com'), do any of the avalible reports contain this data? If so how would I access it?
I've had a look around and can't see a table that has this data. Would anywhere else store it?
If you meant reports that available in BigQuery, I would suggest exploring BigQuery Public Datasets. At the moment I do not see any website access datasets but might still be useful for your reference.

How to generate email alerts based on data issues in Bigquery table

I would like to see if any abnormal data loading issues in Bigquery tables through alerts based on some rules, Any possibility to do that with cloud logging and alert policies ?
Your question is a bit unclear, are you looking for notifications about the table itself (load times / size etc) or what is in the table (the data)?
For what the table itself has already answered it here BigQuery - Scheduled Query Update Notification Email
If its what is in the table you are better off using python to automate this, there are plenty of tutorials about how to link BigQuery to Python and automate it and below is a similar query that should point you on the right track for automating an email from a condition
How to send email alert through python if a string is found in a csv file?.

Firebase Big Query: How can I see realtime data in BigQuery?

I have a Firebase application which is uploading events with parameters. I need to be able to view those events in order to debug some issues we're having in production. I can only see the tables which are generated nightly in BigQuery. I can find references online saying that BigQuery allows viewing real time data. What I can't find is any straightforward instructions on how to create those views.
Is it possible? If so, can someone give me instructions that even a complete newb could follow?
We have decided to use the BigQuery APIs for information we want to see immediately in the database.

Pull User Profile Info From TFS

I am trying to use API to pull user profile info from Microsoft TFS for work. What they have posted, how many hours they have logged, etc. I have little to no experience coding so right now any Any help will be most appreciated!
You should use the Data Warehouse and Cube to get the reports that you are looking for. There are many ways to manage the data; Reporting Services, Excel, or custom.
http://msdn.microsoft.com/en-us/library/ff647430.aspx