We are running into an error where Atlas will not show record counts for concepts.
Looking in the logs we are greeted with the following error:
2024-01-08 12:40:03.248 ERROR https-jsse-nio-8443-exec-3 org.ohdsi.webapi.util.GenericExceptionMapper - [] - org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select concept_id, record_count, descendant_record_count, person_count, descendant_person_count
from dcc_ohdsi_results.achilles_result_concept_count where concept_id IN (?)]; nested exception is org.postgresql.util.PSQLException: ERROR: column “person_count” does not exist
Has the tables that Achilles generates been updated? Or the query that Atlas runs been updated to reflect a new version of Achilles?
We just recently updated to version 2.14.0 of both Atlas and the WebAPI and wondering if need to update our Achilles version as it is most likely very old.
Thanks in advance.
Best,
Alex