Skip to content

Commit 5aa7616

Browse files
author
IlkaCu
authored
include scenario_log
1 parent 28ae2f4 commit 5aa7616

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

dataprocessing/sql_snippets/ego_dp_data_check.sql

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ CREATE TABLE model_draft.ego_grid_pf_hv_data_check (
2222

2323
ALTER TABLE model_draft.ego_grid_pf_hv_data_check
2424
owner to oeuser;
25+
26+
-- metadata
27+
COMMENT ON TABLE model_draft.ego_grid_pf_hv_data_check IS '{
28+
"comment": "eGoDP - Temporary table",
29+
"version": "v0.4.2",
30+
"published": "none" }';
31+
32+
-- select description
33+
SELECT obj_description('model_draft.ego_demand_la_zensus' ::regclass) ::json;
2534

2635

2736
-------------------
@@ -651,3 +660,7 @@ INSERT INTO model_draft.ego_grid_pf_hv_data_check (version, scn_name, test, tabl
651660
-- Are generators and generator time series assigned to all electrical neighbours?
652661

653662
-- Are loads and load time series assigned to all electrical neighbours?
663+
664+
665+
-- scenario log (project,version,io,schema_name,table_name,script_name,comment)
666+
SELECT scenario_log('eGo_DP', 'v0.4.2','output','model_draft','ego_grid_pf_hv_data_check','ego_dp_data_check.sql',' ');

0 commit comments

Comments
 (0)