Materialise guest product payments as table
This commit is contained in:
parent
5455bd2c01
commit
fea129bcee
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{% set check_in_cover_as_id_verification_payment = "5" %}
|
||||
{% set cut_off_date_check_in_cover_as_id_verification_payment = "'2025-06-08'" %}
|
||||
|
||||
{{ config(materialized="table") }}
|
||||
with
|
||||
stg_core__verification_to_payment as (
|
||||
select * from {{ ref("stg_core__verification_to_payment") }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue