Avoid errors from Analytics::DateFiller
What does this MR do and why?
The Analytics::DateFiller utility fills missing gaps for time series data (for example where data was not available for a data point, it set 0). The old behavior skipped invalid data (data which shouldn't be in the specified range) and raised an error.
We got notified by a customer that they receive an error which we couldn't reproduce (it could be a time-zone related issue). As a quick fix, we remove the raise from the DateFiller so now it will ignore invalid data.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #474576 (closed)