pipelines/sdk/python/kfp/compiler
Connor McCarthy 48ecc7d879
fix(sdk): fix bug when iterating over output from upstream task in nested parallelfor loops (#9580)
* refactor for clarity

* fix iter over upstream output in nested parallelfor

* update release notes

* support empty `List` generic annotation

* fix typos

* add comment about refactoring opportunity

* fix annotation

* update comment again
2023-06-09 08:58:28 -07:00
..
__init__.py docs(sdk): refresh SDK public API docstrings (#8057) 2022-07-21 19:51:18 +00:00
compiler.py Revert "update compiler type annotations (#9090)" (#9095) 2023-04-03 16:01:26 -07:00
compiler_test.py fix(sdk): fix bug when iterating over output from upstream task in nested parallelfor loops (#9580) 2023-06-09 08:58:28 -07:00
compiler_utils.py fix(sdk): fix bug when iterating over output from upstream task in nested parallelfor loops (#9580) 2023-06-09 08:58:28 -07:00
compiler_utils_test.py support fanning-in artifacts (#8808) 2023-02-22 10:39:00 -08:00
pipeline_spec_builder.py feat(sdk): support compiling components with `dsl.PipelineTaskFinalStatus` type (#9082) 2023-05-12 22:14:28 +00:00
pipeline_spec_builder_test.py feat(sdk): support compiling platform specific features (#8940) 2023-03-10 11:18:25 -08:00
read_write_test.py refactor(sdk): simplify placeholders and logic (#8402) 2022-11-02 00:31:45 +00:00