Data360 Analyze

 View Only
Expand all | Collapse all

How or where can check the running time of cost for the node execution in dataflow?

  • 1.  How or where can check the running time of cost for the node execution in dataflow?

    Posted 01-06-2022 09:37

    How or where can check the running time of cost for the node execution in dataflow?

    we know that when we set schedule for a dataflow, we will know the whole dataflow running time (time cost/duration )  for the dataflow running, but any way we can check how much time cost for each node within the dataflow ?  as we get performance issue for one dataflow and within the dataflow, we have multiple API calls, so we would like to know if any way we can identify how much time cost for each API node execution. thanks

     



  • 2.  RE: How or where can check the running time of cost for the node execution in dataflow?

    Employee
    Posted 01-06-2022 10:35

    The Duration attribute in the node property panel shows how long the node was running for.

    For a scheduled run you can access the individual run information from the Runs item in the Directory navigation panel (you can also access the individual runs by selecting the schedule in the directory)

    and then open a Read-Only copy of a selected run by clicking the data flow link in the properties panel on the right hand side 

    When the data flow run opens you can then select the required node and inspect the node's Duration attribute as normal.