Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on how to add pipeline processor #481

Closed
OElesin opened this issue May 3, 2020 · 3 comments
Closed

Documentation on how to add pipeline processor #481

OElesin opened this issue May 3, 2020 · 3 comments
Labels
area:documentation Improvements or additions to documentation component:pipeline-runtime issues related to pipeline runtimes e.g. kubeflow pipelines kind:question Further information is requested platform: pipeline-BYO-runtime Request for support of a new runtime for Elyra pipelines (BYO = bring your own)

Comments

@OElesin
Copy link

OElesin commented May 3, 2020

This is an excellent project. However, only supports KubeFlow pipelines as processor. Can you please provide some documentation on how to add more pipeline processor?

I would love to see if this can work with AWS Step Functions Data Science SDK.

Thanks in advance!

@lresende lresende added component:pipeline-runtime issues related to pipeline runtimes e.g. kubeflow pipelines kind:question Further information is requested labels May 4, 2020
@lresende
Copy link
Member

lresende commented May 4, 2020

@OElesin There are some initial pipeline documentation in our repo, but the overall flow is Pipeline Editor -> Scheduler Handler -> Parsing -> Processor. The processor is pluggable and there is one per runtime. We currently have the (Kubeflow Pipeline processor)[https://github.com/elyra-ai/elyra/blob/master/elyra/pipeline/processor_kfp.py] and an in-progress Airflow Pipeline processor by @akchinSTC

@akchinSTC
Copy link
Member

Hello! I have a work in progress PR for airflow that I've just rebased that should be more up to date here : #490

@akchinSTC akchinSTC added the area:documentation Improvements or additions to documentation label Nov 10, 2020
@ptitzler ptitzler added the platform: pipeline-BYO-runtime Request for support of a new runtime for Elyra pipelines (BYO = bring your own) label Feb 1, 2022
@ptitzler
Copy link
Member

ptitzler commented Feb 1, 2022

Tracked in #2100

@ptitzler ptitzler closed this as completed Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:documentation Improvements or additions to documentation component:pipeline-runtime issues related to pipeline runtimes e.g. kubeflow pipelines kind:question Further information is requested platform: pipeline-BYO-runtime Request for support of a new runtime for Elyra pipelines (BYO = bring your own)
Projects
None yet
Development

No branches or pull requests

4 participants