push upstream the filter

This commit is contained in:
Pablo Martin 2024-10-04 18:01:36 +02:00
parent 67dcc8b237
commit d16647ac72
4 changed files with 2 additions and 2 deletions

View file

@ -43,4 +43,3 @@ select
created_at_utc,
created_date_utc
from stg_athena__verifications
where version = 'V1'

View file

@ -46,4 +46,3 @@ select
created_at_utc,
created_date_utc
from stg_edeposit__verifications
where version = 'V2'

View file

@ -86,3 +86,4 @@ with
)
select *
from stg_athena__verifications
where version = 'V1'

View file

@ -86,3 +86,4 @@ with
)
select *
from stg_edeposit__verifications
where version = 'V1'