diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-28 13:37:57 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2025-07-28 13:37:57 +0100 |
| commit | 3d15bd651ce82ad37f8fcb6fc2fbaa8b1c839242 (patch) | |
| tree | 2e2e04b83ff0abb9572a23709886d36f0bc31cac /requirements/catalogue/req-037.md | |
| parent | 2361adeb0ca77904138e3466d51c2f44cf6df613 (diff) | |
dprint fmt
Diffstat (limited to 'requirements/catalogue/req-037.md')
| -rw-r--r-- | requirements/catalogue/req-037.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements/catalogue/req-037.md b/requirements/catalogue/req-037.md index 305f09e..37cdc45 100644 --- a/requirements/catalogue/req-037.md +++ b/requirements/catalogue/req-037.md @@ -15,8 +15,8 @@ Inputs: 1. Let `prev_drip` be a drip `d` with a most recent value for the property `date` such that `d.bucket_id = bucket.id` -2. For each calendar date `d` in the range `(prev_drip.date, today]`, let - `pipe` be the result of `get_current_pipe_for_bucket_on_date(bucket, d)` as +2. For each calendar date `d` in the range `(prev_drip.date, today]`, let `pipe` + be the result of `get_current_pipe_for_bucket_on_date(bucket, d)` as described in req-117, and insert a new drip with these properties: - `bucket_id`: `pipe.bucket_id` - `pipe_id`: `pipe.id` |
