Rubén Lopez Lozoya
04/15/2022, 10:50 AMmutation LaunchPartitionBackfill($repositoryName: String!, $repositoryLocationName: String!, $partitionSetName: String!) {
launchPartitionBackfill(backfillParams: {
selector: {
partitionSetName: $partitionSetName
repositorySelector: {
repositoryName: $repositoryName,
repositoryLocationName: $repositoryLocationName,
}
}
partitionNames: <-- I DONT WANT TO SPECIFY THIS
forceSynchronousSubmission: true
})
{
... on LaunchBackfillSuccess {
backfillId
launchedRunIds
}
... on PipelineConfigValidationInvalid {
pipelineName
errors {
message
reason
}
}
}
sandy
04/15/2022, 3:48 PMprha
04/15/2022, 4:25 PMDagster Bot
04/15/2022, 4:25 PMRubén Lopez Lozoya
04/15/2022, 4:25 PMprha
04/15/2022, 4:53 PMLaunchBackfill
mutation now takes an allPartitions
flag that you can provide instead of enumerating the partition keys. This was released last week in 0.14.10