This commit is contained in:
Ben Wu 2020-06-03 16:54:51 -04:00 коммит произвёл GitHub
Родитель 7dd30d6157
Коммит d870f332b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -2,12 +2,12 @@
This Play Store export is a job to schedule backfills of Play Store data to BigQuery via the BigQuery Data Transfer service.
The purpose of this job is to continuously backfill past days over time.
Past Play Store data has been found to still update over time
The purpose of this job is to continuously backfill past days over time.
Past Play Store data has been found to still update over time
(e.g. data from a day two weeks ago can still be updated)
so regular backfills of at least 30 days are required.
The BigQuery Play Store transfer job has a non-configurable refresh
window size of 7 days which is insufficient.
so regular backfills of at least 30 days are required.
The BigQuery Play Store transfer job has a non-configurable refresh
window size of 7 days which is insufficient.
See [Google Play transfers documentation](https://cloud.google.com/bigquery-transfer/docs/play-transfer) for more details.