Skip to content

Commit 35fda93

Browse files
authored
Merge pull request #1219: Move contents of new_etl to parent directory, replacing the old ETL implementation
Move contents of `new_etl` to parent directory, replacing the old ETL implementation
2 parents c2fa5f7 + 8459c41 commit 35fda93

File tree

94 files changed

+1244
-4233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1244
-4233
lines changed

data/src/classes/backup_archive_database.py

Lines changed: 0 additions & 144 deletions
This file was deleted.

data/src/new_etl/classes/data_diff.py renamed to data/src/classes/data_diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import re
44

5-
from src.new_etl.classes.file_manager import FileManager, FileType, LoadType
5+
from src.classes.file_manager import FileManager, FileType, LoadType
66

77
file_manager = FileManager()
88

0 commit comments

Comments
 (0)