push upstream the filter
This commit is contained in:
parent
67dcc8b237
commit
d16647ac72
4 changed files with 2 additions and 2 deletions
|
|
@ -43,4 +43,3 @@ select
|
||||||
created_at_utc,
|
created_at_utc,
|
||||||
created_date_utc
|
created_date_utc
|
||||||
from stg_athena__verifications
|
from stg_athena__verifications
|
||||||
where version = 'V1'
|
|
||||||
|
|
|
||||||
|
|
@ -46,4 +46,3 @@ select
|
||||||
created_at_utc,
|
created_at_utc,
|
||||||
created_date_utc
|
created_date_utc
|
||||||
from stg_edeposit__verifications
|
from stg_edeposit__verifications
|
||||||
where version = 'V2'
|
|
||||||
|
|
|
||||||
|
|
@ -86,3 +86,4 @@ with
|
||||||
)
|
)
|
||||||
select *
|
select *
|
||||||
from stg_athena__verifications
|
from stg_athena__verifications
|
||||||
|
where version = 'V1'
|
||||||
|
|
|
||||||
|
|
@ -86,3 +86,4 @@ with
|
||||||
)
|
)
|
||||||
select *
|
select *
|
||||||
from stg_edeposit__verifications
|
from stg_edeposit__verifications
|
||||||
|
where version = 'V1'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue