From 22813b172db30cf79f6abad78642178c84a2d056 Mon Sep 17 00:00:00 2001 From: Jonathan Wihl Date: Mon, 15 Jul 2024 17:41:10 -0400 Subject: [PATCH] MixPanel: updating transactions field for Engage stream (#311) * Fixed typo in Engage stream * Fixing Engage stream --- .../connectors/source-mixpanel/streams/engage.patch.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json b/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json index 0c37b23dc740..993d196dc66a 100644 --- a/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json +++ b/airbyte-integrations/connectors/source-mixpanel/streams/engage.patch.json @@ -31,6 +31,14 @@ "null", "array" ] + }, + "transactions": { + "items": {}, + "required": null, + "type": [ + "null", + "array" + ] } } } \ No newline at end of file