Commit graph

229 commits

Author SHA1 Message Date
Daniel Roth
545b93dc16 add hubspot_deal_id to db record. new file to trigger handler locally from address list file. switch lambda dockerfile to point to correct handler 2026-04-16 16:34:20 +00:00
Daniel Roth
155eab86e4 update Dimensions.xlsx with XML contents 2026-04-15 13:31:40 +00:00
Daniel Roth
fa3e276dc4 define new domain object 2026-04-13 16:18:17 +00:00
Daniel Roth
d4d9b03511
Merge pull request #964 from Hestia-Homes/feature/hubspot-trigger-orchestrator
Trigger PasHub to Ara Lambda from Hubspot to DB ETL
2026-04-10 11:03:12 +01:00
Daniel Roth
38305e558b
Merge pull request #962 from Hestia-Homes/feature/ecmk-to-ara
ECMK to Sharepoint, S3 and database
2026-04-10 11:02:31 +01:00
Khalim Conn-Kowlessar
2fb14858eb reduced freshness down to 14 days 2026-04-09 17:17:41 +01:00
Khalim Conn-Kowlessar
fbf23bc898 added env impact scores to db 2026-04-09 16:31:50 +01:00
Khalim Conn-Kowlessar
3380b6cbc8 hacky fix to pick up lmk key or epc cert # 2026-04-09 16:01:33 +01:00
Daniel Roth
bd891a7a85 address JTK review comments 2026-04-09 14:41:14 +00:00
Daniel Roth
36aaabb3cf diff checker for db load trigger 🟩 2026-04-09 11:19:33 +00:00
Daniel Roth
125527baa9 move HubspotDealData object to dedicated file 2026-04-09 10:46:52 +00:00
Jun-te Kim
d730a90246 added coordination comments 2026-04-08 14:47:31 +00:00
Daniel Roth
7cd4d4c5b3 bug fixes to get runner working 2026-04-08 07:42:00 +00:00
Daniel Roth
15f1fde16a skip file if already processed according to db 2026-04-07 14:34:33 +00:00
Daniel Roth
f4c7fa7aac Merge branch 'main' into feature/ecmk-to-ara 2026-04-02 11:16:39 +00:00
Jun-te Kim
acb44dc60a added dampandmouldandrepaircomments, more resilence on retries with hubspot api 2026-04-02 10:12:09 +00:00
Daniel Roth
f3ebe122f8 Merge branch 'main' into feature/ecmk-to-ara 2026-04-01 16:26:36 +00:00
Daniel Roth
231473ecba load files to s3 and update db 2026-04-01 16:24:00 +00:00
Jun-te Kim
cee4e40bb1 latest code 2026-04-01 12:10:28 +00:00
Jun-te Kim
ea84cf9fd4 added bulk 2026-03-31 15:51:43 +00:00
Jun-te Kim
bba88bc077 init db 2026-03-31 11:51:54 +00:00
Jun-te Kim
b9df10eb23 resolve conflict form dan and me 2026-03-31 09:46:01 +00:00
Daniel Roth
cdf87cceae
Merge pull request #928 from Hestia-Homes/feature/pashub-to-ara
Pashub to ara: save files to s3 and record in new database table
2026-03-31 09:26:10 +01:00
Jun-te Kim
da3b753b46 merge conflicts resovled and reviweed my code 2026-03-30 17:09:41 +00:00
Jun-te Kim
934e666357 added hubspot to add one deal with deal id 2026-03-30 14:41:38 +00:00
Daniel Roth
68ecbe1109 update db after loading file to s3 2026-03-27 09:49:18 +00:00
Daniel Roth
4ac7ed6f09 define sqlalchemy objects for new database tables / types 2026-03-26 15:38:19 +00:00
Khalim Conn-Kowlessar
e946b7254a updating database pushes for rebaselined properties 2026-03-25 22:16:30 +00:00
Jun-te Kim
a362e1dd99 added company information 2026-03-24 15:34:33 +00:00
Khalim Conn-Kowlessar
7e253d500c tidying up engine pipeline with rebaselining 2026-03-20 09:53:48 +00:00
Khalim Conn-Kowlessar
6e73d807a9 Merge branch 'main' of https://github.com/Hestia-Homes/Model into feature/ara-rebaselining
# Conflicts:
#	asset_list/app.py
2026-03-19 11:00:32 +00:00
Khalim Conn-Kowlessar
84d4263d9a removing data 2026-03-18 19:17:22 +00:00
Khalim Conn-Kowlessar
f45260706e fixed bug in epc record cleaning" 2026-03-18 18:16:57 +00:00
Jun-te Kim
f659718a7e resolved 2026-03-06 13:35:15 +00:00
Jun-te Kim
815ce01082 lambda code works locally 2026-03-06 12:51:08 +00:00
Khalim Conn-Kowlessar
6d3b6beadc Merge branch 'main' of https://github.com/Hestia-Homes/Model into feature/ara-rebaselining
# Conflicts:
#	asset_list/app.py
2026-03-06 09:55:24 +00:00
Daniel Roth
f5e4e68a22 remove unused imports 2026-03-05 12:03:23 +00:00
Daniel Roth
78ff040711 correct SQLModel typing 2026-03-05 11:58:39 +00:00
Daniel Roth
c0b2bf669c add source and source_id to Task object 2026-03-05 11:27:43 +00:00
KhalimCK
a6a113de88
Merge pull request #749 from Hestia-Homes/bug/plan-with-budget-more-expensive
Bug/plan with budget more expensive
2026-03-03 09:13:50 +00:00
Khalim Conn-Kowlessar
d693a0df50 removed create_type from enum (only created if it doesn't exist) 2026-02-26 18:21:37 +00:00
Daniel Roth
add53a1949 Correct maths and prepare to trigger sqs from api 2026-02-26 12:58:33 +00:00
Khalim Conn-Kowlessar
1717e7b4c2 fixing typing issues 2026-02-26 12:45:52 +00:00
Khalim Conn-Kowlessar
0333f33123 Merge branch 'main' of https://github.com/Hestia-Homes/Model into bug/plan-with-budget-more-expensive 2026-02-25 09:55:40 +00:00
Daniel Roth
76b648c861 implement trigger_categorisation API 2026-02-24 14:33:29 +00:00
Daniel Roth
5646376d1e pass min and max IDs to consider to processor and db functions 2026-02-24 09:59:42 +00:00
Khalim Conn-Kowlessar
bf3d6f4d51 working on integration test 2026-02-23 12:13:59 +00:00
Daniel Roth
31cfa47d8f dont worry about default scenarios 2026-02-20 17:10:53 +00:00
Daniel Roth
96fbd7f24c ensure all defaults are unset before setting new ones, refactor of processor 2026-02-20 15:26:40 +00:00
Daniel Roth
ec01e1d190 only get most recently added plans for scenario 2026-02-20 13:39:07 +00:00