Open nathankoerschner opened 2 years ago
Refactor ETL to store last parsed timestamp, then on future parses only look over data from that timestamp onwards.
Addressed in this commit, but needs to be tested.
Note that this assumes the inclusion of TIMESTAMP=0 in the programs .env file
TIMESTAMP=0
.env
@clemp this issue is ready for review.
Refactor ETL to store last parsed timestamp, then on future parses only look over data from that timestamp onwards.