Details
-
Type: New Feature
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Data Summarization
-
Labels:None
-
Environment:
dc1bos
Description
it would make monitoring and rerunning MUCH easier if whenever highgran data was run, lowgran was automatically taken care of by the system. Lowgran is a step that I am concerned could be easily forgotten (which would impact weekly/monthly reports and charts). It would save time and reduce the chances of data being inaccurate to have this automated, especially once we outsource system monitoring.
The logic for this could be put in Warehouse Summarizer.
Example: Running this command triggers sesumm and whsumm --highgran for account 774 and date 2011-06-29
/usr/local/tsa/bidmgr/googlemcc.sh -d3 -U 2721 --date '2011-06-29'
But then we have to run this command manually after it is finished.
/usr/local/tsa/bidmgr/whsumm.sh -d3 -a 774 --lowgran --date 2011-06-29