This commit is contained in:
Marlene Hirose 2024-11-14 07:59:51 -08:00 коммит произвёл GitHub
Родитель 11a9fc0ecc
Коммит 0ee397021a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -161,7 +161,7 @@ Use bqetl to set up the schema that will be used to create the table.
Review the schema.YAML generated as an output of the following command, and make sure all data types are set correctly and according to the data expected from the query.
```bash
./bqetl query schema update <dataset>.<table>`
./bqetl query schema update <dataset>.<table>
```
For our example:
@ -269,10 +269,10 @@ For our example:
```
- 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.