Skip to content

Commit

Permalink
fix concepts in datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Oct 5, 2023
1 parent d17ba1e commit 6d6e7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cohort-diagnostics-shared.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ getDatabaseCounts <- function(dataSource,
sql = sql,
schema = dataSource$schema,
database_ids = quoteLiterals(databaseIds),
database_table = paste0(dataSource$databaseTablePrefix, dataSource$databaseTable),
database_table = dataSource$databaseTable,
snakeCaseToCamelCase = TRUE
) %>%
tidyr::tibble()
Expand Down

0 comments on commit 6d6e7bc

Please sign in to comment.