comment a bit more
This commit is contained in:
parent
c22a840084
commit
afaceefe88
1 changed files with 5 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue