The NOOP transforms serves as a simple exemplar to demonstrate the development of a simple 1:1 transform. Per the set of transform project conventions the following runtimes are available:
- python - provides the base python-based transformation implementation.
- ray - enables the running of the base python transformation in a Ray runtime
- spark - enables the running of a spark-based transformation in a Spark runtime.
- kfp - enables running the ray docker image
in a kubernetes cluster using a generated
yaml
file.