Skip to content

RTX-KG2 is returning invalid timestamps in the logs in PROD #64

Description

@maximusunc

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions