Add dependencies from data freshness to calls and digital workflows

This commit is contained in:
Anna Saiapina 2024-07-24 11:29:49 +00:00 committed by GCP Dataform
parent c0c600c49d
commit 38dd34b87a
2 changed files with 2 additions and 0 deletions

View File

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

View File

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