* add initial parsing
* add regex mapping for the equivalent tekton variables
* revert old changes
* fix typos
* raise error when unsupported Argo vars are used
* fix comment
* update example and tests to also include parallel use case
* update example and tests to also include parallel use case
* add back the sequential example
* update permission
* remove sub-folders
* update readme instructions
* rename files to make it consistent
* update tests to be consistent with kfp samples
This code change removes the requirement to clone and
copy the kubeflow/pipelines repository. The project
has been refactored to only contain the minimal set of
Python classes and methods that needed to be modified
to generate Tekton YAML instead of Argo YAML. The
overriden methods are dynamically linked at runtime
by monkey-patching the KFP SDK module.
Additionally adding a simple test case and setup.py
install script that creates the dsl-compile-tekton
CLI executable which works independent of the KFP
compiler executable.