I successfully executed my Achilles cmd:
achilles(connectionDetailsMDCR_OUDdatas,
cdmDatabaseSchema = “mdcr2003_2021_oud”,
resultsDatabaseSchema = “ar_mdcr2003_2021_oud”,
scratchDatabaseSchema = “asc_mdcr2003_2021_oud”,
vocabDatabaseSchema = “omop_20220331”,
numThreads = 5,
sourceName = “src_mdcr2003_2021_oud”,
cdmVersion = “5.3”,
tempAchillesPrefix = ‘ta’,
optimizeAtlasCache = TRUE,
createIndices = TRUE)
However, for some reason I need to change the existing sourceName from src_mdcr2003_2021_oud to src_ds_mdcr2003_2021_oud. I noticed that the first row at ar_mdcr2003_2021_oud has a reference to src_mdcr2003_2021_oud at the stratum_1 column. Is this the only field I need to change?
Thanks
Jose