Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to execute a Talend Promotion pipeline in TMC using the talend cloud API.
the post method returns a status of 202 Accepted. The promotion pipeline eventually runs successfully when I look in TMC. However, I need to get the status of the promotion pipeline in my python code to display that the promotion was successful or failure.
How do I get the status of the promotion execution when the API returns 202? The API only seems to return the execution id when the response status code is 201.
Sorry about the delay in responding here. I believe that this may be in the wrong area. Are you talking about Pipeline Design pipelines, or Talend Jobs?