remove explicit version reference, rely on latest
This commit is contained in:
parent
da3070949a
commit
0312a1ccd8
7 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
with
|
||||
int_core__verification_payments as (
|
||||
select * from {{ ref("int_core__verification_payments", version=1) }}
|
||||
select * from {{ ref("int_core__verification_payments") }}
|
||||
)
|
||||
select
|
||||
vp.id_verification_to_payment as id_verification_to_payment,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue