This commit is contained in:
Anna Saiapina 2024-02-26 16:04:19 +00:00 committed by GCP Dataform
parent b7ff0c78da
commit e57c5346e6

View File

@ -5,8 +5,10 @@ config {
description: "All fields that are connected to the DISPOSITION" description: "All fields that are connected to the DISPOSITION"
} }
select select d.DISPOSITION,
* d.DISPOSITION_ID,
di.DISPOSITION_GROUP_ID,
dg.DISPOSITION_GROUP
from ${ref("stg_MAPPING_DISPOSITION_ID")} d from ${ref("stg_MAPPING_DISPOSITION_ID")} d
join ${ref("stg_MAPPING_DISPOSITION_ID_GROUP")} di join ${ref("stg_MAPPING_DISPOSITION_ID_GROUP")} di
on d.DISPOSITION_ID = di.DISPOSITION_ID on d.DISPOSITION_ID = di.DISPOSITION_ID