You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently the pipeline model holds a list of components. The goal of this task is to create a component graph (DAG) using networkx without changing the parsing logic.
The graph should consist of the components and topics. Additionally, we can run a validation that checks if it's an actual DAG.
The text was updated successfully, but these errors were encountered:
currently the pipeline model holds a list of components. The goal of this task is to create a component graph (DAG) using
networkx
without changing the parsing logic.The graph should consist of the components and topics. Additionally, we can run a validation that checks if it's an actual DAG.
The text was updated successfully, but these errors were encountered: