From eb59a35b4251db37b54993f75003f32f4a287064 Mon Sep 17 00:00:00 2001 From: Jon Wihl Date: Mon, 15 Jul 2024 12:33:53 -0400 Subject: [PATCH 1/2] Bad JSON schema fix --- .../streams/cohort_members.patch.json | 46 ++++++++++++++----- .../source-mixpanel/streams/engage.patch.json | 30 +++++++----- 2 files changed, 54 insertions(+), 22 deletions(-) diff --git a/airbyte-integrations/connectors/source-mixpanel/streams/cohort_members.patch.json b/airbyte-integrations/connectors/source-mixpanel/streams/cohort_members.patch.json index 5d1339e45255..1c0298990f69 100644 --- a/airbyte-integrations/connectors/source-mixpanel/streams/cohort_members.patch.json +++ b/airbyte-integrations/connectors/source-mixpanel/streams/cohort_members.patch.json @@ -1,20 +1,44 @@ { - "properties": { - "Company": { - "items": {}, - "required": null, - "type": [ - "null", - "array" - ] - }, - "Companies": { + "properties": { + "Company": { "items": {}, "required": null, "type": [ "null", "array" ] - } + }, + "Companies": { + "items": {}, + "required": null, + "type": [ + "null", + "array" + ] + }, + "Guides": { + "items": {}, + "required": null, + "type": [ + "null", + "array" + ] + }, + "Product Types": { + "items": {}, + "required": null, + "type": [ + "null", + "array" + ] + }, + "transctions": { + "items": {}, + "required": null, + "type": [ + "null", + "array" + ] } + } } \ No newline at end of file diff --git a/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json b/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json index 5d1339e45255..f5fe99da05fc 100644 --- a/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json +++ b/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json @@ -1,20 +1,28 @@ { - "properties": { - "Company": { - "items": {}, - "required": null, - "type": [ - "null", - "array" - ] - }, - "Companies": { + "properties": { + "Company": { "items": {}, "required": null, "type": [ "null", "array" ] - } + }, + "Companies": { + "items": {}, + "required": null, + "type": [ + "null", + "array" + ] + }, + "Guides": { + "items": {}, + "required": null, + "type": [ + "null", + "array" + ] } + } } \ No newline at end of file From c55b3313e460a78436336a9473281edbec6e1db3 Mon Sep 17 00:00:00 2001 From: Jon Wihl Date: Mon, 15 Jul 2024 14:25:15 -0400 Subject: [PATCH 2/2] Small fixes to the schema --- .../source-mixpanel/streams/cohort_members.patch.json | 2 +- .../connectors/source-mixpanel/streams/engage.patch.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-mixpanel/streams/cohort_members.patch.json b/airbyte-integrations/connectors/source-mixpanel/streams/cohort_members.patch.json index 1c0298990f69..993d196dc66a 100644 --- a/airbyte-integrations/connectors/source-mixpanel/streams/cohort_members.patch.json +++ b/airbyte-integrations/connectors/source-mixpanel/streams/cohort_members.patch.json @@ -32,7 +32,7 @@ "array" ] }, - "transctions": { + "transactions": { "items": {}, "required": null, "type": [ diff --git a/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json b/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json index f5fe99da05fc..4b386d038e90 100644 --- a/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json +++ b/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json @@ -23,6 +23,14 @@ "null", "array" ] + }, + "Product Type": { + "items": {}, + "required": null, + "type": [ + "null", + "array" + ] } } } \ No newline at end of file