Hello,
I am following all the steps to setup CDM is postgresql and started with below link
When I am running as ```
CommonDataModel::buildRelease(“postgresql”, “5.4”, “output”, “YOUR_CDM_SCHEMA”)
I tried it without giving last parameter as below
CommonDataModel::buildRelease( cdmVersions = "5.4", targetDialects = "postgresql",outputfolder = "C:/OMOPModel/output")
It worked by schemaName is defaulted to @cdmDatabaseSchema . please suggest. I am new to OHDSI and understanding it.
Thanks.