This commit is contained in:
Anna Saiapina 2024-07-19 11:41:06 +00:00 committed by GCP Dataform
parent c6cfbc34d6
commit a60be65267

View File

@ -8,7 +8,7 @@ config {
select d.DISPOSITION,
d.DISPOSITION_ID,
di.DISPOSITION_GROUP_ID,
dg.DISPOSITION_GROUP
dg.DISPOSITION_GROUP
from ${ref("stg_MAPPING_DISPOSITION_ID")} d
left join ${ref("stg_MAPPING_DISPOSITION_ID_GROUP")} di
on d.DISPOSITION_ID = di.DISPOSITION_ID