Data360 Analyze

 View Only
  • 1.  chaining dataflows in schedule

    Posted 09-22-2020 03:20

    Hi guys,

    I need to run mutliple dataflows in a row.  I have downloaded the python dataflow from this article

    https://support.infogix.com/hc/en-us/articles/360025635794-Data360-Analyze-How-to-execute-a-Dataflow-using-the-command-line

    I have created a basic dataflow to test this with but when I run the ExecuteDataflow_python node, it fails with a "List index out of range" error

    any ideas what I could be doing wrong?

     

    I have attached the log file and also a screen shot of the error.

     

     

    Attached files

    TEMP90~1.LOG
    pythonerror.docx

     



  • 2.  RE: chaining dataflows in schedule

    Posted 09-22-2020 03:31

    Ok,  looks like I have to take the dataflow from the article, turn it into a libary node after importing and then use that in a seperate dataflow for it to work.

    If I do that I got it to run...