From 482dc07c5b788c51f4e1bd629d8b252b55d9fcdc Mon Sep 17 00:00:00 2001 From: Anna Saiapina Date: Thu, 19 Sep 2024 14:21:44 +0000 Subject: [PATCH] Temporary removal of agent name not mapped condition --- definitions/staging/stg_agent_status_history_report.sqlx | 1 - 1 file changed, 1 deletion(-) diff --git a/definitions/staging/stg_agent_status_history_report.sqlx b/definitions/staging/stg_agent_status_history_report.sqlx index d2a1ff1..ab068fb 100644 --- a/definitions/staging/stg_agent_status_history_report.sqlx +++ b/definitions/staging/stg_agent_status_history_report.sqlx @@ -6,7 +6,6 @@ config { uniqueKey: ["AGENT_ID", "TIMESTAMP", "STATE"], nonNull: ["AGENT_ID", "TIMESTAMP", "STATE"], rowConditions: [ - 'AGENT_NAME <> "NOT_MAPPED"', 'STATE_GROUP <> "NOT_MAPPED"' ] },