Skip to content

Commit

Permalink
add temp schema support
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Mar 21, 2024
1 parent 26f2bf4 commit b609022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/RunModule.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runModule <- function(analysisSpecifications, keyringSettings, moduleIndex, exec
ParallelLogger::addDefaultErrorReportLogger(file.path(jobContext$moduleExecutionSettings$resultsSubFolder, "errorReport.R"))

options(andromedaTempFolder = file.path(jobContext$moduleExecutionSettings$workFolder, "andromedaTemp"))
options(tempEmulationSchema = jobContext$moduleExecutionSettings$tempEmulationSchema)
options(sqlRenderTempEmulationSchema = jobContext$moduleExecutionSettings$tempEmulationSchema)
options(databaseConnectorIntegerAsNumeric = jobContext$moduleExecutionSettings$integerAsNumeric)
options(databaseConnectorInteger64AsNumeric = jobContext$moduleExecutionSettings$integer64AsNumeric)

Expand Down

0 comments on commit b609022

Please sign in to comment.