Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 673 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 673 Bytes

NOOP Transform

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.