Add mapping MAPPING_CSC_AGENT in stg

This commit is contained in:
Anna Saiapina 2024-11-19 15:36:43 +00:00 committed by GCP Dataform
parent 403a5ba8d3
commit be5195ab58

View File

@ -0,0 +1,10 @@
config {
type: "table",
schema: "pphe_five9_stg",
tags: ["daily"],
description: "Daily load of MAPPING_CSC_AGENT table from raw"
}
select
*
from ${ref("MAPPING_CSC_AGENT")}