Add server timestamps exclude

This commit is contained in:
Anna Saiapina 2024-11-18 15:07:55 +00:00 committed by GCP Dataform
parent 217dfad22d
commit 94a1124b16

View File

@ -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')