From 2fccf6b8a338832e3d1d8bff334e9be7d40ca953 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 14 Apr 2025 12:55:11 +0000 Subject: [PATCH] wrote what I'll do next --- etl/surveyPrice/surveyPrice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/surveyPrice/surveyPrice.py b/etl/surveyPrice/surveyPrice.py index 3ceefe5..2c86fba 100644 --- a/etl/surveyPrice/surveyPrice.py +++ b/etl/surveyPrice/surveyPrice.py @@ -81,7 +81,7 @@ class SurveyPrice(): return pricing_table def get_all_surveys_from_hubspot(): - # Make a script that gets all data from hubspot and puts in a dataframe + # TODO Get all hubspot data and make a dataframe pass