Update downsample.md

pull/1953/head
noramullen1 2020-12-04 09:48:04 -08:00
parent c0d057c30a
commit 542ed67f65
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Downsample data to reduce the overall disk usage as data collects over time. Thi
```
4. Add an **Output to Bucket** cell:
- Select the destination bucket for your downsampled data.
5. Add a **Markdown** cell to add a note to your team about what this notebook does. For example, the cell might say, "Downsample to one value per hour so we can do annual year-over-year performance."
5. Add a **Markdown** cell to add a note to your team about what this notebook does. For example, the cell might say, "Downsample to one value per hour so we can do annual year-over-year performance. Sending data to downsample bucket."
5. Click **Preview** in the upper left to verify that your notebook runs and preview the output.
6. Run your notebook:
- Click **Run** to run the notebook and write to the output bucket a single time.