Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/partitions/PartitionsBackfill.tsx
Show First 20 Lines • Show All 556 Lines • ▼ Show 20 Lines | partitionSetOrError( | ||||
repositorySelector: $repositorySelector | repositorySelector: $repositorySelector | ||||
) { | ) { | ||||
... on PartitionSet { | ... on PartitionSet { | ||||
partitionsOrError { | partitionsOrError { | ||||
... on Partitions { | ... on Partitions { | ||||
results { | results { | ||||
name | name | ||||
runs(limit: 1) { | runs(limit: 1) { | ||||
id | |||||
runId | runId | ||||
status | status | ||||
} | } | ||||
} | } | ||||
} | } | ||||
... on PythonError { | ... on PythonError { | ||||
...PythonErrorFragment | ...PythonErrorFragment | ||||
} | } | ||||
} | } | ||||
name | name | ||||
} | } | ||||
... on PartitionSetNotFoundError { | ... on PartitionSetNotFoundError { | ||||
message | message | ||||
} | } | ||||
... on PythonError { | ... on PythonError { | ||||
message | message | ||||
stack | stack | ||||
} | } | ||||
} | } | ||||
pipelineSnapshotOrError(activePipelineSelector: $pipelineSelector) { | pipelineSnapshotOrError(activePipelineSelector: $pipelineSelector) { | ||||
... on PipelineSnapshot { | ... on PipelineSnapshot { | ||||
id | |||||
name | name | ||||
solidHandles { | solidHandles { | ||||
handleID | handleID | ||||
solid { | solid { | ||||
name | name | ||||
definition { | definition { | ||||
name | name | ||||
} | } | ||||
▲ Show 20 Lines • Show All 44 Lines • Show Last 20 Lines |