addressed comments
This commit is contained in:
parent
cbb93982d0
commit
11eecfec99
2 changed files with 1 additions and 3 deletions
|
|
@ -43,4 +43,4 @@ inner join
|
||||||
stg_core__apim_user_type aut
|
stg_core__apim_user_type aut
|
||||||
on au.id_apim_user_type = aut.id_apim_user_type
|
on au.id_apim_user_type = aut.id_apim_user_type
|
||||||
and upper(aut.user_type_name) = '{{ api_name }}'
|
and upper(aut.user_type_name) = '{{ api_name }}'
|
||||||
inner join stg_core__user u on u.id_user = au.id_apim_user
|
left join stg_core__user u on u.id_user = au.id_apim_user
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
{% set api_name = "CHECKINHEROAPI" %}
|
|
||||||
|
|
||||||
with
|
with
|
||||||
int_check_in_hero__checkins as (
|
int_check_in_hero__checkins as (
|
||||||
select * from {{ ref("int_check_in_hero__checkins") }}
|
select * from {{ ref("int_check_in_hero__checkins") }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue