If this is the case:dataset = Dataset.get(...) dataset.get_dependency_graph()
https://clear.ml/docs/latest/docs/references/sdk/dataset#get_dependency_graph
I think this is covered in the enterprise version
EnormousWorm79 you mean to get the DAG graph of the Dataset (like you see in the plots section)?
Like the relations between the datasets. If I have dataset A as a child of B and B is a child of C I would like to have some textual/visual output like
C<-B<-A
EnormousWorm79 , Hi 🙂
What do you mean by dependency structure?