From f8bf1518f9fdd111fcfcdd9e1fdcf6f3eae0d803 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 15 Jul 2021 16:53:48 -0400 Subject: [PATCH] exclude the 'actual' iteration from the output forecast since it only exists for the benefit of osm_pool review --- build/convert_pool_all.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/convert_pool_all.sql b/build/convert_pool_all.sql index 67370a8..8a96b92 100644 --- a/build/convert_pool_all.sql +++ b/build/convert_pool_all.sql @@ -113,7 +113,9 @@ SELECT iter, tag FROM - rlarp.osm_pool; + rlarp.osm_pool +WHERE + version <> 'actuals' -------need to set item master values before other things----------- UPDATE