pipelines/sdk/python/kfp/compiler
Michalina Kotwica ce985bc287
fix(sdk): Allow keyword-only arguments in pipeline function signature (#4544)
* add test for keyword-only arguments in pipeline func

* fix: kwargs-only argument for pipeline func

* test: kwargs generate same yaml as args

* remove whole metadata

* assert -> self.assertEqual

* programmatic example --> fixed example

* same name for both

Co-authored-by: Alexey Volkov <alexey.volkov@ark-kun.com>
2021-01-29 18:31:02 -08:00
..
__init__.py SDK - Moved the _container_builder from kfp.compiler to kfp.containers (#2192) 2019-09-25 18:27:06 -07:00
_data_passing_rewriter.py feat(sdk): Artifact metadata related placeholder for components. (#5003) 2021-01-19 08:57:45 -08:00
_data_passing_using_volume.py SDK - Compiler - Added support for volume-based data passing (3371) 2020-06-25 16:11:31 -07:00
_default_transformers.py chore: Rollback telemetry related changes (4088) 2020-06-27 15:46:14 -07:00
_k8s_helper.py SDK - Support kubernetes client v11 (#3319) 2020-03-22 02:54:44 -07:00
_op_to_template.py feat(sdk): add ability to set retry policy (#4858) 2020-12-11 14:47:29 -08:00
compiler.py fix(sdk): Allow keyword-only arguments in pipeline function signature (#4544) 2021-01-29 18:31:02 -08:00
main.py SDK - Compiler - Removed the deprecated dsl-compile --package command (#4055) 2020-07-01 19:12:01 -07:00