Getting the following error when running TreatmentPatterns unit tests:
Connecting using SQLite driver
EXECUTING: TreatmentPatternsModule
Connecting using SQLite driver
Analysis '1' pathway construction failed: SQLite is not supported by CDMConnector. Please use duckdb instead.
ERROR: Module failed: 1 analysis(es) failed. See logs and per-analysis artifacts in '~/Strategus-TP/work_folder/TreatmentPatternsModule' (failed_pathway_runs.csv). Errors: 'Analysis '1' pathway construction failed: SQLite is not supported by CDMConnector. Please use duckdb instead.'
It appears that these tests should use duckdb based on the error above.
Getting the following error when running TreatmentPatterns unit tests:
It appears that these tests should use duckdb based on the error above.