Leo Kell
11/29/2021, 8:41 PMyuhan
11/29/2021, 9:17 PMLeo Kell
11/29/2021, 9:32 PMselect
flag. Maybe dagster can do something similar?
For reference, I was thinking this could be useful for a case where I am creating a weekly schedule based on an hourly schedule. The weekly schedule does a full refresh of a subset of some of the hourly tasks. I don't want it to target all of the hourly tasks because some of the them would take too long to fully refresh. So being able to exclude some tasks from the weekly schedule would make it easier to define and maintain the schedule.yuhan
12/01/2021, 6:01 PMLeo Kell
12/01/2021, 6:06 PMgraph_selection
argument (similar to the solid_selection
argument)yuhan
12/04/2021, 9:55 PMLeo Kell
12/04/2021, 11:50 PMyuhan
02/07/2022, 5:14 PMLeo Kell
02/19/2022, 1:15 AMop_selection
API (particular in the Graph to_job
method). I use the dagit selection for development and troubleshooting certain ops, and I the op_selection
API to create specific pipelines run specific op subsets. In terms of the exclude feature, I would have more immediate usage for it within the op_selection API.yuhan
02/19/2022, 1:16 AM