Skip to content

Commit

Permalink
Merge pull request #280 from OHDSI/issue236
Browse files Browse the repository at this point in the history
fix getting covariates on Snowflake
  • Loading branch information
ginberg authored Oct 16, 2024
2 parents 803d982 + c9c1991 commit a1fd914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GetDefaultCovariates.R
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ getDbDefaultCovariateData <- function(connection,
sql <- SqlRender::translate(
sql = todo$sqlQueryContinuousFeatures,
targetDialect = attr(connection, "dbms"),
oracleTempSchema = oracleTempSchema
tempEmulationSchema = tempEmulationSchema
)
DatabaseConnector::querySqlToAndromeda(
connection = connection,
Expand Down

0 comments on commit a1fd914

Please sign in to comment.