Is there a way to identify recursive flows?

Is there a way to identify which flows are recursive in smart ETL? If I look in the lineage I cannot see any flag or notation that a flow is recursive. Does anyone have a way to quickly identify which flows are recursive besides opening them up and looking at the input and output tiles? Thanks!

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!**