Create a dataset
- open https://localhost:443/portal
- Login as primary admin as
- Select Admin mode
- Navigate to Datasets
- Select Add dataset
name | value | note |
---|---|---|
Dataset name | eg. Demo | |
CDM Schema Option | select 'Use existing schema' from dropdown | |
Schema Name field | e.g. cdmdefault | name of the cdm schema that was used for seeding |
Vocab schema name | e.g. cdmvocab | |
Data Model Option | omop5-4 [datamodel-plugin] | |
PA Config | OMOP_GDM_PA_CONF | |
Type | e.g. DemoDataset | |
Token dataset code | e.g. DemoDataset |
- Expected result as follows
- Expected result as follows
docker exec -it alp-minerva-postgres-1 psql -h localhost -U postgres -p 5432 -d alpdev_pg --command "SELECT schema_name FROM information_schema.schemata where schema_name like 'cdm%';"