I have added a v5.2 CDM dataset to the Redshift cluster set up for us by the deployment of the OHDSI on AWS environment, but so far I am unable to access the data in ATLAS. It is my understanding that I need to follow the WebAPI CDM configuration instructions at https://github.com/OHDSI/WebAPI/wiki/CDM-Configuration in order to make ATLAS aware of the new data. So far I have followed the instructions to create the tables in the results schema by navigating to the link in http://<server:port>/WebAPI/ddl/results?dialect=<your_cdm_database_dialect>&schema=<your_results_schema>&vocabSchema=<your_vocab_schema>&tempSchema=<your_temp_schema>&initConceptHierarchy=true
with the appropriate values filled in, and then running the script on the Redshift cluster.
However, I don’t understand how to perform the source and source_daimon table setup step. It says to insert some entries into the webapi.source
and webapi.source_daimon
tables, however I don’t see a webapi
schema in the Redshift cluster. Is this database located somewhere else, and how do I access it?
I’ve also tried connecting the browser to the http://<server>:port/WebAPI/source/refresh
and http://<server>:port/WebAPI/source/sources
URLs (where I used the domain name for the Redshift cluster endpoint), but did not get a response from the server.