Changeset View
Changeset View
Standalone View
Standalone View
js_modules/dagit/src/partitions/PartitionsBackfill.tsx
Show First 20 Lines • Show All 492 Lines • ▼ Show 20 Lines | <div> | ||||
style={{margin: '9px 9px 0 9px'}} | style={{margin: '9px 9px 0 9px'}} | ||||
> | > | ||||
+ Add tags to backfill runs | + Add tags to backfill runs | ||||
</ButtonLink> | </ButtonLink> | ||||
)} | )} | ||||
<LaunchBackfillButton | <LaunchBackfillButton | ||||
partitionNames={selected} | partitionNames={selected} | ||||
partitionSetName={partitionSet.name} | partitionSetName={partitionSet.name} | ||||
reexecutionSteps={!options.fromFailure ? stepRows.map((step) => step.name) : undefined} | reexecutionSteps={ | ||||
!options.fromFailure && solidsFiltered.all.length < solids.length | |||||
? stepRows.map((step) => step.name) | |||||
: undefined | |||||
} | |||||
fromFailure={options.fromFailure} | fromFailure={options.fromFailure} | ||||
tags={tags} | tags={tags} | ||||
onSuccess={onSuccess} | onSuccess={onSuccess} | ||||
onError={onError} | onError={onError} | ||||
repoAddress={repoAddress} | repoAddress={repoAddress} | ||||
/> | /> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
▲ Show 20 Lines • Show All 214 Lines • Show Last 20 Lines |