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