hubspot etl for organisation complete

This commit is contained in:
Jun-te Kim 2026-03-24 15:55:17 +00:00
parent 29ab9ecfd7
commit da039b91b2
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ class Companies(Enum):
HOMEGROUP = "94946071794"
APPLE = "184769046716"
THE_GUINESS_PARTNERSHIP = "86970043613"
CALICO_HOMES = "86975437046"
class DealStage(Enum):

View file

@ -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: