remove explicit version reference, rely on latest

This commit is contained in:
Pablo Martin 2024-09-12 15:00:58 +02:00
parent da3070949a
commit 0312a1ccd8
7 changed files with 7 additions and 7 deletions

View file

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