You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running against other database platforms the BuildAresCohortReport function can fail due to lack of compatibility with the charindex function being utilized.
The issue relates to underlying storage in Andromeda package, which switches from SQLite to DuckDB. When using Andromeda with DuckDB results of queries through dplyr were not the same as when we use Andromeda with SQLite. These queries were updated to return same results.
When running against other database platforms the BuildAresCohortReport function can fail due to lack of compatibility with the charindex function being utilized.
https://github.com/OHDSI/AresIndexer/blob/develop/extras/BuildAresCohortReport.R#L377
Alternatives would be to pass query through SqlRender and add a dbms parameter to the function to provide more flexibility.
The text was updated successfully, but these errors were encountered: