From d79feebaa57fe65f3fde6eda7a185255ab90d22f Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 7 Mar 2023 15:27:33 -0500 Subject: [PATCH] dont load anything to staged forecast that has "actuals" in it --- build/convert_pool_all.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/convert_pool_all.sql b/build/convert_pool_all.sql index 53fa6af..ca37d53 100644 --- a/build/convert_pool_all.sql +++ b/build/convert_pool_all.sql @@ -127,7 +127,7 @@ SELECT FROM rlarp.osm_pool WHERE - version <> 'actuals'; + substring(iter,1,7) <> 'actuals'; -------need to set item master values before other things----------- UPDATE