Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/gaant/RunGroupPanel.tsx
Show First 20 Lines • Show All 84 Lines • ▼ Show 20 Lines | query RunGroupPanelQuery($runId: ID!) { | ||||
runGroupOrError(runId: $runId) { | runGroupOrError(runId: $runId) { | ||||
__typename | __typename | ||||
... on PythonError { | ... on PythonError { | ||||
message | message | ||||
} | } | ||||
... on RunGroup { | ... on RunGroup { | ||||
rootRunId | rootRunId | ||||
runs { | runs { | ||||
id | |||||
runId | runId | ||||
parentRunId | parentRunId | ||||
status | status | ||||
stepKeysToExecute | stepKeysToExecute | ||||
pipelineName | pipelineName | ||||
tags { | tags { | ||||
key | key | ||||
value | value | ||||
▲ Show 20 Lines • Show All 75 Lines • Show Last 20 Lines |