From da039b91b2f3340ba27048af9b0f27004e1378b7 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 24 Mar 2026 15:55:17 +0000 Subject: [PATCH] hubspot etl for organisation complete --- etl/hubspot/hubspotClient.py | 1 + etl/hubspot/scripts/onboarding/new_organisation.py | 1 + 2 files changed, 2 insertions(+) diff --git a/etl/hubspot/hubspotClient.py b/etl/hubspot/hubspotClient.py index c87ea872..6fd11bed 100644 --- a/etl/hubspot/hubspotClient.py +++ b/etl/hubspot/hubspotClient.py @@ -43,6 +43,7 @@ class Companies(Enum): HOMEGROUP = "94946071794" APPLE = "184769046716" THE_GUINESS_PARTNERSHIP = "86970043613" + CALICO_HOMES = "86975437046" class DealStage(Enum): diff --git a/etl/hubspot/scripts/onboarding/new_organisation.py b/etl/hubspot/scripts/onboarding/new_organisation.py index 5a11266f..f2ff8bda 100644 --- a/etl/hubspot/scripts/onboarding/new_organisation.py +++ b/etl/hubspot/scripts/onboarding/new_organisation.py @@ -7,6 +7,7 @@ dbRead = HubspotDataToDb() companies_to_add_or_ensure_it_exists = [ Companies.THE_GUINESS_PARTNERSHIP, Companies.SOUTHERN_HOUSING_GROUP, + Companies.CALICO_HOMES, ] for company in companies_to_add_or_ensure_it_exists: