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