We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2535432 commit b3c1dd3Copy full SHA for b3c1dd3
validator/delphi_validator/driver.py
@@ -1,10 +1,6 @@
1
from fbsurveyvalidation import *
2
from datafetcher import *
3
4
-# Defining start date and end date for the last fb-survey pipeline execution
5
-survey_sdate = "2020-06-13"
6
-survey_edate = "2020-06-15"
7
-
8
# Dev Alert: Remove template extention
9
params = read_params("..\params.json.template")
10
dtobj_sdate = datetime.strptime(params['start_date'], '%Y-%m-%d')
0 commit comments