pipelines/sdk/python/kfp/dsl
Alexey Volkov 2a9bbdf120 SDK/Compiler - Added the ability to apply a function to all ops in a pipeline (#1209)
* SDK/Compiler - Added op and template transformers
They can be used to apply some functions (e.g. to add secrets) to all pipeline ops.

* Removed the template_transformers for now

* Moved the op_transformers to PipelineConf

* Added op_transformers test
2019-05-22 19:48:23 -07:00
..
__init__.py [Feature] Supports parameterized S3Artifactory for Pipeline and ContainerOp in kfp package (#1064) 2019-05-14 19:48:20 -07:00
_artifact_location.py [Feature] Supports parameterized S3Artifactory for Pipeline and ContainerOp in kfp package (#1064) 2019-05-14 19:48:20 -07:00
_component.py SDK - Simplified the @component decorator (#1166) 2019-04-15 19:43:06 -07:00
_container_op.py SDK/DSL - ContainerOp.apply method now supports functions that do not return anything (#1226) 2019-05-21 10:24:10 -07:00
_metadata.py SDK - Simplified the @component decorator (#1166) 2019-04-15 19:43:06 -07:00
_ops_group.py Fix docstring for _ops_group Condition (#1356) 2019-05-21 19:46:02 -07:00
_pipeline.py SDK/Compiler - Added the ability to apply a function to all ops in a pipeline (#1209) 2019-05-22 19:48:23 -07:00
_pipeline_param.py [Feature] Supports parameterized S3Artifactory for Pipeline and ContainerOp in kfp package (#1064) 2019-05-14 19:48:20 -07:00
_pipeline_volume.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
_resource_op.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
_volume_op.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
_volume_snapshot_op.py Extend the DSL to implement the design of #801 (#926) 2019-04-25 10:40:48 -07:00
types.py exposing type checking (#1022) 2019-03-26 09:33:16 -07:00