Skip to content

Commit

Permalink
Remove load package state copying
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Apr 16, 2024
1 parent 52115c5 commit 7bbeeed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dlt/normalize/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,6 @@ def spool_files(
self.load_storage.new_packages.save_schema_updates(
load_id, merge_schema_updates(schema_updates)
)
# self.load_storage.new_packages.save_dropped_tables(
# load_id, self.normalize_storage.extracted_packages.load_dropped_tables(load_id)
# )
self.load_storage.new_packages.save_load_package_state(
load_id, self.normalize_storage.extracted_packages.get_load_package_state(load_id)
)
# files must be renamed and deleted together so do not attempt that when process is about to be terminated
signals.raise_if_signalled()
logger.info("Committing storage, do not kill this process")
Expand Down

0 comments on commit 7bbeeed

Please sign in to comment.