Change first triggered script with the tags for calls and digital

This commit is contained in:
Anna Saiapina 2024-07-24 11:27:21 +00:00 committed by GCP Dataform
parent 6665749ed6
commit c0c600c49d
4 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,6 @@
config { type: "assertion" }
config {
type: "assertion",
tags: ["calls"] }
select * from(
select max(timestamp) max_timestamp

View File

@ -1,4 +1,6 @@
config { type: "assertion" }
config {
type: "assertion",
tags: ["digital"] }
select * from(
select max(timestamp) max_timestamp

View File

@ -6,7 +6,6 @@ config {
uniqueKey: ["SESSION_ID", "TIMESTAMP", "DNIS"],
nonNull: ["SESSION_ID", "TIMESTAMP"]
},
tags: ["calls"],
description: "All history data for calls"
}

View File

@ -6,7 +6,6 @@ config {
uniqueKey: ["SESSION_GUID"],
nonNull: ["SESSION_GUID"]
},
tags: ["digital"],
description: "All history data for digital"
}