Skip to content

Latest commit

 

History

History
 
 

delete_orphaned_datasets

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Delete orphaned datasets

Questions

  • I want to programmatically remove from my flow any dataset that is not linked to any recipe.

Answers

This is possible by using the Flow API and listing nodes that have no predecessors and successors in the Flow graph.