mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
hubspot to db
This commit is contained in:
parent
0e06f509d1
commit
e4a91a5596
2 changed files with 3 additions and 1 deletions
1
etl/hubspot_to_db.py
Normal file
1
etl/hubspot_to_db.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
print("hello world")
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue