You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger::log_info("{data_mart} loaded at {load_str}")
94
+
})
95
+
if (isFALSE(BYOC_MODE)) {
96
+
odbc::dbDisconnect(denodo_connect)
97
+
}
74
98
75
99
write_to_disk<-TRUE
76
100
@@ -159,54 +183,56 @@ sg_pub_data <- data.frame(
159
183
# just test one year
160
184
year<-"1920"
161
185
162
-
# Build BYOC Output File Paths
163
-
byoc_output_files<- get_byoc_output_files(
164
-
year=year,
165
-
types= c("homelessness", "maternity", "mh") # using homelessness for test purpose. When development is complete, we change to "types = "byoc_input_files""
166
-
) # can always use any other type for testing also
186
+
## Build BYOC Output File Paths
187
+
#byoc_output_files <- get_byoc_output_files(
188
+
# year = year,
189
+
# types = c("homelessness", "maternity", "mh") # using homelessness for test purpose. When development is complete, we change to "types = "byoc_input_files""
190
+
#) # can always use any other type for testing also
167
191
192
+
## targets ----
193
+
targets::tar_make(
194
+
script="SDL_process/dummy_targets.R",
195
+
store=store_path
196
+
)
197
+
logger::log_info("Targets finished.")
168
198
# targets::tar_make()
169
199
170
200
# test homelessness data only
171
201
## create homelessness data ----
172
-
logger::log_info("Read and process homelessness data")
0 commit comments