Hi Guys,
I believe there are several days of missing historic data from the Impala table:
state_vectors_data4. I.e. no data loaded since the Saturday, 22 January 2022 10:00:00
GMT+00:00
. Has this already been reported?
Thanks
Richard.
PROOF.
select count(*), hour
FROM state_vectors_data4
where hour between 1642684695 and 1643155200.0
group by hour order by hour desc;