From f2e1eddfe428e35df5cc8251b5d41e4bfc6e5afe Mon Sep 17 00:00:00 2001 From: Niels <77604434+nielsmai@users.noreply.github.com> Date: Thu, 1 Jun 2023 13:23:02 -0400 Subject: [PATCH] second commit for tiguidou to work --- tap_hubspot/streams.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tap_hubspot/streams.py b/tap_hubspot/streams.py index 96db20c..03bdcbc 100644 --- a/tap_hubspot/streams.py +++ b/tap_hubspot/streams.py @@ -156,6 +156,7 @@ def get_child_context(self, record: dict, context: Optional[dict]) -> dict: return {"archived": record["archived"], "contact_id": record["id"]} + class PropertiesStream(HubspotStream): """Define custom stream."""