Skip to content

Commit a2e861e

Browse files
author
IlkaCu
authored
include versioning of supply.ego_aggr_weather
1 parent c998aeb commit a2e861e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

dataprocessing/sql_snippets/ego_dp_versioning.sql

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,3 +594,13 @@ INSERT INTO supply.ego_power_class
594594

595595
-- scenario log (project,version,io,schema_name,table_name,script_name,comment)
596596
SELECT scenario_log('eGo_DP','v0.4.2','result','supply','ego_power_class','ego_dp_versioning.sql','versioning');
597+
598+
-- subset of generator single to match aggr_id and w_id
599+
INSERT INTO supply.ego_aggr_weather
600+
SELECT 'v0.4.2',
601+
*
602+
FROM model_draft.ego_supply_aggr_weather;
603+
604+
-- scenario log (project,version,io,schema_name,table_name,script_name,comment)
605+
SELECT scenario_log('eGo_DP','v0.4.2','result','supply','ego_aggr_weather','ego_dp_versioning.sql','versioning');
606+

0 commit comments

Comments
 (0)