From be318a015ed34a5f5190810db177a8e80b816f8d Mon Sep 17 00:00:00 2001 From: Gautier Morel Date: Fri, 30 Mar 2018 22:00:10 +0200 Subject: [PATCH 1/3] chore(in_app_events.json): replace customer_user_id to accept string io integer --- tap_appsflyer/schemas/raw_data/in_app_events.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_appsflyer/schemas/raw_data/in_app_events.json b/tap_appsflyer/schemas/raw_data/in_app_events.json index 19641be..56c965b 100644 --- a/tap_appsflyer/schemas/raw_data/in_app_events.json +++ b/tap_appsflyer/schemas/raw_data/in_app_events.json @@ -344,7 +344,7 @@ "customer_user_id": { "type": [ "null", - "integer" + "string" ] }, "imei": { From 7dd265645ca376444b43acbb3a98f077040b2a35 Mon Sep 17 00:00:00 2001 From: Gautier Morel Date: Mon, 2 Apr 2018 23:46:30 +0200 Subject: [PATCH 2/3] chore(in_app_events.json): allow null & integer & string types for customer_user_id --- tap_appsflyer/schemas/raw_data/in_app_events.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tap_appsflyer/schemas/raw_data/in_app_events.json b/tap_appsflyer/schemas/raw_data/in_app_events.json index 56c965b..cc7fd7b 100644 --- a/tap_appsflyer/schemas/raw_data/in_app_events.json +++ b/tap_appsflyer/schemas/raw_data/in_app_events.json @@ -343,7 +343,8 @@ }, "customer_user_id": { "type": [ - "null", + "null", + "integer", "string" ] }, From f177d08b73485093aa161881d9e8ef5f521481fa Mon Sep 17 00:00:00 2001 From: Gautier Morel Date: Mon, 2 Apr 2018 23:49:36 +0200 Subject: [PATCH 3/3] fix(in_app_events.json): edit wrong indent --- tap_appsflyer/schemas/raw_data/in_app_events.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tap_appsflyer/schemas/raw_data/in_app_events.json b/tap_appsflyer/schemas/raw_data/in_app_events.json index cc7fd7b..eb2d279 100644 --- a/tap_appsflyer/schemas/raw_data/in_app_events.json +++ b/tap_appsflyer/schemas/raw_data/in_app_events.json @@ -343,8 +343,8 @@ }, "customer_user_id": { "type": [ - "null", - "integer", + "null", + "integer", "string" ] }, @@ -494,4 +494,4 @@ ] } } -} +} \ No newline at end of file