Skip to content

Commit

Permalink
Merge pull request #1368 from uktrade/code-change-s3-ingestion-add-wr…
Browse files Browse the repository at this point in the history
…ite-option

delete temp tables on save
  • Loading branch information
davidu1975 authored Dec 14, 2024
2 parents ebebfb6 + c348a12 commit fc83d0c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,7 @@ def batches(_):

ingest_data(engine, metadata, on_before_visible, batches)

if save_data:
self.delete_temp_tables(TEMP_TABLES)

return data

0 comments on commit fc83d0c

Please sign in to comment.