Help:question and confusion after finishing the installation of MIMIC-IV-2.2 #1624
Answered
by
tompollard
washingtonwuyi
asked this question in
MIMIC-IV
-
Beta Was this translation helpful? Give feedback.
Answered by
tompollard
Aug 15, 2023
Replies: 1 comment 7 replies
-
what happens when you run SHOW SEARCH_PATH; ? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@washingtonwuyi I would strongly suggest working with the instance of the database on Google BigQuery, unless you need to be hosting it locally. Instructions for working in the cloud are at: https://mimic.mit.edu/docs/gettingstarted/cloud/
If you need to continue with a locally hosted version of the database, I would begin by following a psql tutorial. From a quick Google, https://tomcam.github.io/postgres/ looks like it covers the commands you need.
Basically it looks like the database engine can't find the
icustays
table specified in your command. Usually you see this kind of error if either: