Add server timestamps exclude
This commit is contained in:
parent
217dfad22d
commit
94a1124b16
@ -51,4 +51,7 @@ select AGENT_ID,
|
||||
READY_TIME,
|
||||
VM_IN_PROGRESS_TIME
|
||||
from agent_status_deduplicated
|
||||
where row_number = 1
|
||||
where row_number = 1
|
||||
and EXTRACT(
|
||||
TIME
|
||||
FROM TIMESTAMP) not in ('01:30:00', '07:30:00', '13:30:00', '19:30:00')
|
||||
Loading…
Reference in New Issue
Block a user