diff --git a/models/intermediate/athena/int_athena__verifications_with_fees.sql b/models/intermediate/athena/int_athena__verifications_with_fees.sql index e770aaf..bcf06f3 100644 --- a/models/intermediate/athena/int_athena__verifications_with_fees.sql +++ b/models/intermediate/athena/int_athena__verifications_with_fees.sql @@ -15,6 +15,7 @@ with where v.version = 'V1' and v.id_booking is not null ) select + 1 as lol, v.id_verification, v.id_booking, v.verification_status,