From dbf663ef6884de5b8a495d67a08bd84213c028ab Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 14 Apr 2025 12:36:02 +0000 Subject: [PATCH] added a todo list for hubspot --- etl/surveyPrice/surveyPrice.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etl/surveyPrice/surveyPrice.py b/etl/surveyPrice/surveyPrice.py index 0b8bef3..3ceefe5 100644 --- a/etl/surveyPrice/surveyPrice.py +++ b/etl/surveyPrice/surveyPrice.py @@ -79,6 +79,11 @@ class SurveyPrice(): ) pricing_table = pd.DataFrame(pricing_table) return pricing_table + + def get_all_surveys_from_hubspot(): + # Make a script that gets all data from hubspot and puts in a dataframe + pass + # TODO # Get it working for JJC first, with an idea to make it more diverse