+1
This commit is contained in:
parent
b7ff0c78da
commit
e57c5346e6
@ -5,8 +5,10 @@ config {
|
||||
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
|
||||
join ${ref("stg_MAPPING_DISPOSITION_ID_GROUP")} di
|
||||
on d.DISPOSITION_ID = di.DISPOSITION_ID
|
||||
|
||||
Loading…
Reference in New Issue
Block a user