Skip to content

Commit

Permalink
Remove dropped_tables_filename
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed May 14, 2024
1 parent cdd613b commit 20e6890
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/common/storages/load_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ class PackageStorage:
LOAD_PACKAGE_STATE_FILE_NAME = ( # internal state of the load package, will not be synced to the destination
"load_package_state.json"
)
DROPPED_TABLES_FILE_NAME = "dropped_tables.json"

def __init__(self, storage: FileStorage, initial_state: TLoadPackageStatus) -> None:
"""Creates storage that manages load packages with root at `storage` and initial package state `initial_state`"""
Expand Down

0 comments on commit 20e6890

Please sign in to comment.