dont load anything to staged forecast that has "actuals" in it
This commit is contained in:
parent
0ae9f604c1
commit
d79feebaa5
@ -127,7 +127,7 @@ SELECT
|
|||||||
FROM
|
FROM
|
||||||
rlarp.osm_pool
|
rlarp.osm_pool
|
||||||
WHERE
|
WHERE
|
||||||
version <> 'actuals';
|
substring(iter,1,7) <> 'actuals';
|
||||||
|
|
||||||
-------need to set item master values before other things-----------
|
-------need to set item master values before other things-----------
|
||||||
UPDATE
|
UPDATE
|
||||||
|
Loading…
Reference in New Issue
Block a user