Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
38 stars 17 forks source link

Investigate the use of `is_consistent` in Pipeline #734

Closed toan-quach closed 1 year ago

toan-quach commented 1 year ago

Description Discuss and investigate the use of is_consistent in Pipeline:

At least the graph should be acyclic for both pipeline and scenarios.

toan-quach commented 1 year ago

@jrobinAV I have added the questions we had during the discussion for this topic in the description.

toan-quach commented 1 year ago

@jrobinAV

To conclude from our discussion from before:

jrobinAV commented 1 year ago

we will also check that the DAG is made of Task and Data nodes only and that a task is not linked to other tasks and data node not linked to other data nodes.