Mistake
This commit is contained in:
parent
341e5aefe5
commit
99691f0883
@ -10,7 +10,7 @@ select d.DISPOSITION,
|
||||
di.DISPOSITION_GROUP_ID,
|
||||
dg.DISPOSITION_GROUP
|
||||
from ${ref("stg_MAPPING_DISPOSITION_ID")} d
|
||||
join ${ref("stg_MAPPING_DISPOSITION_ID_GROUP")} di
|
||||
left join ${ref("stg_MAPPING_DISPOSITION_ID_GROUP")} di
|
||||
on d.DISPOSITION_ID = di.DISPOSITION_ID
|
||||
join ${ref("stg_MAPPING_DISPOSITION_GROUP_ID")} dg
|
||||
left join ${ref("stg_MAPPING_DISPOSITION_GROUP_ID")} dg
|
||||
on di.DISPOSITION_GROUP_ID = dg.DISPOSITION_GROUP_ID
|
||||
|
||||
Loading…
Reference in New Issue
Block a user