-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cb/vda 1902 agd subject queue (#1112)
* VDA-1902 Adding new selector for agd_queue and indexer for new dataset * VDA-1902 Adding config files, and fixing agd_queue selector * VDA-1902 Adding new selector for agd_queue and indexer for new dataset * VDA-1902 Adding config files, and fixing agd_queue selector
- Loading branch information
Showing
9 changed files
with
109 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...c/main/resources/config/criteria/sd/criteriaselector/agdSubjectQueue/agdSubjectQueue.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"attribute": "has_agd_queue" | ||
} |
15 changes: 15 additions & 0 deletions
15
...rlay/src/main/resources/config/criteria/sd/criteriaselector/agdSubjectQueue/selector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "agdSubjectQueue", | ||
"displayName": "AGD Subject Queue", | ||
"isEnabledForCohorts": true, | ||
"isEnabledForDataFeatureSets": false, | ||
"display": { | ||
"category": "BioVU", | ||
"tags": null | ||
}, | ||
"filterBuilder": "core.PrimaryEntityFilterBuilder", | ||
"plugin": "attribute", | ||
"pluginConfig": null, | ||
"pluginConfigFile": "agdSubjectQueue.json", | ||
"modifiers": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
underlay/src/main/resources/config/indexer/sd/sd020240831.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"underlay": "sd", | ||
"bigQuery": { | ||
"sourceData": { | ||
"projectId": "vumc-sd-dev", | ||
"datasetId": "sd_20240831", | ||
"sqlSubstitutions": { | ||
"omopDataset": "vumc-sd-dev.sd_20240831", | ||
"staticTablesDataset": "vumc-sd-dev.sd_20240831" | ||
} | ||
}, | ||
"indexData": { | ||
"projectId": "vumc-sd-dev", | ||
"datasetId": "indexed_sd_20240831_1" | ||
}, | ||
"queryProjectId": "vumc-sd-dev", | ||
"dataLocation": "us-central1" | ||
}, | ||
"dataflow": { | ||
"serviceAccountEmail": "[email protected]", | ||
"gcsTempDirectory": "gs://dataflow-indexing-sd-dev/temp/", | ||
"workerMachineType": "n1-standard-4", | ||
"usePublicIps": false | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
underlay/src/main/resources/config/service/sd/sd_20240831_dev.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"underlay": "sd", | ||
"bigQuery": { | ||
"sourceData": { | ||
"projectId": "vumc-sd-dev", | ||
"datasetId": "sd_20240831", | ||
"sqlSubstitutions": { | ||
"omopDataset": "vumc-sd-dev.sd_20240831", | ||
"staticTablesDataset": "vumc-sd-dev.sd_20240831" | ||
} | ||
}, | ||
"indexData": { | ||
"projectId": "vumc-sd-dev", | ||
"datasetId": "indexed_sd_20240831" | ||
}, | ||
"queryProjectId": "vumc-sd-dev", | ||
"dataLocation": "us-central1" | ||
}, | ||
"uiConfigFile": "ui.json" | ||
} |
20 changes: 20 additions & 0 deletions
20
underlay/src/main/resources/config/service/sd/sd_20240831_prod.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"underlay": "sd", | ||
"bigQuery": { | ||
"sourceData": { | ||
"projectId": "vumc-sd-prod", | ||
"datasetId": "sd_20240831", | ||
"sqlSubstitutions": { | ||
"omopDataset": "vumc-sd-prod.sd_20240831", | ||
"staticTablesDataset": "vumc-sd-prod.sd_20240831" | ||
} | ||
}, | ||
"indexData": { | ||
"projectId": "vumc-sd-prod", | ||
"datasetId": "indexed_sd_20240831" | ||
}, | ||
"queryProjectId": "vumc-sd-prod", | ||
"dataLocation": "us-central1" | ||
}, | ||
"uiConfigFile": "ui.json" | ||
} |
20 changes: 20 additions & 0 deletions
20
underlay/src/main/resources/config/service/sd/sd_20240831_test.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"underlay": "sd", | ||
"bigQuery": { | ||
"sourceData": { | ||
"projectId": "vumc-sd-test", | ||
"datasetId": "sd_20240831", | ||
"sqlSubstitutions": { | ||
"omopDataset": "vumc-sd-test.sd_20240831", | ||
"staticTablesDataset": "vumc-sd-test.sd_20240831" | ||
} | ||
}, | ||
"indexData": { | ||
"projectId": "vumc-sd-test", | ||
"datasetId": "indexed_sd_20240831" | ||
}, | ||
"queryProjectId": "vumc-sd-test", | ||
"dataLocation": "us-central1" | ||
}, | ||
"uiConfigFile": "ui.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters