Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit 92b6f01

Browse files
author
dames
committed
Project structure cleanup + fixing bugs around importing csv
1 parent 6abd0d5 commit 92b6f01

13 files changed

+14
-632
lines changed

full_refresh_from_csv.cmd

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

rdl.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from lib.RelationalDataLoader import RelationalDataLoader
2+
3+
if __name__ == "__main__":
4+
RelationalDataLoader().main()

relational_data_loader_project/BatchDataLoader.py

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

relational_data_loader_project/DataLoadManager.py

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

relational_data_loader_project/DataLoadTracker.py

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

relational_data_loader_project/DestinationTableManager.py

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

0 commit comments

Comments
 (0)