From 71fa148d686875bd998d0114933b6c2648a1cb57 Mon Sep 17 00:00:00 2001 From: Gautier Morel Date: Mon, 16 Apr 2018 12:13:03 +0200 Subject: [PATCH] chore(installations.json): add customer_user_id string type in schema --- tap_appsflyer/schemas/raw_data/installations.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tap_appsflyer/schemas/raw_data/installations.json b/tap_appsflyer/schemas/raw_data/installations.json index 19641be..97f61d3 100644 --- a/tap_appsflyer/schemas/raw_data/installations.json +++ b/tap_appsflyer/schemas/raw_data/installations.json @@ -344,7 +344,8 @@ "customer_user_id": { "type": [ "null", - "integer" + "integer", + "string" ] }, "imei": {