Hi there,
I am trying to Run Achilles in a Docker image. The error I am getting is “java.lang.RuntimeException: Don’t know how to translate from sql server to sqlserver. Valid target dialects are sql server”. I have a feeling this may have something to do with my env-vars, but since I have not been able to find an example file that uses SQL Server I am not sure how to fix it. The contents of my env_vars file are below.
If you could help me spot the error I would be really grateful!
Thanks,
Kai
ACHILLES_SOURCE=DEFAULT
ACHILLES_DB_URI=sqlserver://user:password@shs-dev.cxwmqrujadvd.us-east-1.rds.amazonaws.com:1433/shs
ACHILLES_CDM_SCHEMA=cdm
ACHILLES_VOCAB_SCHEMA=cdm
ACHILLES_RES_SCHEMA=achilles
ACHILLES_CDM_VERSION=6
ACHILLES_OUTPUT_BASE=DEFAULT