Update ETL tool to include flag that allows "debug mode"
Opened this issue · 0 comments
burrowse commented
In the current transform tool, there isn't a way to test changes (i.e without dropping temporary tables or doing clean up) to allow for debugging.
An idea would be to allow for a debug mode that does not perform the clean up steps like the drop_tbl
script that are ran towards the end.