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
add http tests for the study and its flow run use case (#2691)
* Use tokenStudyCode instead of studyId in strategus flow
* Update flows to use tokenStudyCode
* Remove unintended changes
* Adapt tokenStudyCode on functions side
* More align in tokenStudyCode
* Verify and fix
* add strategus http tests, with hardcoded treatment patterns specification
* Add strategus analysis integration test as a separate daily scheduled GHA workflow
* Fix workflow branch trigger to use current branch for testing
* Add Prefect diagnostics on strategus flow run failure in CI
* Add Prefect diagnostics on strategus flow run failure in CI
* fix env in gh action
* fix env in gh action
* add a patch for treatment patterns for this version
* change databaseconnector remote ref
* add flow-hades build; to revert
* use cache schema name instead hardcoded schemaname
* concat databasename and schemaname
* add print logs, to revert
* use cache_id in DBDao
* add cache_id placeholder and in active places
* fix trexdao
* fix strategus DuckDB schema qualification
* align strategus results cache routing
* Fix Strategus execution schema qualification (#2832)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* WIP, todo: revert
* use cdmsettings for schemaname
* successful flow execution on local
* revert building docker image
* reorder steps in gh action
* add a comment
* fixes for results persistence
* add missing env
* add back the env
* use _shared env
* add default value to the flow
* fix copilot comment
* change sqlrender to alp-dqd branch
* remove branch in GHA on event
* use env
Signed-off-by: Santan Maddi <55120902+SantanM@users.noreply.github.com>
---------
Signed-off-by: Santan Maddi <55120902+SantanM@users.noreply.github.com>
Co-authored-by: hengxian-jiang <hengxian.jiang@u.nus.edu>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
sql="\n SELECT\n #tp_dbc_cohort_table.cohort_definition_id AS cohort_definition_id,\n #tp_dbc_cohort_table.subject_id AS subject_id,\n #tp_dbc_cohort_table.cohort_start_date,\n #tp_dbc_cohort_table.cohort_end_date,\n #tp_dbc_cohort_table.age,\n #tp_dbc_cohort_table.sex,\n #tp_dbc_cohort_table.subject_id_origin\n FROM #tp_dbc_cohort_table\n INNER JOIN (\n SELECT #tp_dbc_cohort_table.subject_id\n FROM #tp_dbc_cohort_table\n WHERE #tp_dbc_cohort_table.cohort_definition_id IN (@targetCohortId)\n ) AS cross_sec\n ON cross_sec.subject_id = #tp_dbc_cohort_table.subject_id",
0 commit comments