Skip to content

Commit

Permalink
Merge pull request #42 from cymed/create_additional_ws_views
Browse files Browse the repository at this point in the history
Create vw_tww_additional_wastewater_structure.
  • Loading branch information
ponceta authored Jul 15, 2024
2 parents cb2858e + a6f61ce commit 11675f7
Show file tree
Hide file tree
Showing 5 changed files with 816 additions and 15 deletions.
2 changes: 2 additions & 0 deletions datamodel/app/create_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import psycopg2 as psycopg

from pirogue import MultipleInheritance, SimpleJoins, SingleInheritance
from view.vw_tww_additional_ws import vw_tww_additional_ws
from view.vw_tww_reach import vw_tww_reach
from view.vw_tww_wastewater_structure import vw_tww_wastewater_structure
from yaml import safe_load
Expand Down Expand Up @@ -143,6 +144,7 @@ def create_app(
srid, pg_service=pg_service, extra_definition=tww_wastewater_structure_extra
)
vw_tww_reach(pg_service=pg_service, extra_definition=tww_reach_extra)
vw_tww_additional_ws(srid, pg_service=pg_service)

run_sql_file("view/vw_file.sql", pg_service, variables)

Expand Down
Loading

0 comments on commit 11675f7

Please sign in to comment.