Skip to content

Commit

Permalink
filter overlow_char
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Jul 17, 2024
1 parent 7580bdc commit d5342ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qgepqwat2ili/qgepdss/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -2265,6 +2265,11 @@ def textpos_common(row, t_type, geojson_crs_def):

logger.info("Exporting QGEP.overflow_char -> ABWASSER.ueberlaufcharakteristik, ABWASSER.metaattribute")
query = qgep_session.query(QGEP.overflow_char)
# always export all overflow_char datasets
if filtered:
# add sql statement to logger
statement = query.statement
logger.info(f" always export all overflow_char datasets query = {statement}")
for row in query:

# AVAILABLE FIELDS IN QGEP.overflow_char
Expand Down

0 comments on commit d5342ce

Please sign in to comment.