Fixes
- Cohort Definition
- Cohort Characterization
- Fixes characterization analysis failed on Impala (#1270)
- Cohort Pathways
- Fixes failed Cohort Pathways on Impala (#1274)
- Incidence Rates
- Removed produces annotation + minor improvements (#1232)
- Estimation/Prediction
- Security
- System
- Automatic invalidation for Execution Engine jobs (#1268)
- Align required Impala driver version to installed version. Make them consistent with README (#1282)
- Restored Kerberos auth support (#1240)
- Updated version of sql render (#1238)
- Fix grouping problem in BigQuery (#1267)
- Fixed cycling dependencies (#1264)
Migration Notes
Use SqlRender to translate the following SQL for your specific environment and run on all CDM results schemas:
ALTER TABLE @results_schema.pathway_analysis_stats
ALTER COLUMN target_cohort_count BIGINT NOT NULL;
ALTER TABLE @results_schema.pathway_analysis_stats
ALTER COLUMN pathways_count BIGINT NOT NULL;