mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
hubspot etl for organisation complete
This commit is contained in:
parent
29ab9ecfd7
commit
da039b91b2
2 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ class Companies(Enum):
|
||||||
HOMEGROUP = "94946071794"
|
HOMEGROUP = "94946071794"
|
||||||
APPLE = "184769046716"
|
APPLE = "184769046716"
|
||||||
THE_GUINESS_PARTNERSHIP = "86970043613"
|
THE_GUINESS_PARTNERSHIP = "86970043613"
|
||||||
|
CALICO_HOMES = "86975437046"
|
||||||
|
|
||||||
|
|
||||||
class DealStage(Enum):
|
class DealStage(Enum):
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ dbRead = HubspotDataToDb()
|
||||||
companies_to_add_or_ensure_it_exists = [
|
companies_to_add_or_ensure_it_exists = [
|
||||||
Companies.THE_GUINESS_PARTNERSHIP,
|
Companies.THE_GUINESS_PARTNERSHIP,
|
||||||
Companies.SOUTHERN_HOUSING_GROUP,
|
Companies.SOUTHERN_HOUSING_GROUP,
|
||||||
|
Companies.CALICO_HOMES,
|
||||||
]
|
]
|
||||||
|
|
||||||
for company in companies_to_add_or_ensure_it_exists:
|
for company in companies_to_add_or_ensure_it_exists:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue