I’m executing the function:
DataQualityDashboard::executeDqChecks(connectionDetails= connectionDetails,
cdmVersion = “5.4”,
cdmDatabaseSchema = “cdm”,
resultsDatabaseSchema = “cdm”,
cdmSourceName= “XX”,
outputFolder = “XX_output_dqd”)
checks ← DataQualityDashboard::listDqChecks(cdmVersion = “5.4”)
DataQualityDashboard::viewDqDashboard(’~/XX_output_dqd/XX-20240216025949.json’)
Executing the function without specifying the previous fields relating to the cohort is possible.
Can the generated checks be considered complete to proceed with the inspection of the SME?
or
It is recommend re-executing the executeDqChecks function by specifying the following variables (
cohortDefinitionId ,
cohortDatabaseSchema,
cohortTableName)?
Thanks for the clarification.