File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,17 +39,16 @@ get_boxi_extract_path <- function(
3939 # Since BOXI extracts will be only in sourcedev and not needed in Denodo,
4040 # BYOC_MODE here will be always FALSE.
4141
42- # TODO: JT - Check here to see if this comment is still relevant. My understanding
43- # is that any static files will be converted into Denodo VDBs. This code
44- # may be redundant during refactoring.
42+ # Hence, this function or the if-else part of BYOC_MODE being FALSE will
43+ # be completely removed after refactoring is completed.
4544 if (type %in% c(" dn" , " cmh" )) {
4645 dir <- fs :: path(get_slf_dir(), " Archived_data" )
4746 } else {
4847 dir <- get_year_dir(year , extracts_dir = TRUE , BYOC_MODE = FALSE )
4948 }
5049
5150 if (! check_year_valid(year , type )) {
52- return (get_dummy_boxi_extract_path(BYOC_MODE = BYOC_MODE ))
51+ return (get_dummy_boxi_extract_path(BYOC_MODE = FALSE ))
5352 }
5453
5554 file_name <- dplyr :: case_match(
You can’t perform that action at this time.
0 commit comments