Skip to content

vocabDatabaseSchema parameter is not passed to performanceChecks #81

Closed
@KalleMedisapiens

Description

@KalleMedisapiens

https://github.com/EHDEN/CdmInspection/blob/master/R/CdmInspection.R#L182
https://github.com/EHDEN/CdmInspection/blob/master/R/PerformanceChecks.R#L47
https://github.com/EHDEN/CdmInspection/blob/master/inst/sql/sql_server/checks/performance_benchmark.sql#L5

vocabDatabaseSchema parameter is not passed to the performanceChecks function and it defaults to cdmDatabaseSchema. That makes performance_benchmark.sql look for concept table in cdm schema instead of vocabulary schema.
Just adding vocabDatabaseSchema = vocabDatabaseSchema should fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions