Skip to content

Commit

Permalink
fix: cleanup view lines_view after splitting complete
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 19, 2024
1 parent 81072d0 commit 077dd34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fmtm_splitter/splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ def json_str_to_dict(json_item: Union[str, dict]) -> dict:
# NOTE this must be done in a NEW session
with session() as temp_session:
drop_cmd = (
"DROP VIEW IF EXISTS lines_view;"
"DROP TABLE IF EXISTS buildings CASCADE; "
"DROP TABLE IF EXISTS clusteredbuildings CASCADE; "
"DROP TABLE IF EXISTS dumpedpoints CASCADE; "
Expand Down

0 comments on commit 077dd34

Please sign in to comment.