hubspot to db

This commit is contained in:
Jun-te Kim 2025-04-28 09:06:21 +00:00
parent 0e06f509d1
commit e4a91a5596
2 changed files with 3 additions and 1 deletions

1
etl/hubspot_to_db.py Normal file
View file

@ -0,0 +1 @@
print("hello world")

View file

@ -31,7 +31,8 @@ sp.upload_to_sharepoint(sp.get_master_rate_card_path(), "COPY_OF_RATE_CARD_USED.
deal_ids = df["HUBSPOT_DEAL_ID"].tolist()
sp.move_deals_to_completed(deal_ids)
# Commented out as i don't want to sync up hubspot_to_db just yet
# sp.move_deals_to_completed(deal_ids)
"""
TODO: