comment a bit more

This commit is contained in:
Pablo Martin 2024-09-09 12:31:34 +02:00
parent c22a840084
commit afaceefe88

View file

@ -8,6 +8,11 @@ This model provides Month-To-Date (MTD) based on Booking metrics.
with
/*
These are the original, raw CTEs for the upstream models used in this model.
They were inlined because they were acting as an optimization fence.
We will keep them here for a bit as a reference, but we probably want to
delete this at some point.
int_core__bookings as (select * from {{ ref("int_core__bookings") }}),
int_core__user_host as (select * from {{ ref("int_core__user_host") }}),
int_core__mtd_accommodation_segmentation as (