-
Notifications
You must be signed in to change notification settings - Fork 1
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
DAG basic compatibility based on Barfi #64
Labels
enhancement
New feature or request
Comments
Code removed from codebase:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
Currently only linear pipelines are compatible with
odtp
. In order to allow the evaluation and execution of DAG we need a solution for this inworkflow.py
.Solution
Barfi is a simple solution that provides a node-based interface and a runtime. It's implementation shouldn't take too much effort and it will provide a basic proof for the prototype.
Problem
Barfi GUI is based in a Vue widget for Streamlit. This makes difficult to integrate this GUI into our NiceGUI solution.
If Barfi GUI is deployed independently the parameters could be passed using the domain and then store the JSON back on the database. Quite dirty solution.
Acceptance criteria
run.py
The text was updated successfully, but these errors were encountered: