-
Notifications
You must be signed in to change notification settings - Fork 25
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
Elyra workbench with Airflow support #49
Comments
Hi @mamurak, good to hear from you again. Yeah, I think we have to i.e. explicitely enable gitlab option during pip install, correct? At least that is what I did in my custom image build. |
@mamurak @harshad16 I am working on this and being quite successful, will make a PR soon, probably in 2-3 weeks. instead of
in the airflow snippet
or even
and in the pipfile and pipfile.lock and requirements-jupyter.txt instead of
for that airflow case then
I've been using a 3.16-dev locally built wheel file cause of changes for Airflow 2 support, but this shows the general direction. Will also propose what I found out to complete Elyra without kfp (got that working) as a PR by me (not @akchinSTC, but his initial work was invaluable/very useful to me) in Elyra |
hi @shalberd , I was wondering if you could share an update on your PR? |
August 15, still some loose ends to tie up, but gettin' there. See my communication in Slack. We have disabled Pipelines in Open Data Hub Dashboard and do everything with a, for now, custom Elyra wheel file supporting Airflow 2.x for generic pipeline nodes DAG code rendering. About "with the option of integrating Github or Gitlab based git servers." yeah, we have Gitlab, too. So I added I will first make a PR here around August 14 disregarding the custom build and specialities for Airflow 2 support. |
The current ODH/RHOAI workbenches come with Elyra-KFP for out-of-the-box integration with Data Science Pipelines.
Upstream Elyra supports Airflow as an additional backend. I'm proposing a new community workbench image for the explicit purpose of developing and submitting Airflow pipelines through Elyra, with the option of integrating Github or Gitlab based git servers.
The text was updated successfully, but these errors were encountered: