From 0ee397021aae3c183be05f05281dba3bf8a216ba Mon Sep 17 00:00:00 2001 From: Marlene Hirose <92952117+Marlene-M-Hirose@users.noreply.github.com> Date: Thu, 14 Nov 2024 07:59:51 -0800 Subject: [PATCH] remove backtick (#6486) --- docs/cookbooks/creating_a_derived_dataset.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cookbooks/creating_a_derived_dataset.md b/docs/cookbooks/creating_a_derived_dataset.md index f50db9e81b..dea1b428dd 100644 --- a/docs/cookbooks/creating_a_derived_dataset.md +++ b/docs/cookbooks/creating_a_derived_dataset.md @@ -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 .` +./bqetl query schema update .
``` 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 ..
--start_date= --end_date= --shredder_mitigation - ``` + ``` 2. Fill out the missing details: - Watchers: Mozilla Emails for users that should be notified via Slack about backfill progress.