Hi gang, I'm looking for some pointers for graph...
# ask-community
i
Hi gang, I'm looking for some pointers for graphQL to extract the path (file and/or S3) to compute logs (stdout/stderr) from a specific OP in a run The path in the dagit UI typically looks like:
Copy code
..../<RUN_ID>/compute_logs/cncvvbks.out
Using:
Copy code
computeLogs(stepKey: "some_op[0]") {
  stepKey
  stdout {
    path
  }
}
Gives the non-existant:
Copy code
..../<RUN_ID>/compute_logs/some_op[0].out