Skip to content

Commit

Permalink
[qwat] comment out views in SIA_405_Wasser to workaround ili2pg bug
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierdalang committed Apr 23, 2021
1 parent 9446f92 commit 4388f9f
Show file tree
Hide file tree
Showing 2 changed files with 2,071 additions and 1 deletion.
6 changes: 5 additions & 1 deletion qgepqwat2ili/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@

QWAT_SCHEMA = "qwat_od"
WASSER_SCHEMA = "pg2ili_wasser"
WASSER_ILI_MODEL = os.path.join(ILI_FOLDER, "SIA405_Wasser_2015_2_d-20181005.ili")
# Currently, ili2pg fails to export SIA405_Wasser_2015_2_d due to views
# TODO Once https://github.com/claeis/ili2db/issues/397#issuecomment-821342568 is fixed
# use the normal file instad
# WASSER_ILI_MODEL = os.path.join(ILI_FOLDER, "SIA405_Wasser_2015_2_d-20181005.ili")
WASSER_ILI_MODEL = os.path.join(ILI_FOLDER, "SIA405_Wasser_2015_2_d-20181005-WITHOUT_VIEWS.ili")
WASSER_ILI_MODEL_NAME = "SIA405_WASSER_2015_LV95"
Loading

0 comments on commit 4388f9f

Please sign in to comment.