Skip to content

Commit

Permalink
Add hei summaries and extended summar jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic committed Sep 7, 2023
1 parent c35b047 commit 3d4b3e8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion conf/sync-jobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@
"priority": 8,
"isEnabled": true,
"children": []
},
{
"name": "Update HEI Summary",
"procedure": "CALL generate_flat_hei_summary_v1_0('sync',12,25, 1);",
"priority": 9,
"isEnabled": true,
"children": []
}
],
"night": [
Expand Down Expand Up @@ -211,6 +218,13 @@
"isEnabled": true,
"children": []
},
{
"name": "Update HEI Monthly Dataset",
"procedure": "CALL etl.generate_hei_monthly_report_dataset_v1_0('sync',1,100000,100,'2013-01-01');",
"priority": 15,
"isEnabled": true,
"children": []
},
{
"name": "Update Surge weekly report",
"procedure": "CALL etl.generate_surge_weekly_report_dataset_v1('sync',10,15000,100,true);",
Expand Down Expand Up @@ -297,4 +311,4 @@
}
]
}
}
}

0 comments on commit 3d4b3e8

Please sign in to comment.