File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1313# ' @export
1414# ' @family process extracts
1515process_extract_delayed_discharges <- function (
16- data ,
17- year ,
18- write_to_disk = TRUE ,
19- BYOC_MODE = FALSE ,
20- run_id = NA ,
21- run_date_time = NA
16+ data ,
17+ year ,
18+ write_to_disk = TRUE ,
19+ BYOC_MODE = FALSE ,
20+ run_id = NA ,
21+ run_date_time = NA
2222) {
2323 log_slf_event(stage = " process" , status = " start" , type = " dd" , year = year )
2424
Original file line number Diff line number Diff line change 66# ' @export
77# '
88read_extract_delayed_discharges <- function (
9- denodo_connect = get_denodo_connection(BYOC_MODE = BYOC_MODE ),
10- file_path = get_dd_path(BYOC_MODE = BYOC_MODE ),
11- BYOC_MODE ) {
12-
9+ denodo_connect = get_denodo_connection(BYOC_MODE = BYOC_MODE ),
10+ file_path = get_dd_path(BYOC_MODE = BYOC_MODE ),
11+ BYOC_MODE
12+ ) {
1313 log_slf_event(stage = " read" , status = " start" , type = " dd" , year = NA ) # TO-DO: confirm if year is used in DD
1414
1515 on.exit(try(DBI :: dbDisconnect(denodo_connect ), silent = TRUE ), add = TRUE )
You can’t perform that action at this time.
0 commit comments