dont load anything to staged forecast that has "actuals" in it

This commit is contained in:
Paul Trowbridge 2023-03-07 15:27:33 -05:00
parent 0ae9f604c1
commit d79feebaa5
1 changed files with 1 additions and 1 deletions

View File

@ -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