addressed comments

This commit is contained in:
Joaquin Ossa 2024-12-11 16:13:34 +01:00
parent cbb93982d0
commit 11eecfec99
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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") }}