Materialise guest product payments as table

This commit is contained in:
uri 2025-05-16 20:11:04 +02:00
parent 5455bd2c01
commit fea129bcee

View file

@ -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") }}