Closed dunkgray closed 4 years ago
The logging is good for knowing what is processed and why some things aren't processed.
I didn't look into why metadata creation is skipped based on dates, so this could have some issues;
# Note if the difference is more than 7 days it will still skip start_date = start_date - timedelta(7)
The logging is good for knowing what is processed and why some things aren't processed.
I didn't look into why metadata creation is skipped based on dates, so this could have some issues;
This is to avoid skipping due to Dataset creation time being older than start date