Reference to the shredder mitigation process during backfills. (#6233)

* Reference to the shredder mitigation process during backfills.

* missing dash
This commit is contained in:
Lucia 2024-09-20 15:57:19 +02:00 коммит произвёл GitHub
Родитель 61f920cd3e
Коммит 8096006532
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -268,6 +268,12 @@ For our example:
bqetl backfill create <project>.<dataset>.<table> --start_date=<YYYY-MM-DD> --end_date=<YYYY-MM-DD>
```
- If the backfill requires [shredder_mitigation](https://docs.telemetry.mozilla.org/cookbooks/data_modeling/shredder_mitigation) to maintain metrics stable, use the `--shredder_mitigation` parameter in the backfill command:
```bash
bqetl backfill create <project>.<dataset>.<table> --start_date=<YYYY-MM-DD> --end_date=<YYYY-MM-DD> --shredder_mitigation
```
2. Fill out the missing details:
- Watchers: Mozilla Emails for users that should be notified via Slack about backfill progress.
- Reason: Why are you backfilling this table?