From e4a91a559655f424cc6ed6769907e3172ffb6fcd Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 28 Apr 2025 09:06:21 +0000 Subject: [PATCH] hubspot to db --- etl/hubspot_to_db.py | 1 + etl/hubspot_to_invoice.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 etl/hubspot_to_db.py diff --git a/etl/hubspot_to_db.py b/etl/hubspot_to_db.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/etl/hubspot_to_db.py @@ -0,0 +1 @@ +print("hello world") diff --git a/etl/hubspot_to_invoice.py b/etl/hubspot_to_invoice.py index ab3bf2c..b13ac3c 100644 --- a/etl/hubspot_to_invoice.py +++ b/etl/hubspot_to_invoice.py @@ -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: