Skip to content

Commit 9503b17

Browse files
author
IlkaCu
authored
Include versioning of ego_grid_pf_hv_data_check
1 parent d1d62c2 commit 9503b17

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

dataprocessing/sql_snippets/ego_dp_versioning.sql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,3 +604,11 @@ INSERT INTO supply.ego_aggr_weather
604604
-- scenario log (project,version,io,schema_name,table_name,script_name,comment)
605605
SELECT scenario_log('eGo_DP','v0.4.2','result','supply','ego_aggr_weather','ego_dp_versioning.sql','versioning');
606606

607+
-- pf data check
608+
609+
INSERT INTO grid.ego_pf_hv_data_check
610+
SELECT *
611+
FROM model_draft.ego_grid_pf_hv_data_check;
612+
613+
-- scenario log (project,version,io,schema_name,table_name,script_name,comment)
614+
SELECT scenario_log('eGo_DP','v0.4.2','result','grid','ego_pf_hv_data_check','ego_dp_versioning.sql','versioning');

0 commit comments

Comments
 (0)