-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When I send this (or any) query to RTX-KG2 in PROD (this looks localized to PROD and not any of the other environments), I get back invalid timestamps in the logs according to the TRAPI spec: https://github.com/NCATSTranslator/ReasonerAPI/blob/master/TranslatorReasonerAPI.yaml#L565
curl -X POST https://kg2cploverdb.transltr.io/query \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"message": {
"query_graph": {
"nodes": {
"n0": {
"ids": ["MONDO:0005148"],
"categories": ["biolink:Disease"],
"set_interpretation": "BATCH",
"constraints": [],
"member_ids": []
},
"n1": {
"categories": ["biolink:PhenotypicFeature"],
"set_interpretation": "BATCH",
"constraints": [],
"member_ids": []
}
},
"edges": {
"e01": {
"subject": "n0",
"object": "n1",
"predicates": ["biolink:has_phenotype"],
"attribute_constraints": [],
"qualifier_constraints": []
}
}
}
},
"bypass_cache": true,
"submitter": "infores:aragorn"
}' > rtx_kg2_prod_response.json
Metadata
Metadata
Assignees
Labels
No labels