Is there a way to identify recursive flows?

I am looking for a way to easily identify recursive flows. Is there anything in lineage that would quickly identify recursive flows? The only way I have found to verify is to individually go through each input and output to check and see. Is there any feature that tags which flows are recursive?

Answers

  • You could leverage the DomoStat datasets to get dataflow inputs and dataflow outputs, join them together where the DataFlow IDs are the same and the dataset IDs are the same, this will give you a list of recursive dataflows.

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**