Hello,
I have managed to import Google play data using Data transfer service to Bigquery.
i noticed that from Google play there are reports from various years 2022,2021 etc but when i checked the tables in Bigquery there are data only from 2023.
Is there any way to verify that all reports have been imported to BigQuery?
Thanks
Solved! Go to Solution.
To ensure that all reports from Google Play have been successfully imported into BigQuery, follow these steps:
Check Transfer Logs:
Review BigQuery Tables:
SELECT MIN(date_column), MAX(date_column) FROM your_table;
to confirm that all expected years are present.Inspect Transfer Configuration:
Utilize BigQuery Audit Logs:
Additional Tips:
To ensure that all reports from Google Play have been successfully imported into BigQuery, follow these steps:
Check Transfer Logs:
Review BigQuery Tables:
SELECT MIN(date_column), MAX(date_column) FROM your_table;
to confirm that all expected years are present.Inspect Transfer Configuration:
Utilize BigQuery Audit Logs:
Additional Tips: