From e750e288c562f038b14c3e1fb814cf4ca48b0e4c Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 3 Sep 2024 18:19:17 +0200 Subject: [PATCH] fix typo in schema --- models/staging/edeposit/schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/staging/edeposit/schema.yml b/models/staging/edeposit/schema.yml index 39501ac..240f4fb 100644 --- a/models/staging/edeposit/schema.yml +++ b/models/staging/edeposit/schema.yml @@ -20,7 +20,7 @@ models: - not_null: where: created_at_utc > '2024-04-01T00:00:00Z' and verification_status != 'InsufficientInformation' - - name: id_user + - name: id_user_partner data_type: text description: "" tests: