Changes in Disposition table
This commit is contained in:
parent
aae3b89feb
commit
b7ff0c78da
@ -7,8 +7,8 @@ config {
|
|||||||
|
|
||||||
select
|
select
|
||||||
*
|
*
|
||||||
from ${ref("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
|
||||||
join ${ref("stg_MAPPING_DISPOSITION_GROUP_ID")} dg
|
join ${ref("stg_MAPPING_DISPOSITION_GROUP_ID")} dg
|
||||||
on d.DISPOSITION_GROUP_ID = dg.DISPOSITION_GROUP_ID
|
on di.DISPOSITION_GROUP_ID = dg.DISPOSITION_GROUP_ID
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user