File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change 2727REPORT_RETRIEVAL_VALUE_CONFIG_PATH = str (
2828 resources .files (data_files ).joinpath ("task_configs/report_retrieval_value_task.json" )
2929)
30- # ... data filter for report tasks
31- REPORT_FILTER_CONFIG_PATH = str (
32- resources .files (data_files ).joinpath ("task_configs/report_data_filter_config.json" )
33- )
3430
3531# Path to knowledge base task configurations
3632KB_CONFIG_PATH = str (
230226
231227# Report date filter patch flag
232228REPORT_PATCH_FLAG = "WORKARENA_DATE_FILTER_PATCH"
233- if exists (REPORT_FILTER_CONFIG_PATH ):
234- with open (REPORT_FILTER_CONFIG_PATH , "r" ) as file :
235- report_filter_config = json_load (file )
236- REPORT_DATE_FILTER = report_filter_config .get ("report_date_filter" , None )
237- REPORT_TIME_FILTER = report_filter_config .get ("report_time_filter" , None )
238- else :
239- REPORT_DATE_FILTER = None
240- REPORT_TIME_FILTER = None
229+ REPORT_FILTER_PROPERTY = "workarena.report.filter.config"
You can’t perform that action at this time.
0 commit comments