From c6a06b49e997b8094bc0aef9a111dcc0fd7a953f Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 30 May 2025 15:50:30 +0200 Subject: [PATCH] mention double logic in docs --- models/intermediate/core/schema.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/models/intermediate/core/schema.yml b/models/intermediate/core/schema.yml index 6195d9d..bc62a82 100644 --- a/models/intermediate/core/schema.yml +++ b/models/intermediate/core/schema.yml @@ -310,8 +310,14 @@ models: a first level of filtering. - name: int_core__vr_check_in_cover - description: "This tables holds information on verification requests - with Ckeck-in Hero available for the guests." + description: | + This tables holds information on verification requests with Ckeck-in Hero + available for the guests. + + The query has logic paths that cover both the Guest Products data model, + which started on June 2025, and the previous "CIH is a verification step" + model. + columns: - name: id_verification_request data_type: bigint