pipelines/samples/core/loop_static
Connor McCarthy bdff332ac6
feat(sdk): support more than one exit handler per pipeline (#8088)
* add compiler test pipeline with multiple exit handlers

* remove blocker of multiple exit handlers

* move exit handler builder logic to pipeline_spec_builder

* build all exit handlers per pipeline

* add compiler test with IR inspection

* prevent usage of cross-pipeline after

* test cross-pipeline after is prevented

* update existing task dependency logic and tests

* add v2 sample test

* remove cross-pipeline .after

* prevent cross-dag data dependency for dsl features

* add compiler test pipeline with nested exit handlers

* add support for nested exit handlers

* clean up pipeline with nested exit handlers

* remove sample with multiple exit handlers

* remove compiler test with nested exit handlers

* add compilation guard against nested exit handlers in subdag

* update release notes
2022-08-10 16:56:21 +00:00
..
loop_static.py feat(sdk)!: move v1 to deprecated folder (#7291) 2022-03-04 00:52:59 +00:00
loop_static_test.py fix(backend): fix simple loop bug (#7578) 2022-05-05 01:31:12 +00:00
loop_static_v2.py feat(sdk): support more than one exit handler per pipeline (#8088) 2022-08-10 16:56:21 +00:00