Add condition to history report assertion

This commit is contained in:
Anna Saiapina 2024-08-27 09:59:47 +00:00 committed by GCP Dataform
parent c5d3ce4a94
commit 2dd13fdc97

View File

@ -6,6 +6,7 @@ config {
uniqueKey: ["SESSION_ID", "TIMESTAMP", "DNIS"],
nonNull: ["SESSION_ID", "TIMESTAMP", "DNIS", "AGENT_GROUP_ID", "SKILL_ID"],
rowConditions: [
'BOARD_PROPERTY_GROUP <> "ADD"',
'DISPOSITION_GROUP <> "NOT_MAPPED"',
'CAMPAIGN_GROUP <> "NOT_MAPPED"',
'DISPOSITION_ID <> 0',