Data360 DQ+

 View Only
  • 1.  API to Re-run and Rollback an execution

    Employee
    Posted 08-20-2020 21:14
    1. Currently there is no provision in DQ+ to Re-run or Rollback an execution through API. Client has asked for this feature so that when their Reconciliation process end up in “out of balance” output, they can upload the revised file and re-run the execution. It would be good if API takes id of the stage to re-execute and optional execution id. If no execution id is provided, it should re-run the last execution of the stage.
    1. GraphQL query “executionCompletionStatus“ returns execution status based on execution id. In the response, it doesn’t return process id. Process id will be helpful if we want to track down from process model to analysis/data view/data store execution called from it. 


  • 2.  RE: API to Re-run and Rollback an execution

    Employee
    Posted 10-26-2020 07:27

    Ajay,

      Thank you for the feedback.  Please check out the new features in DQ+ 5.2 release notes below. 

    https://support.infogix.com/hc/en-us/articles/360055612194-Data360-DQ-5-2-October-2020-

    Execution APIs
    The following new APIs have been added to enable you to asynchronously rerun or roll back the execution of a data stage:

    • rerunStageExecution
    • rollbackStageExecution

    The executionCompletionStatus API now returns a processID parameter which gives the
    process ID of the execution. This can be useful for tracking between a process model and an
    analysis, data view or data store execution.