diff --git a/models/staging/resolutions/schema.yml b/models/staging/resolutions/schema.yml index 36edff6..d9eb962 100644 --- a/models/staging/resolutions/schema.yml +++ b/models/staging/resolutions/schema.yml @@ -96,6 +96,7 @@ models: - relationships: to: ref('stg_core__user') field: id_user + where: "document_version <> 'OldClaimToIncidentModel'" - name: host_user_claim_logs data_type: text @@ -149,6 +150,7 @@ models: - relationships: to: ref('stg_core__user') field: id_user + where: "document_version <> 'OldClaimToIncidentModel'" - name: guest_email data_type: text @@ -240,6 +242,7 @@ models: - relationships: to: ref('stg_core__accommodation') field: id_accommodation + where: "document_version <> 'OldClaimToIncidentModel'" - name: accommodation_url data_type: text @@ -307,6 +310,7 @@ models: - relationships: to: ref('stg_core__booking') field: id_booking + where: "document_version <> 'OldClaimToIncidentModel'" - name: booking_status data_type: text