From d3bd78d34a95b2c647b481a2db5abc73cb160860 Mon Sep 17 00:00:00 2001 From: dyaffe Date: Sun, 10 Sep 2023 23:36:27 +0000 Subject: [PATCH] fixing hubspot schema --- .../source-hubspot/streams/engagements_emails.patch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-hubspot/streams/engagements_emails.patch.json b/airbyte-integrations/connectors/source-hubspot/streams/engagements_emails.patch.json index 54d8d8b05bcb..b867faac8a37 100644 --- a/airbyte-integrations/connectors/source-hubspot/streams/engagements_emails.patch.json +++ b/airbyte-integrations/connectors/source-hubspot/streams/engagements_emails.patch.json @@ -22,7 +22,8 @@ "null" ], "items": { - "type": "integer" + "type": ["integer", "string", "null"], + "format": "integer" } } }