MetOffice / dagrunner

⛔[EXPERIMENTAL] Directed acyclic graph (DAG) runner and tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

ENH: Skip Node execution propagation #50

Closed cpelley closed 1 month ago

cpelley commented 1 month ago

I have previously added the SkipBranch exception which may allow some capability for skipping node execution but this precludes serial schedulers. The approach applied here is to have a plugin return a SKIP_EVENT signal which is in turn propagated throughout successive nodes.

Additional minor fixes:

Issues

cpelley commented 1 month ago

of likely interest to you @JoshuaWiggs